AWS Fundamentals Logo
AWS Fundamentals
AWS::SupportApp::SlackChannelConfiguration

SupportApp SlackChannelConfiguration

An AWS Support App resource that creates, updates, lists and deletes Slack channel configurations.

Properties

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

Filter:
PropertyTypeFlags
ChannelId
string
RequiredCreate-only
ChannelRoleArn
string
Required
NotifyOnCaseSeverity
string
Required
TeamId
string
RequiredCreate-only
ChannelName
string
NotifyOnAddCorrespondenceToCase
boolean
NotifyOnCreateOrReopenCase
boolean
NotifyOnResolveCase
boolean

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SupportApp::SlackChannelConfiguration

Resources:
  MyResource:
    Type: AWS::SupportApp::SlackChannelConfiguration
    Properties:
      TeamId: "my-teamid"
      ChannelId: "my-channelid"
      NotifyOnCaseSeverity: "none"
      ChannelRoleArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

supportapp:CreateSlackChannelConfigurationsupportapp:ListSlackChannelConfigurations

read

supportapp:ListSlackChannelConfigurations

update

supportapp:UpdateSlackChannelConfigurationsupportapp:ListSlackChannelConfigurations

delete

supportapp:DeleteSlackChannelConfigurationsupportapp:ListSlackChannelConfigurations

list

supportapp:ListSlackChannelConfigurations

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

ServiceSupportApp
Properties8
Required4
TaggingNot supported
Primary IDTeamId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

TeamIdChannelId

External Links