interface SlackChannelConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Chatbot.SlackChannelConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awschatbot#SlackChannelConfigurationReference |
Java | software.amazon.awscdk.interfaces.chatbot.SlackChannelConfigurationReference |
Python | aws_cdk.interfaces.aws_chatbot.SlackChannelConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_chatbot } from 'aws-cdk-lib/interfaces';
const slackChannelConfigurationReference: interfaces_aws_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