Values.PutEventsConfigurationRequestSourceCreates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime. Choose either an HTTPS endpoint or a Lambda function ARN. For more information, see Bot.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)botId : NonEmptyString.t;The bot ID.
*)outboundEventsHTTPSEndpoint : SensitiveString.t option;HTTPS endpoint that allows the bot to receive outgoing events.
*)lambdaFunctionArn : SensitiveString.t option;Lambda function ARN that allows the bot to receive outgoing events.
*)}val make :
?outboundEventsHTTPSEndpoint:??? ->
?lambdaFunctionArn:??? ->
accountId:NonEmptyString.t ->
botId:NonEmptyString.t ->
unit ->
t