AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaTailor::ChannelPolicy

MediaTailor ChannelPolicy

Definition of AWS::MediaTailor::ChannelPolicy Resource Type

Properties

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

Filter:
PropertyTypeFlags
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::MediaTailor::ChannelPolicy

Resources:
  MyResource:
    Type: AWS::MediaTailor::ChannelPolicy
    Properties:
      ChannelName: "my-channelname"
      Policy: "value"

Required IAM Permissions

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

create

mediatailor:PutChannelPolicymediatailor:GetChannelPolicy

read

mediatailor:GetChannelPolicy

update

mediatailor:PutChannelPolicymediatailor:GetChannelPolicy

delete

mediatailor:DeleteChannelPolicymediatailor:GetChannelPolicy

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

ServiceMediaTailor
Properties2
Required2
TaggingNot supported
Primary IDChannelName

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

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

ChannelName

External Links