/AWS1/CL_BUPSCANJOBCREATOR¶
Contains identifying information about the creation of a scan job, including the backup plan and rule that initiated the scan.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_backupplanarn TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
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_backupplanid TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
The ID of the backup plan.
iv_backupplanversion TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
iv_backupruleid TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
Uniquely identifies the backup rule that initiated the scan job.
Queryable Attributes¶
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 |
BackupPlanId¶
The ID of the 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 |
BackupPlanVersion¶
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs 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 the backup rule that initiated the scan job.
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 |