/AWS1/CL_BUPRECPTBYBACKUPVAULT¶
Contains detailed information about the recovery points stored in a backup vault.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_recoverypointarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
iv_backupvaultname
TYPE /AWS1/BUPBACKUPVAULTNAME
/AWS1/BUPBACKUPVAULTNAME
¶
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created.
iv_backupvaultarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault
.
iv_sourcebackupvaultarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
The backup vault where the recovery point was originally copied from. If the recovery point is restored to the same account this value will be
null
.
iv_resourcearn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
iv_resourcetype
TYPE /AWS1/BUPRESOURCETYPE
/AWS1/BUPRESOURCETYPE
¶
The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
io_createdby
TYPE REF TO /AWS1/CL_BUPRECPOINTCREATOR
/AWS1/CL_BUPRECPOINTCREATOR
¶
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn
,BackupPlanId
,BackupPlanVersion
, andBackupRuleId
of the backup plan that is used to create it.
iv_iamrolearn
TYPE /AWS1/BUPIAMROLEARN
/AWS1/BUPIAMROLEARN
¶
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.
iv_status
TYPE /AWS1/BUPRECOVERYPOINTSTATUS
/AWS1/BUPRECOVERYPOINTSTATUS
¶
A status code specifying the state of the recovery point.
iv_statusmessage
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
A message explaining the current status of the recovery point.
iv_creationdate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_initiationdate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time when the backup job that created this recovery point was initiated, in Unix format and Coordinated Universal Time (UTC).
iv_completiondate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of
CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_backupsizeinbytes
TYPE /AWS1/BUPLONG
/AWS1/BUPLONG
¶
The size, in bytes, of a backup.
io_calculatedlifecycle
TYPE REF TO /AWS1/CL_BUPCALCULATEDLC
/AWS1/CL_BUPCALCULATEDLC
¶
A
CalculatedLifecycle
object containingDeleteAt
andMoveToColdStorageAt
timestamps.
io_lifecycle
TYPE REF TO /AWS1/CL_BUPLIFECYCLE
/AWS1/CL_BUPLIFECYCLE
¶
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.
iv_encryptionkeyarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
iv_isencrypted
TYPE /AWS1/BUPBOOLEAN2
/AWS1/BUPBOOLEAN2
¶
A Boolean value that is returned as
TRUE
if the specified recovery point is encrypted, orFALSE
if the recovery point is not encrypted.
iv_lastrestoretime
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time a recovery point was last restored, in Unix format and Coordinated Universal Time (UTC). The value of
LastRestoreTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_parentrecoverypointarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
The Amazon Resource Name (ARN) of the parent (composite) recovery point.
iv_compositememberidentifier
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
The identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.
iv_isparent
TYPE /AWS1/BUPBOOLEAN2
/AWS1/BUPBOOLEAN2
¶
This is a boolean value indicating this is a parent (composite) recovery point.
iv_resourcename
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
The non-unique name of the resource that belongs to the specified backup.
iv_vaulttype
TYPE /AWS1/BUPVAULTTYPE
/AWS1/BUPVAULTTYPE
¶
The type of vault in which the described recovery point is stored.
iv_indexstatus
TYPE /AWS1/BUPINDEXSTATUS
/AWS1/BUPINDEXSTATUS
¶
This is the current status for the backup index associated with the specified recovery point.
Statuses are:
PENDING
|ACTIVE
|FAILED
|DELETING
A recovery point with an index that has the status of
ACTIVE
can be included in a search.
iv_indexstatusmessage
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
A string in the form of a detailed message explaining the status of a backup index associated with the recovery point.
Queryable Attributes¶
RecoveryPointArn¶
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECOVERYPOINTARN() |
Getter for RECOVERYPOINTARN, with configurable default |
ASK_RECOVERYPOINTARN() |
Getter for RECOVERYPOINTARN w/ exceptions if field has no va |
HAS_RECOVERYPOINTARN() |
Determine if RECOVERYPOINTARN has a value |
BackupVaultName¶
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPVAULTNAME() |
Getter for BACKUPVAULTNAME, with configurable default |
ASK_BACKUPVAULTNAME() |
Getter for BACKUPVAULTNAME w/ exceptions if field has no val |
HAS_BACKUPVAULTNAME() |
Determine if BACKUPVAULTNAME has a value |
BackupVaultArn¶
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPVAULTARN() |
Getter for BACKUPVAULTARN, with configurable default |
ASK_BACKUPVAULTARN() |
Getter for BACKUPVAULTARN w/ exceptions if field has no valu |
HAS_BACKUPVAULTARN() |
Determine if BACKUPVAULTARN has a value |
SourceBackupVaultArn¶
The backup vault where the recovery point was originally copied from. If the recovery point is restored to the same account this value will be
null
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCEBACKUPVAULTARN() |
Getter for SOURCEBACKUPVAULTARN, with configurable default |
ASK_SOURCEBACKUPVAULTARN() |
Getter for SOURCEBACKUPVAULTARN w/ exceptions if field has n |
HAS_SOURCEBACKUPVAULTARN() |
Determine if SOURCEBACKUPVAULTARN has a value |
ResourceArn¶
An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
ResourceType¶
The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
CreatedBy¶
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn
,BackupPlanId
,BackupPlanVersion
, andBackupRuleId
of the backup plan that is used to create it.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDBY() |
Getter for CREATEDBY |
IamRoleArn¶
Specifies the IAM role ARN used to create the target recovery point; 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 |
Status¶
A status code specifying the state of the recovery point.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StatusMessage¶
A message explaining the current status of the recovery point.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
CreationDate¶
The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
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_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE has a value |
InitiationDate¶
The date and time when the backup job that created this recovery point was initiated, in Unix format and Coordinated Universal Time (UTC).
Accessible with the following methods¶
Method | Description |
---|---|
GET_INITIATIONDATE() |
Getter for INITIATIONDATE, with configurable default |
ASK_INITIATIONDATE() |
Getter for INITIATIONDATE w/ exceptions if field has no valu |
HAS_INITIATIONDATE() |
Determine if INITIATIONDATE has a value |
CompletionDate¶
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of
CompletionDate
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_COMPLETIONDATE() |
Getter for COMPLETIONDATE, with configurable default |
ASK_COMPLETIONDATE() |
Getter for COMPLETIONDATE w/ exceptions if field has no valu |
HAS_COMPLETIONDATE() |
Determine if COMPLETIONDATE has a value |
BackupSizeInBytes¶
The size, in bytes, of a backup.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPSIZEINBYTES() |
Getter for BACKUPSIZEINBYTES, with configurable default |
ASK_BACKUPSIZEINBYTES() |
Getter for BACKUPSIZEINBYTES w/ exceptions if field has no v |
HAS_BACKUPSIZEINBYTES() |
Determine if BACKUPSIZEINBYTES has a value |
CalculatedLifecycle¶
A
CalculatedLifecycle
object containingDeleteAt
andMoveToColdStorageAt
timestamps.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CALCULATEDLIFECYCLE() |
Getter for CALCULATEDLIFECYCLE |
Lifecycle¶
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LIFECYCLE() |
Getter for LIFECYCLE |
EncryptionKeyArn¶
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENCRYPTIONKEYARN() |
Getter for ENCRYPTIONKEYARN, with configurable default |
ASK_ENCRYPTIONKEYARN() |
Getter for ENCRYPTIONKEYARN w/ exceptions if field has no va |
HAS_ENCRYPTIONKEYARN() |
Determine if ENCRYPTIONKEYARN has a value |
IsEncrypted¶
A Boolean value that is returned as
TRUE
if the specified recovery point is encrypted, orFALSE
if the recovery point is not encrypted.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISENCRYPTED() |
Getter for ISENCRYPTED |
LastRestoreTime¶
The date and time a recovery point was last restored, in Unix format and Coordinated Universal Time (UTC). The value of
LastRestoreTime
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_LASTRESTORETIME() |
Getter for LASTRESTORETIME, with configurable default |
ASK_LASTRESTORETIME() |
Getter for LASTRESTORETIME w/ exceptions if field has no val |
HAS_LASTRESTORETIME() |
Determine if LASTRESTORETIME has a value |
ParentRecoveryPointArn¶
The Amazon Resource Name (ARN) of the parent (composite) recovery point.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARENTRECOVERYPOINTARN() |
Getter for PARENTRECOVERYPOINTARN, with configurable default |
ASK_PARENTRECOVERYPOINTARN() |
Getter for PARENTRECOVERYPOINTARN w/ exceptions if field has |
HAS_PARENTRECOVERYPOINTARN() |
Determine if PARENTRECOVERYPOINTARN has a value |
CompositeMemberIdentifier¶
The identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPOSITEMEMBERID() |
Getter for COMPOSITEMEMBERIDENTIFIER, with configurable defa |
ASK_COMPOSITEMEMBERID() |
Getter for COMPOSITEMEMBERIDENTIFIER w/ exceptions if field |
HAS_COMPOSITEMEMBERID() |
Determine if COMPOSITEMEMBERIDENTIFIER has a value |
IsParent¶
This is a boolean value indicating this is a parent (composite) recovery point.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISPARENT() |
Getter for ISPARENT |
ResourceName¶
The non-unique name of the resource that belongs to the specified backup.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCENAME() |
Getter for RESOURCENAME, with configurable default |
ASK_RESOURCENAME() |
Getter for RESOURCENAME w/ exceptions if field has no value |
HAS_RESOURCENAME() |
Determine if RESOURCENAME has a value |
VaultType¶
The type of vault in which the described recovery point is stored.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VAULTTYPE() |
Getter for VAULTTYPE, with configurable default |
ASK_VAULTTYPE() |
Getter for VAULTTYPE w/ exceptions if field has no value |
HAS_VAULTTYPE() |
Determine if VAULTTYPE has a value |
IndexStatus¶
This is the current status for the backup index associated with the specified recovery point.
Statuses are:
PENDING
|ACTIVE
|FAILED
|DELETING
A recovery point with an index that has the status of
ACTIVE
can be included in a search.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INDEXSTATUS() |
Getter for INDEXSTATUS, with configurable default |
ASK_INDEXSTATUS() |
Getter for INDEXSTATUS w/ exceptions if field has no value |
HAS_INDEXSTATUS() |
Determine if INDEXSTATUS has a value |
IndexStatusMessage¶
A string in the form of a detailed message explaining the status of a backup index associated with the recovery point.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INDEXSTATUSMESSAGE() |
Getter for INDEXSTATUSMESSAGE, with configurable default |
ASK_INDEXSTATUSMESSAGE() |
Getter for INDEXSTATUSMESSAGE w/ exceptions if field has no |
HAS_INDEXSTATUSMESSAGE() |
Determine if INDEXSTATUSMESSAGE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RECPOINTBYBACKUPVAULTLIST
¶
TYPES TT_RECPOINTBYBACKUPVAULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPRECPTBYBACKUPVAULT WITH DEFAULT KEY
.