Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EventsConfiguration = EventsConfiguration' {}
- newEventsConfiguration :: EventsConfiguration
- eventsConfiguration_lambdaFunctionArn :: Lens' EventsConfiguration (Maybe Text)
- eventsConfiguration_botId :: 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.
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:lambdaFunctionArn:EventsConfiguration'
, eventsConfiguration_lambdaFunctionArn
- Lambda function ARN that allows a bot to receive outgoing events.
$sel:botId:EventsConfiguration'
, eventsConfiguration_botId
- The bot ID.
$sel:outboundEventsHTTPSEndpoint:EventsConfiguration'
, eventsConfiguration_outboundEventsHTTPSEndpoint
- HTTPS endpoint that allows a bot to receive outgoing events.
eventsConfiguration_lambdaFunctionArn :: Lens' EventsConfiguration (Maybe Text) Source #
Lambda function ARN that allows a bot to receive outgoing events.
eventsConfiguration_botId :: Lens' EventsConfiguration (Maybe Text) Source #
The bot ID.
eventsConfiguration_outboundEventsHTTPSEndpoint :: Lens' EventsConfiguration (Maybe Text) Source #
HTTPS endpoint that allows a bot to receive outgoing events.