| 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.PinpointSMSVoice.Types.EventDestination
Description
Synopsis
- data EventDestination = EventDestination' {}
- newEventDestination :: EventDestination
- eventDestination_cloudWatchLogsDestination :: Lens' EventDestination (Maybe CloudWatchLogsDestination)
- eventDestination_enabled :: Lens' EventDestination (Maybe Bool)
- eventDestination_kinesisFirehoseDestination :: Lens' EventDestination (Maybe KinesisFirehoseDestination)
- eventDestination_matchingEventTypes :: Lens' EventDestination (Maybe [EventType])
- eventDestination_name :: Lens' EventDestination (Maybe Text)
- eventDestination_snsDestination :: Lens' EventDestination (Maybe SnsDestination)
Documentation
data EventDestination Source #
An object that defines an event destination.
See: newEventDestination smart constructor.
Constructors
| EventDestination' | |
Fields
| |
Instances
newEventDestination :: EventDestination Source #
Create a value of EventDestination 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:cloudWatchLogsDestination:EventDestination', eventDestination_cloudWatchLogsDestination - Undocumented member.
$sel:enabled:EventDestination', eventDestination_enabled - Indicates whether or not the event destination is enabled. If the event
destination is enabled, then Amazon Pinpoint sends response data to the
specified event destination.
$sel:kinesisFirehoseDestination:EventDestination', eventDestination_kinesisFirehoseDestination - Undocumented member.
$sel:matchingEventTypes:EventDestination', eventDestination_matchingEventTypes - Undocumented member.
$sel:name:EventDestination', eventDestination_name - A name that identifies the event destination configuration.
$sel:snsDestination:EventDestination', eventDestination_snsDestination - Undocumented member.
eventDestination_cloudWatchLogsDestination :: Lens' EventDestination (Maybe CloudWatchLogsDestination) Source #
Undocumented member.
eventDestination_enabled :: Lens' EventDestination (Maybe Bool) Source #
Indicates whether or not the event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends response data to the specified event destination.
eventDestination_kinesisFirehoseDestination :: Lens' EventDestination (Maybe KinesisFirehoseDestination) Source #
Undocumented member.
eventDestination_matchingEventTypes :: Lens' EventDestination (Maybe [EventType]) Source #
Undocumented member.
eventDestination_name :: Lens' EventDestination (Maybe Text) Source #
A name that identifies the event destination configuration.
eventDestination_snsDestination :: Lens' EventDestination (Maybe SnsDestination) Source #
Undocumented member.