interface ChannelFlowReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Chime.ChannelFlowReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awschime#ChannelFlowReference |
Java | software.amazon.awscdk.interfaces.chime.ChannelFlowReference |
Python | aws_cdk.interfaces.aws_chime.ChannelFlowReference |
TypeScript | aws-cdk-lib » interfaces » aws_chime » ChannelFlowReference |
A reference to a ChannelFlow resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_chime as interfaces_chime } from 'aws-cdk-lib/interfaces';
const channelFlowReference: interfaces_chime.ChannelFlowReference = {
channelFlowArn: 'channelFlowArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| channel | string | The Arn of the ChannelFlow resource. |
channelFlowArn
Type:
string
The Arn of the ChannelFlow resource.

.NET
Go
Java
Python
TypeScript