interface ChannelReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.ChannelReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#ChannelReference |
![]() | software.amazon.awscdk.services.mediatailor.ChannelReference |
![]() | aws_cdk.aws_mediatailor.ChannelReference |
![]() | aws-cdk-lib » aws_mediatailor » 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_mediatailor as mediatailor } from 'aws-cdk-lib';
const channelReference: mediatailor.ChannelReference = {
channelArn: 'channelArn',
channelName: 'channelName',
};
Properties
Name | Type | Description |
---|---|---|
channel | string | The ARN of the Channel resource. |
channel | string | The ChannelName of the Channel resource. |
channelArn
Type:
string
The ARN of the Channel resource.
channelName
Type:
string
The ChannelName of the Channel resource.