interface SlackChannelConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Chatbot.SlackChannelConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awschatbot#SlackChannelConfigurationReference |
Java | software.amazon.awscdk.services.chatbot.SlackChannelConfigurationReference |
Python | aws_cdk.aws_chatbot.SlackChannelConfigurationReference |
TypeScript | aws-cdk-lib » aws_chatbot » SlackChannelConfigurationReference |
A reference to a SlackChannelConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_chatbot as chatbot } from 'aws-cdk-lib';
const slackChannelConfigurationReference: chatbot.SlackChannelConfigurationReference = {
slackChannelConfigurationArn: 'slackChannelConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| slack | string | The Arn of the SlackChannelConfiguration resource. |
slackChannelConfigurationArn
Type:
string
The Arn of the SlackChannelConfiguration resource.

.NET
Go
Java
Python
TypeScript