Creates an AWS Chatbot configuration for Microsoft Teams.
See https://www.paws-r-sdk.com/docs/chatbot_create_microsoft_teams_channel_configuration/ for full documentation.
chatbot_create_microsoft_teams_channel_configuration(
ChannelId,
ChannelName = NULL,
TeamId,
TeamName = NULL,
TenantId,
SnsTopicArns = NULL,
IamRoleArn,
ConfigurationName,
LoggingLevel = NULL,
GuardrailPolicyArns = NULL,
UserAuthorizationRequired = NULL,
Tags = NULL
)
[required] The ID of the Microsoft Teams channel.
The name of the Microsoft Teams channel.
[required] The ID of the Microsoft Teams authorized with AWS Chatbot.
To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.
The name of the Microsoft Teams Team.
[required] The ID of the Microsoft Teams tenant.
The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
[required] 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.
[required] The name of the configuration.
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.
A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.