/AWS1/CL_IMGLCPOLICYDETAIL¶
The configuration details for a lifecycle policy resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_action TYPE REF TO /AWS1/CL_IMGLCPOLICYDETACTION /AWS1/CL_IMGLCPOLICYDETACTION¶
Configuration details for the policy action.
io_filter TYPE REF TO /AWS1/CL_IMGLCPOLICYDETFILTER /AWS1/CL_IMGLCPOLICYDETFILTER¶
Specifies the resources that the lifecycle policy applies to.
Optional arguments:¶
io_exclusionrules TYPE REF TO /AWS1/CL_IMGLCPLYDETEXCLUSIO00 /AWS1/CL_IMGLCPLYDETEXCLUSIO00¶
Additional rules to specify resources that should be exempt from policy actions.
Queryable Attributes¶
action¶
Configuration details for the policy action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION |
filter¶
Specifies the resources that the lifecycle policy applies to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTER() |
Getter for FILTER |
exclusionRules¶
Additional rules to specify resources that should be exempt from policy actions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUSIONRULES() |
Getter for EXCLUSIONRULES |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LIFECYCLEPOLICYDETAILS¶
TYPES TT_LIFECYCLEPOLICYDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IMGLCPOLICYDETAIL WITH DEFAULT KEY
.