interface ChannelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Ivs.ChannelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsivs#ChannelReference |
Java | software.amazon.awscdk.interfaces.ivs.ChannelReference |
Python | aws_cdk.interfaces.aws_ivs.ChannelReference |
TypeScript | aws-cdk-lib » interfaces » aws_ivs » ChannelReference |
A reference to a Channel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivs as interfaces_aws_ivs } from 'aws-cdk-lib/interfaces';
const channelReference: interfaces_aws_ivs.ChannelReference = {
channelArn: 'channelArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| channel | string | The Arn of the Channel resource. |
channelArn
Type:
string
The Arn of the Channel resource.

.NET
Go
Java
Python
TypeScript