interface ChannelPolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.ChannelPolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#ChannelPolicyReference |
![]() | software.amazon.awscdk.services.mediatailor.ChannelPolicyReference |
![]() | aws_cdk.aws_mediatailor.ChannelPolicyReference |
![]() | aws-cdk-lib » aws_mediatailor » ChannelPolicyReference |
A reference to a ChannelPolicy 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 channelPolicyReference: mediatailor.ChannelPolicyReference = {
channelName: 'channelName',
};
Properties
Name | Type | Description |
---|---|---|
channel | string | The ChannelName of the ChannelPolicy resource. |
channelName
Type:
string
The ChannelName of the ChannelPolicy resource.