/AWS1/CL_WADPILLARITEM¶
Item configuration for a specific Well-Architected Tool Framework pillar.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_pillar TYPE /AWS1/WADPILLAR /AWS1/WADPILLAR¶
The pillar this item configuration applies to.
it_ids TYPE /AWS1/CL_WADITEMIDS_W=>TT_ITEMIDS TT_ITEMIDS¶
A list of item IDs to process for this pillar, such as best practice IDs, Amazon Web Services service names, or resource ARNs.
Queryable Attributes¶
pillar¶
The pillar this item configuration applies to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PILLAR() |
Getter for PILLAR, with configurable default |
ASK_PILLAR() |
Getter for PILLAR w/ exceptions if field has no value |
HAS_PILLAR() |
Determine if PILLAR has a value |
ids¶
A list of item IDs to process for this pillar, such as best practice IDs, Amazon Web Services service names, or resource ARNs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDS() |
Getter for IDS, with configurable default |
ASK_IDS() |
Getter for IDS w/ exceptions if field has no value |
HAS_IDS() |
Determine if IDS 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_PILLARITEMS¶
TYPES TT_PILLARITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADPILLARITEM WITH DEFAULT KEY
.