/AWS1/CL_DLMACTION¶
[Event-based policies only] Specifies an action for an event-based policy.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/DLMACTIONNAME /AWS1/DLMACTIONNAME¶
A descriptive name for the action.
it_crossregioncopy TYPE /AWS1/CL_DLMCROSSREGIONCOPYACT=>TT_CROSSREGIONCOPYACTIONLIST TT_CROSSREGIONCOPYACTIONLIST¶
The rule for copying shared snapshots across Regions.
Queryable Attributes¶
Name¶
A descriptive name for the action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
CrossRegionCopy¶
The rule for copying shared snapshots across Regions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CROSSREGIONCOPY() |
Getter for CROSSREGIONCOPY, with configurable default |
ASK_CROSSREGIONCOPY() |
Getter for CROSSREGIONCOPY w/ exceptions if field has no val |
HAS_CROSSREGIONCOPY() |
Determine if CROSSREGIONCOPY 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_ACTIONLIST¶
TYPES TT_ACTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DLMACTION WITH DEFAULT KEY
.