Skip to content

/AWS1/CL_BUPGETRECPTIDXDETSOUT

GetRecoveryPointIndexDetailsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_recoverypointarn TYPE /AWS1/BUPARN /AWS1/BUPARN

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

iv_backupvaultarn TYPE /AWS1/BUPARN /AWS1/BUPARN

An ARN that uniquely identifies the backup vault where the recovery point index is stored.

For example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

iv_sourceresourcearn TYPE /AWS1/BUPARN /AWS1/BUPARN

A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.

iv_indexcreationdate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

The date and time that a backup index was 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_indexdeletiondate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

The date and time that a backup index was deleted, 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_indexcompletiondate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

The date and time that a backup index finished creation, 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_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 detailed message explaining the status of a backup index associated with the recovery point.

iv_totalitemsindexed TYPE /AWS1/BUPLONG /AWS1/BUPLONG

Count of items within the backup index associated with the recovery point.


Queryable Attributes

RecoveryPointArn

An 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

BackupVaultArn

An ARN that uniquely identifies the backup vault where the recovery point index is stored.

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

SourceResourceArn

A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.

Accessible with the following methods

Method Description
GET_SOURCERESOURCEARN() Getter for SOURCERESOURCEARN, with configurable default
ASK_SOURCERESOURCEARN() Getter for SOURCERESOURCEARN w/ exceptions if field has no v
HAS_SOURCERESOURCEARN() Determine if SOURCERESOURCEARN has a value

IndexCreationDate

The date and time that a backup index was 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_INDEXCREATIONDATE() Getter for INDEXCREATIONDATE, with configurable default
ASK_INDEXCREATIONDATE() Getter for INDEXCREATIONDATE w/ exceptions if field has no v
HAS_INDEXCREATIONDATE() Determine if INDEXCREATIONDATE has a value

IndexDeletionDate

The date and time that a backup index was deleted, 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_INDEXDELETIONDATE() Getter for INDEXDELETIONDATE, with configurable default
ASK_INDEXDELETIONDATE() Getter for INDEXDELETIONDATE w/ exceptions if field has no v
HAS_INDEXDELETIONDATE() Determine if INDEXDELETIONDATE has a value

IndexCompletionDate

The date and time that a backup index finished creation, 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_INDEXCOMPLETIONDATE() Getter for INDEXCOMPLETIONDATE, with configurable default
ASK_INDEXCOMPLETIONDATE() Getter for INDEXCOMPLETIONDATE w/ exceptions if field has no
HAS_INDEXCOMPLETIONDATE() Determine if INDEXCOMPLETIONDATE 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 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

TotalItemsIndexed

Count of items within the backup index associated with the recovery point.

Accessible with the following methods

Method Description
GET_TOTALITEMSINDEXED() Getter for TOTALITEMSINDEXED, with configurable default
ASK_TOTALITEMSINDEXED() Getter for TOTALITEMSINDEXED w/ exceptions if field has no v
HAS_TOTALITEMSINDEXED() Determine if TOTALITEMSINDEXED has a value