AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaTailor::VodSource

MediaTailor VodSource

Definition of AWS::MediaTailor::VodSource Resource Type

Properties

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

Filter:
PropertyTypeFlags
HttpPackageConfigurations
Array<HttpPackageConfiguration>
Required
SourceLocationName
string
RequiredCreate-only
VodSourceName
string
RequiredCreate-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring<p>The ARN of the VOD source.</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::VodSource

Resources:
  MyResource:
    Type: AWS::MediaTailor::VodSource
    Properties:
      HttpPackageConfigurations: []
      SourceLocationName: "my-sourcelocationname"
      VodSourceName: "my-vodsourcename"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

mediatailor:CreateVodSourcemediatailor:DescribeVodSourcemediatailor:TagResource

read

mediatailor:DescribeVodSource

update

mediatailor:DescribeVodSourcemediatailor:TagResourcemediatailor:UntagResourcemediatailor:UpdateVodSource

delete

mediatailor:DeleteVodSourcemediatailor:DescribeVodSource

list

mediatailor:ListVodSources

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
Properties5
Required3
TaggingSupported
Primary IDSourceLocationName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

SourceLocationNameVodSourceName

External Links