AWS::MediaPackageV2::ChannelPolicySpecifies the configuration parameters of a MediaPackage V2 channel policy.
import { CfnChannelPolicy } from 'aws-cdk-lib/aws-mediapackagev2';Or use the module namespace:
import * as mediapackagev2 from 'aws-cdk-lib/aws-mediapackagev2';
// mediapackagev2.CfnChannelPolicyConfiguration passed to the constructor as CfnChannelPolicyProps.
channelGroupNameRequiredstringThe name of the channel group associated with the channel policy.
channelNameRequiredstringThe name of the channel associated with the channel policy.
policyRequiredanyThe policy associated with the channel.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediapackagev2AWS::MediaPackageV2::ChannelPolicy