interface CfnSlackWorkspaceConfigurationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SupportApp.CfnSlackWorkspaceConfigurationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssupportapp#CfnSlackWorkspaceConfigurationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.supportapp.CfnSlackWorkspaceConfigurationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_supportapp.CfnSlackWorkspaceConfigurationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_supportapp » CfnSlackWorkspaceConfigurationMixinProps |
Properties for CfnSlackWorkspaceConfigurationPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_supportapp as supportapp } from '@aws-cdk/cfn-property-mixins';
const cfnSlackWorkspaceConfigurationMixinProps: supportapp.CfnSlackWorkspaceConfigurationMixinProps = {
teamId: 'teamId',
versionId: 'versionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| team | string | The team ID in Slack. |
| version | string | An identifier used to update an existing Slack workspace configuration in AWS CloudFormation , such as 100 . |
teamId?
Type:
string
(optional)
The team ID in Slack.
This ID uniquely identifies a Slack workspace, such as T012ABCDEFG .
versionId?
Type:
string
(optional)
An identifier used to update an existing Slack workspace configuration in AWS CloudFormation , such as 100 .

.NET
Go
Java
Python
TypeScript