Updates an Microsoft Teams channel configuration
Source:R/chatbot_operations.R
chatbot_update_microsoft_teams_channel_configuration.RdUpdates an Microsoft Teams channel configuration.
See https://www.paws-r-sdk.com/docs/chatbot_update_microsoft_teams_channel_configuration/ for full documentation.
Usage
chatbot_update_microsoft_teams_channel_configuration(
ChatConfigurationArn,
ChannelId,
ChannelName = NULL,
SnsTopicArns = NULL,
IamRoleArn = NULL,
LoggingLevel = NULL,
GuardrailPolicyArns = NULL,
UserAuthorizationRequired = NULL
)Arguments
- 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
ERROR,INFO, orNONE.- GuardrailPolicyArns
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed
AdministratorAccesspolicy is applied by default if this is not set.Enables use of a user role requirement in your chat configuration.