AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaTailor::SourceLocation

MediaTailor SourceLocation

Definition of AWS::MediaTailor::SourceLocation Resource Type

Properties

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

Filter:
PropertyTypeFlags
HttpConfiguration
HttpConfiguration
Required
SourceLocationName
string
RequiredCreate-only
AccessConfiguration
AccessConfiguration
DefaultSegmentDeliveryConfiguration
DefaultSegmentDeliveryConfiguration
SegmentDeliveryConfigurations
Array<SegmentDeliveryConfiguration>
Tags
Array<Tag>

Return Values

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

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

Resources:
  MyResource:
    Type: AWS::MediaTailor::SourceLocation
    Properties:
      HttpConfiguration: "value"
      SourceLocationName: "my-sourcelocationname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

mediatailor:CreateSourceLocationmediatailor:DescribeSourceLocationmediatailor:TagResourcesecretsmanager:DescribeSecretsecretsmanager:GetSecretValuekms:CreateGrant

read

mediatailor:DescribeSourceLocation

update

mediatailor:DescribeSourceLocationmediatailor:TagResourcemediatailor:UntagResourcemediatailor:UpdateSourceLocationsecretsmanager:DescribeSecretsecretsmanager:GetSecretValuekms:CreateGrant

delete

mediatailor:DeleteSourceLocationmediatailor:DescribeSourceLocation

list

mediatailor:ListSourceLocations

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
Properties7
Required2
TaggingSupported
Primary IDSourceLocationName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

SourceLocationName

External Links