/AWS1/CL_BUPRESTORETSTINGSEL02¶
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
CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26,2018 12: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 restore testing selection; for example, an Amazon EBS volume or an Amazon RDS database.
iv_restoretestingplanname
TYPE /AWS1/BUPSTRING00
/AWS1/BUPSTRING00
¶
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.
iv_restoretestingselionname
TYPE /AWS1/BUPSTRING00
/AWS1/BUPSTRING00
¶
Unique name of a restore testing selection.
Optional arguments:¶
iv_validationwindowhours
TYPE /AWS1/BUPINTEGER
/AWS1/BUPINTEGER
¶
This value represents the time, in hours, data is retained after a restore test so that optional validation can be completed.
Accepted value is an integer between 0 and 168 (the hourly equivalent of seven days).
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
CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26,2018 12: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 |
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 |
ProtectedResourceType¶
The type of Amazon Web Services resource included in a restore 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 |
RestoreTestingPlanName¶
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.
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¶
Unique name of a restore testing selection.
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 value represents the time, in hours, data is retained after a restore test so that optional validation can be completed.
Accepted value is an integer between 0 and 168 (the hourly equivalent of seven days).
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALIDATIONWINDOWHOURS() |
Getter for VALIDATIONWINDOWHOURS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESTORETESTINGSELECTIONS
¶
TYPES TT_RESTORETESTINGSELECTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPRESTORETSTINGSEL02 WITH DEFAULT KEY
.