RestoreTestingSelectionArgs

data class RestoreTestingSelectionArgs(val iamRoleArn: Output<String>? = null, val protectedResourceArns: Output<List<String>>? = null, val protectedResourceConditions: Output<RestoreTestingSelectionProtectedResourceConditionsArgs>? = null, val protectedResourceType: Output<String>? = null, val restoreMetadataOverrides: Output<Map<String, String>>? = null, val restoreTestingPlanName: Output<String>? = null, val restoreTestingSelectionName: Output<String>? = null, val validationWindowHours: Output<Int>? = null) : ConvertibleToJava<RestoreTestingSelectionArgs>

Resource Type definition for AWS::Backup::RestoreTestingSelection

Constructors

Link copied to clipboard
constructor(iamRoleArn: Output<String>? = null, protectedResourceArns: Output<List<String>>? = null, protectedResourceConditions: Output<RestoreTestingSelectionProtectedResourceConditionsArgs>? = null, protectedResourceType: Output<String>? = null, restoreMetadataOverrides: Output<Map<String, String>>? = null, restoreTestingPlanName: Output<String>? = null, restoreTestingSelectionName: Output<String>? = null, validationWindowHours: Output<Int>? = null)

Properties

Link copied to clipboard
val iamRoleArn: Output<String>? = null

The Amazon Resource Name (ARN) of the IAM role that AWS Backup uses to create the target resource; for example: arn:aws:iam::123456789012:role/S3Access .

Link copied to clipboard
val protectedResourceArns: Output<List<String>>? = null

You can include specific ARNs, such as ProtectedResourceArns: ["arn:aws:&#46;&#46;&#46;", "arn:aws:&#46;&#46;&#46;"] or you can include a wildcard: ProtectedResourceArns: ["*"] , but not both.

Link copied to clipboard

In a resource testing selection, this parameter filters by specific conditions such as StringEquals or StringNotEquals .

Link copied to clipboard
val protectedResourceType: Output<String>? = null

The type of AWS resource included in a resource testing selection; for example, an Amazon EBS volume or an Amazon RDS database.

Link copied to clipboard
val restoreMetadataOverrides: Output<Map<String, String>>? = null

You can override certain restore metadata keys by including the parameter RestoreMetadataOverrides in the body of RestoreTestingSelection . Key values are not case sensitive. See the complete list of restore testing inferred metadata .

Link copied to clipboard
val restoreTestingPlanName: Output<String>? = null

Unique string that is the name of the restore testing plan. The name cannot be changed after creation. The name must consist of only alphanumeric characters and underscores. Maximum length is 50.

Link copied to clipboard
val restoreTestingSelectionName: Output<String>? = null

The unique name of the restore testing selection that belongs to the related restore testing plan.

Link copied to clipboard
val validationWindowHours: Output<Int>? = null

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

Link copied to clipboard
open override fun toJava(): RestoreTestingSelectionArgs