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
)
[required] The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to update.
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.
The URL for the Amazon Chime webhook.
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
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.
Logging levels include ERROR
, INFO
, or NONE
.