AWS::SupportApp::SlackWorkspaceConfigurationYou can use the `AWS::SupportApp::SlackWorkspaceConfiguration` resource to specify your Slack workspace configuration. This resource configures your AWS account so that you can use the specified Slack workspace in the AWS Support App . This resource includes the following information: - The team ID for the Slack workspace - The version ID of the resource to use with AWS CloudFormation For more information, see the following topics in the *User Guide* : - [AWS Support App in Slack](https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html) - [Creating AWS Support App in Slack resources with AWS CloudFormation](https://docs.aws.amazon.com/awssupport/latest/user/creating-resources-with-cloudformation.html)
import { CfnSlackWorkspaceConfiguration } from 'aws-cdk-lib/aws-supportapp';Or use the module namespace:
import * as supportapp from 'aws-cdk-lib/aws-supportapp';
// supportapp.CfnSlackWorkspaceConfigurationConfiguration passed to the constructor as CfnSlackWorkspaceConfigurationProps.
teamIdRequiredstringThe team ID in Slack. This ID uniquely identifies a Slack workspace, such as `T012ABCDEFG` .
versionIdOptionalstringAn identifier used to update an existing Slack workspace configuration in AWS CloudFormation , such as `100` .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-supportappAWS::SupportApp::SlackWorkspaceConfiguration