AWS Fundamentals Logo
AWS Fundamentals
AWS::Chatbot::SlackChannelConfiguration

Chatbot SlackChannelConfiguration

Resource schema for AWS::Chatbot::SlackChannelConfiguration.

Properties

10 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConfigurationName
string
RequiredCreate-only
IamRoleArn
string
Required
SlackChannelId
string
Required
SlackWorkspaceId
string
RequiredCreate-only
CustomizationResourceArns
Array<string>
GuardrailPolicies
Array<string>
LoggingLevel
string
SnsTopicArns
Array<string>
Tags
Array<Tag>
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::SlackChannelConfiguration

Resources:
  MyResource:
    Type: AWS::Chatbot::SlackChannelConfiguration
    Properties:
      SlackWorkspaceId: "my-slackworkspaceid"
      SlackChannelId: "my-slackchannelid"
      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:CreateSlackChannelConfigurationchatbot:TagResourcechatbot:AssociateToConfigurationchatbot:ListAssociationsiam:PassRoleiam:CreateServiceLinkedRole

read

chatbot:DescribeSlackChannelConfigurationschatbot:ListAssociations

update

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

delete

chatbot:DeleteSlackChannelConfigurationchatbot:DisassociateFromConfigurationchatbot:ListAssociations

list

chatbot:DescribeSlackChannelConfigurationschatbot: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
Properties11
Required4
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

SlackWorkspaceIdConfigurationName

External Links