AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaTailor::LiveSource

MediaTailor LiveSource

Definition of AWS::MediaTailor::LiveSource Resource Type

Properties

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

Filter:
PropertyTypeFlags
HttpPackageConfigurations
Array<HttpPackageConfiguration>
Required
LiveSourceName
string
RequiredCreate-only
SourceLocationName
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 live 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::LiveSource

Resources:
  MyResource:
    Type: AWS::MediaTailor::LiveSource
    Properties:
      HttpPackageConfigurations: []
      LiveSourceName: "my-livesourcename"
      SourceLocationName: "my-sourcelocationname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

mediatailor:CreateLiveSourcemediatailor:DescribeLiveSourcemediatailor:TagResource

read

mediatailor:DescribeLiveSource

update

mediatailor:UpdateLiveSourcemediatailor:DescribeLiveSourcemediatailor:TagResourcemediatailor:UntagResource

delete

mediatailor:DeleteLiveSourcemediatailor:DescribeLiveSource

list

mediatailor:ListLiveSources

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 IDLiveSourceName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

LiveSourceNameSourceLocationName

External Links