/AWS1/CL_BUPRESTORETSTINGSEL01¶
This contains metadata about a restore testing selection.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_creationtime TYPE /AWS1/BUPTIMESTAMP00 /AWS1/BUPTIMESTAMP00¶
The date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 201812:11:30.087 AM.
iv_iamrolearn TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
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.
iv_protectedresourcetype TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
The type of Amazon Web Services resource included in a resource testing selection; for example, an Amazon EBS volume or an Amazon RDS database.
iv_restoretestingplanname TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
The RestoreTestingPlanName is a unique string that is the name of the restore testing plan.
iv_restoretestingselionname TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
The unique name of the restore testing selection that belongs to the related restore testing plan.
The name consists of only alphanumeric characters and underscores. Maximum length is 50.
Optional arguments:¶
iv_creatorrequestid TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
This identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a
CreatorRequestIdthat matches an existing backup plan, that plan is returned. This parameter is optional.If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
it_protectedresourcearns TYPE /AWS1/CL_BUPSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
You can include specific ARNs, such as
ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]or you can include a wildcard:ProtectedResourceArns: ["*"], but not both.
io_protectedresourceconds TYPE REF TO /AWS1/CL_BUPPROTECTEDRESRCCO00 /AWS1/CL_BUPPROTECTEDRESRCCO00¶
In a resource testing selection, this parameter filters by specific conditions such as
StringEqualsorStringNotEquals.
it_restoremetadataoverrides TYPE /AWS1/CL_BUPSENSITIVESTRMAP_W=>TT_SENSITIVESTRINGMAP TT_SENSITIVESTRINGMAP¶
You can override certain restore metadata keys by including the parameter
RestoreMetadataOverridesin the body ofRestoreTestingSelection. Key values are not case sensitive.See the complete list of restore testing inferred metadata.
iv_validationwindowhours TYPE /AWS1/BUPINTEGER /AWS1/BUPINTEGER¶
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.
Queryable Attributes¶
CreationTime¶
The date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 201812:11:30.087 AM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
CreatorRequestId¶
This identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a
CreatorRequestIdthat matches an existing backup plan, that plan is returned. This parameter is optional.If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATORREQUESTID() |
Getter for CREATORREQUESTID, with configurable default |
ASK_CREATORREQUESTID() |
Getter for CREATORREQUESTID w/ exceptions if field has no va |
HAS_CREATORREQUESTID() |
Determine if CREATORREQUESTID has a value |
IamRoleArn¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IAMROLEARN() |
Getter for IAMROLEARN, with configurable default |
ASK_IAMROLEARN() |
Getter for IAMROLEARN w/ exceptions if field has no value |
HAS_IAMROLEARN() |
Determine if IAMROLEARN has a value |
ProtectedResourceArns¶
You can include specific ARNs, such as
ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]or you can include a wildcard:ProtectedResourceArns: ["*"], but not both.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTECTEDRESOURCEARNS() |
Getter for PROTECTEDRESOURCEARNS, with configurable default |
ASK_PROTECTEDRESOURCEARNS() |
Getter for PROTECTEDRESOURCEARNS w/ exceptions if field has |
HAS_PROTECTEDRESOURCEARNS() |
Determine if PROTECTEDRESOURCEARNS has a value |
ProtectedResourceConditions¶
In a resource testing selection, this parameter filters by specific conditions such as
StringEqualsorStringNotEquals.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTECTEDRESOURCECONDS() |
Getter for PROTECTEDRESOURCECONDITIONS |
ProtectedResourceType¶
The type of Amazon Web Services resource included in a resource testing selection; for example, an Amazon EBS volume or an Amazon RDS database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTECTEDRESOURCETYPE() |
Getter for PROTECTEDRESOURCETYPE, with configurable default |
ASK_PROTECTEDRESOURCETYPE() |
Getter for PROTECTEDRESOURCETYPE w/ exceptions if field has |
HAS_PROTECTEDRESOURCETYPE() |
Determine if PROTECTEDRESOURCETYPE has a value |
RestoreMetadataOverrides¶
You can override certain restore metadata keys by including the parameter
RestoreMetadataOverridesin the body ofRestoreTestingSelection. Key values are not case sensitive.See the complete list of restore testing inferred metadata.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESTOREMETADATAOVERRIDES() |
Getter for RESTOREMETADATAOVERRIDES, with configurable defau |
ASK_RESTOREMETADATAOVERRIDES() |
Getter for RESTOREMETADATAOVERRIDES w/ exceptions if field h |
HAS_RESTOREMETADATAOVERRIDES() |
Determine if RESTOREMETADATAOVERRIDES has a value |
RestoreTestingPlanName¶
The RestoreTestingPlanName is a unique string that is the name of the restore testing plan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESTORETESTINGPLANNAME() |
Getter for RESTORETESTINGPLANNAME, with configurable default |
ASK_RESTORETESTINGPLANNAME() |
Getter for RESTORETESTINGPLANNAME w/ exceptions if field has |
HAS_RESTORETESTINGPLANNAME() |
Determine if RESTORETESTINGPLANNAME has a value |
RestoreTestingSelectionName¶
The unique name of the restore testing selection that belongs to the related restore testing plan.
The name consists of only alphanumeric characters and underscores. Maximum length is 50.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESTORETESTINGSELIONNAME() |
Getter for RESTORETESTINGSELECTIONNAME, with configurable de |
ASK_RESTORETESTINGSELIONNAME() |
Getter for RESTORETESTINGSELECTIONNAME w/ exceptions if fiel |
HAS_RESTORETESTINGSELIONNAME() |
Determine if RESTORETESTINGSELECTIONNAME has a value |
ValidationWindowHours¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONWINDOWHOURS() |
Getter for VALIDATIONWINDOWHOURS |