Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data EventCategoryGroup Source #
Lists categories of events subscribed to, and generated by, the applicable DMS resource type. This data type appears in response to the DescribeEventCategories action.
See: newEventCategoryGroup
smart constructor.
EventCategoryGroup' | |
|
Instances
newEventCategoryGroup :: EventCategoryGroup Source #
Create a value of EventCategoryGroup
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sourceType:EventCategoryGroup'
, eventCategoryGroup_sourceType
- The type of DMS resource that generates events.
Valid values: replication-instance | replication-server | security-group | replication-task
$sel:eventCategories:EventCategoryGroup'
, eventCategoryGroup_eventCategories
- A list of event categories from a source type that you've chosen.
eventCategoryGroup_sourceType :: Lens' EventCategoryGroup (Maybe Text) Source #
The type of DMS resource that generates events.
Valid values: replication-instance | replication-server | security-group | replication-task
eventCategoryGroup_eventCategories :: Lens' EventCategoryGroup (Maybe [Text]) Source #
A list of event categories from a source type that you've chosen.