/AWS1/CL_BUPUPDBACKUPPLANOUT¶
UpdateBackupPlanOutput
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_creationdate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_versionid
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version Ids cannot be edited.
it_advancedbackupsettings
TYPE /AWS1/CL_BUPADVANCEDBACKUPSE00=>TT_ADVANCEDBACKUPSETTINGS
TT_ADVANCEDBACKUPSETTINGS
¶
Contains a list of
BackupOptions
for each resource type.
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 |
CreationDate¶
The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
is 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 |
VersionId¶
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_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |
AdvancedBackupSettings¶
Contains a list of
BackupOptions
for each resource type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ADVANCEDBACKUPSETTINGS() |
Getter for ADVANCEDBACKUPSETTINGS, with configurable default |
ASK_ADVANCEDBACKUPSETTINGS() |
Getter for ADVANCEDBACKUPSETTINGS w/ exceptions if field has |
HAS_ADVANCEDBACKUPSETTINGS() |
Determine if ADVANCEDBACKUPSETTINGS has a value |