Builder
Properties
The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target resource; for example: arn:aws:iam::123456789012:role/S3Access
.
Each protected resource can be filtered by its specific ARNs, such as ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]
or by a wildcard: ProtectedResourceArns: ["*"]
, but not both.
If you have included the wildcard in ProtectedResourceArns, you can include resource conditions, such as ProtectedResourceConditions: { StringEquals: [{ key: "XXXX", value: "YYYY" }]
.
The type of Amazon Web Services resource included in a restore testing selection; for example, an Amazon EBS volume or an Amazon RDS database.
You can override certain restore metadata keys by including the parameter RestoreMetadataOverrides
in the body of RestoreTestingSelection
. Key values are not case sensitive.
This is the unique name of the restore testing selection that belongs to the related restore testing plan.
This is amount of hours (1 to 168) available to run a validation script on the data. The data will be deleted upon the completion of the validation script or the end of the specified retention period, whichever comes first.
Functions
construct an aws.sdk.kotlin.services.backup.model.ProtectedResourceConditions inside the given block