AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaPackage::OriginEndpoint

MediaPackage OriginEndpoint

Resource schema for AWS::MediaPackage::OriginEndpoint

Properties

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

Filter:
PropertyTypeFlags
ChannelId
string
Required
Id
string
RequiredCreate-only
Authorization
Authorization
CmafPackage
CmafPackage
DashPackage
DashPackage
Description
string
HlsPackage
HlsPackage
ManifestName
string
MssPackage
MssPackage
Origination
string
StartoverWindowSeconds
integer
Tags
Array<Tag>
TimeDelaySeconds
integer
Whitelist
Array<string>

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) assigned to the OriginEndpoint.
UrlstringThe URL of the packaged OriginEndpoint for consumption.

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

Resources:
  MyResource:
    Type: AWS::MediaPackage::OriginEndpoint
    Properties:
      Id: "my-id"
      ChannelId: "my-channelid"
      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:CreateOriginEndpointmediapackage:DescribeOriginEndpointmediapackage:DescribeChannelmediapackage:TagResourceiam:PassRoleacm:DescribeCertificate

read

mediapackage:DescribeOriginEndpoint

update

mediapackage:UpdateOriginEndpointmediapackage:TagResourcemediapackage:ListTagsForResourcemediapackage:UntagResourcemediapackage:DescribeOriginEndpointiam:PassRole

delete

mediapackage:DeleteOriginEndpoint

list

mediapackage:ListOriginEndpoints

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
Properties16
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Id

External Links