AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaTailor::ChannelPolicy

CfnChannelPolicy

Specifies an IAM policy for the channel. IAM policies are used to control access to your channel.

Import

import { CfnChannelPolicy } from 'aws-cdk-lib/aws-mediatailor';

Or use the module namespace:

import * as mediatailor from 'aws-cdk-lib/aws-mediatailor';
// mediatailor.CfnChannelPolicy

Properties

Configuration passed to the constructor as CfnChannelPolicyProps.

channelNameRequired
string

The name of the channel associated with this Channel Policy.

policyRequired
any

The IAM policy for the channel. IAM policies are used to control access to your channel.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-mediatailor
CFN TypeAWS::MediaTailor::ChannelPolicy
Properties2

External Links