interface BackupSelectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Backup.BackupSelectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbackup#BackupSelectionReference |
![]() | software.amazon.awscdk.services.backup.BackupSelectionReference |
![]() | aws_cdk.aws_backup.BackupSelectionReference |
![]() | aws-cdk-lib » aws_backup » BackupSelectionReference |
A reference to a BackupSelection 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 backupSelectionReference: backup.BackupSelectionReference = {
backupSelectionId: 'backupSelectionId',
};
Properties
Name | Type | Description |
---|---|---|
backup | string | The Id of the BackupSelection resource. |
backupSelectionId
Type:
string
The Id of the BackupSelection resource.