AWS::Chatbot::MicrosoftTeamsChannelConfigurationResource schema for AWS::Chatbot::MicrosoftTeamsChannelConfiguration.
12 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConfigurationName | string | RequiredCreate-only |
IamRoleArn | string | Required |
TeamId | string | RequiredCreate-only |
TeamsChannelId | string | Required |
TeamsTenantId | string | RequiredCreate-only |
CustomizationResourceArns | Array<string> | |
GuardrailPolicies | Array<string> | |
LoggingLevel | string | |
SnsTopicArns | Array<string> | |
Tags | Array<Tag> | |
TeamsChannelName | string | |
UserRoleRequired | boolean |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Resource Name (ARN) of the configuration |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Chatbot::MicrosoftTeamsChannelConfiguration
Resources:
MyResource:
Type: AWS::Chatbot::MicrosoftTeamsChannelConfiguration
Properties:
TeamId: "my-teamid"
TeamsChannelId: "my-teamschannelid"
TeamsTenantId: "my-teamstenantid"
ConfigurationName: "my-configurationname"
IamRoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
chatbot:CreateMicrosoftTeamsChannelConfigurationchatbot:TagResourcechatbot:AssociateToConfigurationchatbot:ListAssociationsiam:PassRoleiam:CreateServiceLinkedRolechatbot:GetMicrosoftTeamsChannelConfigurationchatbot:ListAssociationschatbot:ListTagsForResourcechatbot:UpdateMicrosoftTeamsChannelConfigurationchatbot:TagResourcechatbot:UntagResourcechatbot:ListTagsForResourcechatbot:AssociateToConfigurationchatbot:DisassociateFromConfigurationchatbot:ListAssociationsiam:PassRolechatbot:GetMicrosoftTeamsChannelConfigurationchatbot:DeleteMicrosoftTeamsChannelConfigurationchatbot:DisassociateFromConfigurationchatbot:ListAssociationschatbot:ListMicrosoftTeamsChannelConfigurationschatbot:ListAssociationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TeamIdTeamsTenantIdConfigurationName