View source: R/chatbot_operations.R
chatbot_create_chime_webhook_configuration | R Documentation |
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
)
WebhookDescription |
[required] A description of the webhook. We recommend using the convention
For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide. |
WebhookUrl |
[required] The URL for the Amazon Chime webhook. |
SnsTopicArns |
[required] The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot. |
IamRoleArn |
[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. |
ConfigurationName |
[required] The name of the configuration. |
LoggingLevel |
Logging levels include |
Tags |
A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.