/AWS1/CL_BUPCRELOGICALLYAIRG01¶
CreateLogicallyAirGappedBackupVaultOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_backupvaultname
TYPE /AWS1/BUPBACKUPVAULTNAME
/AWS1/BUPBACKUPVAULTNAME
¶
The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.
iv_backupvaultarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
The ARN (Amazon Resource Name) of the vault.
iv_creationdate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time when the vault was created.
This value is in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_vaultstate
TYPE /AWS1/BUPVAULTSTATE
/AWS1/BUPVAULTSTATE
¶
The current state of the vault.
Queryable Attributes¶
BackupVaultName¶
The name of a logical container where backups are stored. Logically air-gapped 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 |
BackupVaultArn¶
The ARN (Amazon Resource Name) of the vault.
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 |
CreationDate¶
The date and time when the vault was created.
This value is in Unix format, Coordinated Universal Time (UTC), and 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 |
VaultState¶
The current state of the vault.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VAULTSTATE() |
Getter for VAULTSTATE, with configurable default |
ASK_VAULTSTATE() |
Getter for VAULTSTATE w/ exceptions if field has no value |
HAS_VAULTSTATE() |
Determine if VAULTSTATE has a value |