/AWS1/CL_BUPCOPYACTION¶
The details of the copy operation.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_destinationbackupvaultarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault
.
Optional arguments:¶
io_lifecycle
TYPE REF TO /AWS1/CL_BUPLIFECYCLE
/AWS1/CL_BUPLIFECYCLE
¶
Lifecycle
Queryable Attributes¶
Lifecycle¶
Lifecycle
Accessible with the following methods¶
Method | Description |
---|---|
GET_LIFECYCLE() |
Getter for LIFECYCLE |
DestinationBackupVaultArn¶
An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DSTBACKUPVAULTARN() |
Getter for DESTINATIONBACKUPVAULTARN, with configurable defa |
ASK_DSTBACKUPVAULTARN() |
Getter for DESTINATIONBACKUPVAULTARN w/ exceptions if field |
HAS_DSTBACKUPVAULTARN() |
Determine if DESTINATIONBACKUPVAULTARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COPYACTIONS
¶
TYPES TT_COPYACTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPCOPYACTION WITH DEFAULT KEY
.