/AWS1/CL_BUPUPDRECPTIDXSTGSOUT¶
UpdateRecoveryPointIndexSettingsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
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 Region where they are created.
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_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_index
TYPE /AWS1/BUPINDEX
/AWS1/BUPINDEX
¶
Index can have 1 of 2 possible values, either
ENABLED
orDISABLED
.A value of
ENABLED
means a backup index for an eligibleACTIVE
recovery point has been created.A value of
DISABLED
means a backup index was deleted.
Queryable Attributes¶
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 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 |
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 |
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 |
Index¶
Index can have 1 of 2 possible values, either
ENABLED
orDISABLED
.A value of
ENABLED
means a backup index for an eligibleACTIVE
recovery point has been created.A value of
DISABLED
means a backup index was deleted.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INDEX() |
Getter for INDEX, with configurable default |
ASK_INDEX() |
Getter for INDEX w/ exceptions if field has no value |
HAS_INDEX() |
Determine if INDEX has a value |