Updates a Amazon Chime webhook configuration
Source:R/chatbot_operations.R
chatbot_update_chime_webhook_configuration.RdUpdates a Amazon Chime webhook configuration.
See https://www.paws-r-sdk.com/docs/chatbot_update_chime_webhook_configuration/ for full documentation.
Usage
chatbot_update_chime_webhook_configuration(
ChatConfigurationArn,
WebhookDescription = NULL,
WebhookUrl = NULL,
SnsTopicArns = NULL,
IamRoleArn = NULL,
LoggingLevel = NULL
)Arguments
- ChatConfigurationArn
[required] The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to update.
- WebhookDescription
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
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
ERROR,INFO, orNONE.