Skip to content

/AWS1/CL_CWSGROUPINGCONF

A structure that contains the complete grouping configuration for an account, including all defined grouping attributes and metadata about when it was last updated.

CONSTRUCTOR

IMPORTING

Required arguments:

it_groupingattributedefns TYPE /AWS1/CL_CWSGROUPINGATTRDEFN=>TT_GROUPINGATTRIBUTEDEFNS TT_GROUPINGATTRIBUTEDEFNS

An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.

iv_updatedat TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP

The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.


Queryable Attributes

GroupingAttributeDefinitions

An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.

Accessible with the following methods

Method Description
GET_GROUPINGATTRIBUTEDEFNS() Getter for GROUPINGATTRIBUTEDEFINITIONS, with configurable d
ASK_GROUPINGATTRIBUTEDEFNS() Getter for GROUPINGATTRIBUTEDEFINITIONS w/ exceptions if fie
HAS_GROUPINGATTRIBUTEDEFNS() Determine if GROUPINGATTRIBUTEDEFINITIONS has a value

UpdatedAt

The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value