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