Values.CreateChimeWebhookConfigurationRequestSourceCreates an AWS Chatbot configuration for Amazon Chime.
type nonrec t = {webhookDescription : ChimeWebhookDescription.t;A description of the webhook. We recommend using the convention RoomName/WebhookName. For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide.
*)webhookUrl : ChimeWebhookUrl.t;The URL for the Amazon Chime webhook.
*)snsTopicArns : SnsTopicArnList.t;The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
*)iamRoleArn : Arn.t;A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
*)configurationName : ConfigurationName.t;The name of the configuration.
*)loggingLevel : CustomerCwLogLevel.t option;Logging levels include ERROR, INFO, or NONE.
*)}val make :
?loggingLevel:??? ->
?tags:??? ->
webhookDescription:ChimeWebhookDescription.t ->
webhookUrl:ChimeWebhookUrl.t ->
snsTopicArns:SnsTopicArnList.t ->
iamRoleArn:Arn.t ->
configurationName:ConfigurationName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Arn.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of ChimeWebhookDescription.t ])
list ]