AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaPackageV2::ChannelPolicy

CfnChannelPolicy

Specifies the configuration parameters of a MediaPackage V2 channel policy.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnChannelPolicyProps.

channelGroupNameRequired
string

The name of the channel group associated with the channel policy.

channelNameRequired
string

The name of the channel associated with the channel policy.

policyRequired
any

The policy associated with the 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-mediapackagev2
CFN TypeAWS::MediaPackageV2::ChannelPolicy
Properties3

External Links