AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaPackageV2::ChannelPolicy

MediaPackageV2 ChannelPolicy

<p>Represents a resource-based policy that allows or denies access to a channel.</p>

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
ChannelGroupName
string
RequiredCreate-only
ChannelName
string
RequiredCreate-only
Policy
objectstring
Required

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaPackageV2::ChannelPolicy

Resources:
  MyResource:
    Type: AWS::MediaPackageV2::ChannelPolicy
    Properties:
      ChannelGroupName: "my-channelgroupname"
      ChannelName: "my-channelname"
      Policy: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

mediapackagev2:GetChannelPolicymediapackagev2:PutChannelPolicy

read

mediapackagev2:GetChannelPolicy

update

mediapackagev2:GetChannelPolicymediapackagev2:PutChannelPolicy

delete

mediapackagev2:GetChannelPolicymediapackagev2:DeleteChannelPolicy

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

ServiceMediaPackageV2
Properties3
Required3
TaggingNot supported
Primary IDChannelGroupName

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ChannelGroupNameChannelName

External Links