| 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.Chime.Types.EventsConfiguration
Description
Synopsis
- data EventsConfiguration = EventsConfiguration' {}
- newEventsConfiguration :: EventsConfiguration
- eventsConfiguration_botId :: Lens' EventsConfiguration (Maybe Text)
- eventsConfiguration_lambdaFunctionArn :: Lens' EventsConfiguration (Maybe Text)
- eventsConfiguration_outboundEventsHTTPSEndpoint :: Lens' EventsConfiguration (Maybe Text)
Documentation
data EventsConfiguration Source #
The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.
See: newEventsConfiguration smart constructor.
Constructors
| EventsConfiguration' | |
Instances
newEventsConfiguration :: EventsConfiguration Source #
Create a value of EventsConfiguration 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:botId:EventsConfiguration', eventsConfiguration_botId - The bot ID.
$sel:lambdaFunctionArn:EventsConfiguration', eventsConfiguration_lambdaFunctionArn - Lambda function ARN that allows a bot to receive outgoing events.
$sel:outboundEventsHTTPSEndpoint:EventsConfiguration', eventsConfiguration_outboundEventsHTTPSEndpoint - HTTPS endpoint that allows a bot to receive outgoing events.
eventsConfiguration_botId :: Lens' EventsConfiguration (Maybe Text) Source #
The bot ID.
eventsConfiguration_lambdaFunctionArn :: Lens' EventsConfiguration (Maybe Text) Source #
Lambda function ARN that allows a bot to receive outgoing events.
eventsConfiguration_outboundEventsHTTPSEndpoint :: Lens' EventsConfiguration (Maybe Text) Source #
HTTPS endpoint that allows a bot to receive outgoing events.