| 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.AppIntegrationS.Types.EventFilter
Description
Synopsis
- data EventFilter = EventFilter' {}
- newEventFilter :: Text -> EventFilter
- eventFilter_source :: Lens' EventFilter Text
Documentation
data EventFilter Source #
The event filter.
See: newEventFilter smart constructor.
Constructors
| EventFilter' | |
Instances
Arguments
| :: Text | |
| -> EventFilter |
Create a value of EventFilter 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:source:EventFilter', eventFilter_source - The source of the events.
eventFilter_source :: Lens' EventFilter Text Source #
The source of the events.