/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_backupplanname TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
The name of the backup plan that created this recovery point. This provides human-readable context about which backup plan was responsible for the backup job.
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.
iv_backuprulename TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
The name of the backup rule within the backup plan that created this recovery point. This helps identify which specific rule triggered the backup job.
iv_backuprulecron TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
The cron expression that defines the schedule for the backup rule. This shows the frequency and timing of when backups are automatically triggered.
iv_backupruletimezone TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
The timezone used for the backup rule schedule. This provides context for when backups are scheduled to run in the specified timezone.
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 |
BackupPlanName¶
The name of the backup plan that created this recovery point. This provides human-readable context about which backup plan was responsible for the backup job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPPLANNAME() |
Getter for BACKUPPLANNAME, with configurable default |
ASK_BACKUPPLANNAME() |
Getter for BACKUPPLANNAME w/ exceptions if field has no valu |
HAS_BACKUPPLANNAME() |
Determine if BACKUPPLANNAME 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 |
BackupRuleName¶
The name of the backup rule within the backup plan that created this recovery point. This helps identify which specific rule triggered the backup job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPRULENAME() |
Getter for BACKUPRULENAME, with configurable default |
ASK_BACKUPRULENAME() |
Getter for BACKUPRULENAME w/ exceptions if field has no valu |
HAS_BACKUPRULENAME() |
Determine if BACKUPRULENAME has a value |
BackupRuleCron¶
The cron expression that defines the schedule for the backup rule. This shows the frequency and timing of when backups are automatically triggered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPRULECRON() |
Getter for BACKUPRULECRON, with configurable default |
ASK_BACKUPRULECRON() |
Getter for BACKUPRULECRON w/ exceptions if field has no valu |
HAS_BACKUPRULECRON() |
Determine if BACKUPRULECRON has a value |
BackupRuleTimezone¶
The timezone used for the backup rule schedule. This provides context for when backups are scheduled to run in the specified timezone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPRULETIMEZONE() |
Getter for BACKUPRULETIMEZONE, with configurable default |
ASK_BACKUPRULETIMEZONE() |
Getter for BACKUPRULETIMEZONE w/ exceptions if field has no |
HAS_BACKUPRULETIMEZONE() |
Determine if BACKUPRULETIMEZONE has a value |