View source: R/chatbot_operations.R
chatbot_update_chime_webhook_configuration | R Documentation |
Updates a Amazon Chime webhook configuration.
See https://www.paws-r-sdk.com/docs/chatbot_update_chime_webhook_configuration/ for full documentation.
chatbot_update_chime_webhook_configuration(
ChatConfigurationArn,
WebhookDescription = NULL,
WebhookUrl = NULL,
SnsTopicArns = NULL,
IamRoleArn = NULL,
LoggingLevel = NULL
)
ChatConfigurationArn |
[required] The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to update. |
WebhookDescription |
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 |
The URL for the Amazon Chime webhook. |
SnsTopicArns |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot. |
IamRoleArn |
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. |
LoggingLevel |
Logging levels include |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.