| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DMS.Types.EventCategoryGroup
Description
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.
Constructors
| EventCategoryGroup' | |
Fields
| |
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:eventCategories:EventCategoryGroup', eventCategoryGroup_eventCategories - A list of event categories from a source type that you've chosen.
$sel:sourceType:EventCategoryGroup', eventCategoryGroup_sourceType - 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.
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