interface MicrosoftTeamsChannelConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Chatbot.MicrosoftTeamsChannelConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awschatbot#MicrosoftTeamsChannelConfigurationReference |
Java | software.amazon.awscdk.interfaces.chatbot.MicrosoftTeamsChannelConfigurationReference |
Python | aws_cdk.interfaces.aws_chatbot.MicrosoftTeamsChannelConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » aws_chatbot » MicrosoftTeamsChannelConfigurationReference |
A reference to a MicrosoftTeamsChannelConfiguration 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 microsoftTeamsChannelConfigurationReference: interfaces_aws_chatbot.MicrosoftTeamsChannelConfigurationReference = {
microsoftTeamsChannelConfigurationArn: 'microsoftTeamsChannelConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| microsoft | string | The Arn of the MicrosoftTeamsChannelConfiguration resource. |
microsoftTeamsChannelConfigurationArn
Type:
string
The Arn of the MicrosoftTeamsChannelConfiguration resource.

.NET
Go
Java
Python
TypeScript