Skip to content

/AWS1/CL_BUPRECPOINTBYRESOURCE

Contains detailed information about a saved recovery point.

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_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_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_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_backupsizebytes TYPE /AWS1/BUPLONG /AWS1/BUPLONG

The size, in bytes, of a backup.

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_isparent TYPE /AWS1/BUPBOOLEAN2 /AWS1/BUPBOOLEAN2

This is a boolean value indicating this is a parent (composite) recovery point.

iv_parentrecoverypointarn TYPE /AWS1/BUPARN /AWS1/BUPARN

The Amazon Resource Name (ARN) of the 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.

iv_encryptionkeytype TYPE /AWS1/BUPENCRYPTIONKEYTYPE /AWS1/BUPENCRYPTIONKEYTYPE

The type of encryption key used for the recovery point. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or Amazon Web Services_OWNED_KMS_KEY for Amazon Web Services-owned keys.

io_aggregatedscanresult TYPE REF TO /AWS1/CL_BUPAGGDSCANRESULT /AWS1/CL_BUPAGGDSCANRESULT

Contains the latest scanning results against the recovery point and currently include FailedScan, Findings, LastComputed.


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

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

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

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

BackupSizeBytes

The size, in bytes, of a backup.

Accessible with the following methods

Method Description
GET_BACKUPSIZEBYTES() Getter for BACKUPSIZEBYTES, with configurable default
ASK_BACKUPSIZEBYTES() Getter for BACKUPSIZEBYTES w/ exceptions if field has no val
HAS_BACKUPSIZEBYTES() Determine if BACKUPSIZEBYTES 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

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

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

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

EncryptionKeyType

The type of encryption key used for the recovery point. Valid values are CUSTOMER_MANAGED_KMS_KEY for customer-managed keys or Amazon Web Services_OWNED_KMS_KEY for Amazon Web Services-owned keys.

Accessible with the following methods

Method Description
GET_ENCRYPTIONKEYTYPE() Getter for ENCRYPTIONKEYTYPE, with configurable default
ASK_ENCRYPTIONKEYTYPE() Getter for ENCRYPTIONKEYTYPE w/ exceptions if field has no v
HAS_ENCRYPTIONKEYTYPE() Determine if ENCRYPTIONKEYTYPE has a value

AggregatedScanResult

Contains the latest scanning results against the recovery point and currently include FailedScan, Findings, LastComputed.

Accessible with the following methods

Method Description
GET_AGGREGATEDSCANRESULT() Getter for AGGREGATEDSCANRESULT

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RECOVERYPOINTBYRESOURCELIST

TYPES TT_RECOVERYPOINTBYRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPRECPOINTBYRESOURCE WITH DEFAULT KEY
.