interface SlackWorkspaceConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SupportApp.SlackWorkspaceConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssupportapp#SlackWorkspaceConfigurationReference |
Java | software.amazon.awscdk.interfaces.supportapp.SlackWorkspaceConfigurationReference |
Python | aws_cdk.interfaces.aws_supportapp.SlackWorkspaceConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_supportapp } from 'aws-cdk-lib/interfaces';
const slackWorkspaceConfigurationReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript