interface IRestoreTestingSelectionRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Backup.IRestoreTestingSelectionRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbackup#IRestoreTestingSelectionRef |
Java | software.amazon.awscdk.services.backup.IRestoreTestingSelectionRef |
Python | aws_cdk.aws_backup.IRestoreTestingSelectionRef |
TypeScript | aws-cdk-lib » aws_backup » IRestoreTestingSelectionRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a RestoreTestingSelection.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| restore | Restore | A reference to a RestoreTestingSelection resource. |
node
Type:
Node
The tree node.
restoreTestingSelectionRef
Type:
Restore
A reference to a RestoreTestingSelection resource.

.NET
Go
Java
Python
TypeScript