AWS::MediaPackage::OriginEndpointResource schema for AWS::MediaPackage::OriginEndpoint
14 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) assigned to the OriginEndpoint. |
Url | string | The URL of the packaged OriginEndpoint for consumption. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
mediapackage:CreateOriginEndpointmediapackage:DescribeOriginEndpointmediapackage:DescribeChannelmediapackage:TagResourceiam:PassRoleacm:DescribeCertificatemediapackage:DescribeOriginEndpointmediapackage:UpdateOriginEndpointmediapackage:TagResourcemediapackage:ListTagsForResourcemediapackage:UntagResourcemediapackage:DescribeOriginEndpointiam:PassRolemediapackage:DeleteOriginEndpointmediapackage:ListOriginEndpointsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Id