interface BackupPlanReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Backup.BackupPlanReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbackup#BackupPlanReference |
![]() | software.amazon.awscdk.services.backup.BackupPlanReference |
![]() | aws_cdk.aws_backup.BackupPlanReference |
![]() | aws-cdk-lib » aws_backup » BackupPlanReference |
A reference to a BackupPlan resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_backup as backup } from 'aws-cdk-lib';
const backupPlanReference: backup.BackupPlanReference = {
backupPlanArn: 'backupPlanArn',
backupPlanId: 'backupPlanId',
};
Properties
Name | Type | Description |
---|---|---|
backup | string | The ARN of the BackupPlan resource. |
backup | string | The BackupPlanId of the BackupPlan resource. |
backupPlanArn
Type:
string
The ARN of the BackupPlan resource.
backupPlanId
Type:
string
The BackupPlanId of the BackupPlan resource.