AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SupportApp::SlackWorkspaceConfiguration

CfnSlackWorkspaceConfiguration

You 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

import { CfnSlackWorkspaceConfiguration } from 'aws-cdk-lib/aws-supportapp';

Or use the module namespace:

import * as supportapp from 'aws-cdk-lib/aws-supportapp';
// supportapp.CfnSlackWorkspaceConfiguration

Properties

Configuration passed to the constructor as CfnSlackWorkspaceConfigurationProps.

teamIdRequired
string

The team ID in Slack. This ID uniquely identifies a Slack workspace, such as `T012ABCDEFG` .

versionIdOptional
string

An identifier used to update an existing Slack workspace configuration in AWS CloudFormation , such as `100` .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-supportapp
CFN TypeAWS::SupportApp::SlackWorkspaceConfiguration
Properties2

External Links