AWS::MediaTailor::ChannelPolicySpecifies an IAM policy for the channel. IAM policies are used to control access to your channel.
import { CfnChannelPolicy } from 'aws-cdk-lib/aws-mediatailor';Or use the module namespace:
import * as mediatailor from 'aws-cdk-lib/aws-mediatailor';
// mediatailor.CfnChannelPolicyConfiguration passed to the constructor as CfnChannelPolicyProps.
channelNameRequiredstringThe name of the channel associated with this Channel Policy.
policyRequiredanyThe IAM policy for the channel. IAM policies are used to control access to your 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-mediatailorAWS::MediaTailor::ChannelPolicy