AWS Fundamentals Logo
AWS Fundamentals
AWS::Chatbot::MicrosoftTeamsChannelConfiguration

Chatbot MicrosoftTeamsChannelConfiguration

Resource schema for AWS::Chatbot::MicrosoftTeamsChannelConfiguration.

Properties

12 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
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

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringAmazon Resource Name (ARN) of the configuration

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

chatbot:CreateMicrosoftTeamsChannelConfigurationchatbot:TagResourcechatbot:AssociateToConfigurationchatbot:ListAssociationsiam:PassRoleiam:CreateServiceLinkedRole

read

chatbot:GetMicrosoftTeamsChannelConfigurationchatbot:ListAssociationschatbot:ListTagsForResource

update

chatbot:UpdateMicrosoftTeamsChannelConfigurationchatbot:TagResourcechatbot:UntagResourcechatbot:ListTagsForResourcechatbot:AssociateToConfigurationchatbot:DisassociateFromConfigurationchatbot:ListAssociationsiam:PassRole

delete

chatbot:GetMicrosoftTeamsChannelConfigurationchatbot:DeleteMicrosoftTeamsChannelConfigurationchatbot:DisassociateFromConfigurationchatbot:ListAssociations

list

chatbot:ListMicrosoftTeamsChannelConfigurationschatbot:ListAssociations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceChatbot
Properties13
Required5
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TeamIdTeamsTenantIdConfigurationName

External Links