| 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.Redshift.Types.EventCategoriesMap
Description
Documentation
data EventCategoriesMap Source #
Describes event categories.
See: newEventCategoriesMap smart constructor.
Constructors
| EventCategoriesMap' | |
Fields
| |
Instances
newEventCategoriesMap :: EventCategoriesMap Source #
Create a value of EventCategoriesMap 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:events:EventCategoriesMap', eventCategoriesMap_events - The events in the event category.
$sel:sourceType:EventCategoriesMap', eventCategoriesMap_sourceType - The source type, such as cluster or cluster-snapshot, that the returned
categories belong to.
eventCategoriesMap_events :: Lens' EventCategoriesMap (Maybe [EventInfoMap]) Source #
The events in the event category.
eventCategoriesMap_sourceType :: Lens' EventCategoriesMap (Maybe Text) Source #
The source type, such as cluster or cluster-snapshot, that the returned categories belong to.