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
)
[required] The Amazon Resource Name (ARN) of the TeamsChannelConfiguration to update.
[required] The ID of the Microsoft Teams channel.
The name of the Microsoft Teams channel.
The Amazon Resource Names (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
.
The list of IAM policy ARNs that are applied as channel guardrails. The
AWS managed AdministratorAccess
policy is applied by default if this
is not set.
Enables use of a user role requirement in your chat configuration.