/AWS1/CL_DMGEVENTCATEGORYGROUP¶
Lists categories of events subscribed to, and generated by, the applicable DMS
resource type. This data type appears in response to the
DescribeEventCategories
action.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_sourcetype
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
The type of DMS resource that generates events.
Valid values: replication-instance | replication-server | security-group | replication-task
it_eventcategories
TYPE /AWS1/CL_DMGEVENTCATSLIST_W=>TT_EVENTCATEGORIESLIST
TT_EVENTCATEGORIESLIST
¶
A list of event categories from a source type that you've chosen.
Queryable Attributes¶
SourceType¶
The type of DMS resource that generates events.
Valid values: replication-instance | replication-server | security-group | replication-task
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
EventCategories¶
A list of event categories from a source type that you've chosen.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENTCATEGORIES() |
Getter for EVENTCATEGORIES, with configurable default |
ASK_EVENTCATEGORIES() |
Getter for EVENTCATEGORIES w/ exceptions if field has no val |
HAS_EVENTCATEGORIES() |
Determine if EVENTCATEGORIES 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_EVENTCATEGORYGROUPLIST
¶
TYPES TT_EVENTCATEGORYGROUPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGEVENTCATEGORYGROUP WITH DEFAULT KEY
.