/AWS1/CL_SHBRESGROUPBYRULE¶
Defines the configuration for organizing and categorizing Amazon Web Services resources based on associated security findings.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_groupbyfield TYPE /AWS1/SHBRESOURCEGROUPBYFIELD /AWS1/SHBRESOURCEGROUPBYFIELD¶
Specifies the attribute that resources should be grouped by.
Optional arguments:¶
io_filters TYPE REF TO /AWS1/CL_SHBRESOURCESFILTERS /AWS1/CL_SHBRESOURCESFILTERS¶
The criteria used to select resources and associated security findings.
Queryable Attributes¶
GroupByField¶
Specifies the attribute that resources should be grouped by.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPBYFIELD() |
Getter for GROUPBYFIELD, with configurable default |
ASK_GROUPBYFIELD() |
Getter for GROUPBYFIELD w/ exceptions if field has no value |
HAS_GROUPBYFIELD() |
Determine if GROUPBYFIELD has a value |
Filters¶
The criteria used to select resources and associated security findings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERS() |
Getter for FILTERS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCEGROUPBYRULES¶
TYPES TT_RESOURCEGROUPBYRULES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBRESGROUPBYRULE WITH DEFAULT KEY
.