---
type: resource-type
title: SupportAppSlackChannelConfiguration
description: aws resource type AWS::SupportApp::SlackChannelConfiguration
name: SupportAppSlackChannelConfiguration
lexicon: aws
resource_type: AWS::SupportApp::SlackChannelConfiguration
---
`AWS::SupportApp::SlackChannelConfiguration`, a resource type of the aws lexicon.

## Properties

- `ChannelId` (`string`, required): The channel ID in Slack, which identifies a channel within a workspace.
- `ChannelRoleArn` (`string`, required): The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
- `NotifyOnCaseSeverity` (`"all" | "high" | "none"`, required): The severity level of a support case that a customer wants to get notified for.
- `TeamId` (`string`, required): The team ID in Slack, which uniquely identifies a workspace.
- `ChannelName` (`string`, optional): The channel name in Slack.
- `NotifyOnAddCorrespondenceToCase` (`boolean`, optional): Whether to notify when a correspondence is added to a case.
- `NotifyOnCreateOrReopenCase` (`boolean`, optional): Whether to notify when a case is created or reopened.
- `NotifyOnResolveCase` (`boolean`, optional): Whether to notify when a case is resolved.
