/AWS1/CL_RGRGROUPCONFITEM¶
An item in a group configuration. A group service configuration can have one or more items. For details about group service configuration syntax, see Service configurations for resource groups.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_type
TYPE /AWS1/RGRGROUPCONFTYPE
/AWS1/RGRGROUPCONFTYPE
¶
Specifies the type of group configuration item. Each item must have a unique value for
type
. For the list of types that you can specify for a configuration item, see Supported resource types and parameters.
Optional arguments:¶
it_parameters
TYPE /AWS1/CL_RGRGROUPCONFPARAMETER=>TT_GROUPPARAMETERLIST
TT_GROUPPARAMETERLIST
¶
A collection of parameters for this group configuration item. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters.
Queryable Attributes¶
Type¶
Specifies the type of group configuration item. Each item must have a unique value for
type
. For the list of types that you can specify for a configuration item, see Supported resource types and parameters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Parameters¶
A collection of parameters for this group configuration item. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS 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_GROUPCONFIGURATIONLIST
¶
TYPES TT_GROUPCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RGRGROUPCONFITEM WITH DEFAULT KEY
.