Creates an AWS Chatbot configuration for Amazon Chime.
See https://www.paws-r-sdk.com/docs/chatbot_create_chime_webhook_configuration/ for full documentation.
chatbot_create_chime_webhook_configuration(
WebhookDescription,
WebhookUrl,
SnsTopicArns,
IamRoleArn,
ConfigurationName,
LoggingLevel = NULL,
Tags = NULL
)
[required] 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.
[required] The URL for the Amazon Chime webhook.
[required] The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
[required] 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.
[required] The name of the configuration.
Logging levels include ERROR
, INFO
, or NONE
.
A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.