/AWS1/CL_BUPRECPOINTCREATOR¶
Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_backupplanid
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
Uniquely identifies a backup plan.
iv_backupplanarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
iv_backupplanversion
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.
iv_backupruleid
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
Uniquely identifies a rule used to schedule the backup of a selection of resources.
Queryable Attributes¶
BackupPlanId¶
Uniquely identifies a backup plan.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPPLANID() |
Getter for BACKUPPLANID, with configurable default |
ASK_BACKUPPLANID() |
Getter for BACKUPPLANID w/ exceptions if field has no value |
HAS_BACKUPPLANID() |
Determine if BACKUPPLANID has a value |
BackupPlanArn¶
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPPLANARN() |
Getter for BACKUPPLANARN, with configurable default |
ASK_BACKUPPLANARN() |
Getter for BACKUPPLANARN w/ exceptions if field has no value |
HAS_BACKUPPLANARN() |
Determine if BACKUPPLANARN has a value |
BackupPlanVersion¶
Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPPLANVERSION() |
Getter for BACKUPPLANVERSION, with configurable default |
ASK_BACKUPPLANVERSION() |
Getter for BACKUPPLANVERSION w/ exceptions if field has no v |
HAS_BACKUPPLANVERSION() |
Determine if BACKUPPLANVERSION has a value |
BackupRuleId¶
Uniquely identifies a rule used to schedule the backup of a selection of resources.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPRULEID() |
Getter for BACKUPRULEID, with configurable default |
ASK_BACKUPRULEID() |
Getter for BACKUPRULEID w/ exceptions if field has no value |
HAS_BACKUPRULEID() |
Determine if BACKUPRULEID has a value |