interface SlackWorkspaceConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SupportApp.SlackWorkspaceConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssupportapp#SlackWorkspaceConfigurationReference |
![]() | software.amazon.awscdk.services.supportapp.SlackWorkspaceConfigurationReference |
![]() | aws_cdk.aws_supportapp.SlackWorkspaceConfigurationReference |
![]() | aws-cdk-lib » aws_supportapp » SlackWorkspaceConfigurationReference |
A reference to a SlackWorkspaceConfiguration resource.
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-lib';
const slackWorkspaceConfigurationReference: supportapp.SlackWorkspaceConfigurationReference = {
teamId: 'teamId',
};
Properties
Name | Type | Description |
---|---|---|
team | string | The TeamId of the SlackWorkspaceConfiguration resource. |
teamId
Type:
string
The TeamId of the SlackWorkspaceConfiguration resource.