AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaTailor::Channel

MediaTailor Channel

Definition of AWS::MediaTailor::Channel Resource Type

Properties

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

Filter:
PropertyTypeFlags
ChannelName
string
RequiredCreate-only
Outputs
Array<RequestOutputItem>
Required
PlaybackMode
string
Required
Audiences
Array<string>
FillerSlate
SlateSource
LogConfiguration
LogConfigurationForChannel
Tags
Array<Tag>
Tier
string
Create-only
TimeShiftConfiguration
TimeShiftConfiguration

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring<p>The ARN of the channel.</p>

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::Channel

Resources:
  MyResource:
    Type: AWS::MediaTailor::Channel
    Properties:
      ChannelName: "my-channelname"
      Outputs: []
      PlaybackMode: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

mediatailor:CreateChannelmediatailor:TagResourcemediatailor:ConfigureLogsForChanneliam:CreateServiceLinkedRolemediatailor:DescribeChannel

read

mediatailor:DescribeChannel

update

mediatailor:UpdateChannelmediatailor:TagResourcemediatailor:UntagResourceiam:CreateServiceLinkedRolemediatailor:ConfigureLogsForChannelmediatailor:DescribeChannel

delete

mediatailor:DeleteChannelmediatailor:DescribeChannel

list

mediatailor:ListChannels

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
Properties10
Required3
TaggingSupported
Primary IDChannelName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ChannelNameTier

External Links