AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaPackage::Channel

MediaPackage Channel

Resource schema for AWS::MediaPackage::Channel

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Id
string
RequiredCreate-only
Description
string
EgressAccessLogs
LogConfiguration
HlsIngest
HlsIngest
IngressAccessLogs
LogConfiguration
Tags
Array<Tag>
Create-only

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) assigned to the Channel.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaPackage::Channel

Resources:
  MyResource:
    Type: AWS::MediaPackage::Channel
    Properties:
      Id: "my-id"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

mediapackage:CreateChannelmediapackage:DescribeChannelmediapackage:UpdateChannelmediapackage:TagResourcemediapackage:ConfigureLogsiam:CreateServiceLinkedRole

read

mediapackage:DescribeChannel

update

mediapackage:UpdateChannelmediapackage:ConfigureLogsiam:CreateServiceLinkedRole

delete

mediapackage:DeleteChannel

list

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

ServiceMediaPackage
Properties7
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

IdTags

External Links