View source: R/chatbot_operations.R
chatbot_update_microsoft_teams_channel_configuration | R Documentation |
Updates an Microsoft Teams channel configuration.
See https://www.paws-r-sdk.com/docs/chatbot_update_microsoft_teams_channel_configuration/ for full documentation.
chatbot_update_microsoft_teams_channel_configuration(
ChatConfigurationArn,
ChannelId,
ChannelName = NULL,
SnsTopicArns = NULL,
IamRoleArn = NULL,
LoggingLevel = NULL,
GuardrailPolicyArns = NULL,
UserAuthorizationRequired = NULL
)
ChatConfigurationArn |
[required] The Amazon Resource Name (ARN) of the TeamsChannelConfiguration to update. |
ChannelId |
[required] The ID of the Microsoft Teams channel. |
ChannelName |
The name of the Microsoft Teams channel. |
SnsTopicArns |
The Amazon Resource Names (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 |
GuardrailPolicyArns |
The list of IAM policy ARNs that are applied as channel guardrails. The
AWS managed |
UserAuthorizationRequired |
Enables use of a user role requirement in your chat configuration. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.