AWS::SupportApp::SlackChannelConfigurationAn AWS Support App resource that creates, updates, lists and deletes Slack channel configurations.
8 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ChannelId | string | RequiredCreate-only |
ChannelRoleArn | string | Required |
NotifyOnCaseSeverity | string | Required |
TeamId | string | RequiredCreate-only |
ChannelName | string | |
NotifyOnAddCorrespondenceToCase | boolean | |
NotifyOnCreateOrReopenCase | boolean | |
NotifyOnResolveCase | boolean |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
supportapp:CreateSlackChannelConfigurationsupportapp:ListSlackChannelConfigurationssupportapp:ListSlackChannelConfigurationssupportapp:UpdateSlackChannelConfigurationsupportapp:ListSlackChannelConfigurationssupportapp:DeleteSlackChannelConfigurationsupportapp:ListSlackChannelConfigurationssupportapp:ListSlackChannelConfigurationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTeamIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TeamIdChannelId