AWS::MediaTailor::SourceLocation
A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaTailor::SourceLocation", "Properties" : { "AccessConfiguration" :
AccessConfiguration
, "DefaultSegmentDeliveryConfiguration" :DefaultSegmentDeliveryConfiguration
, "HttpConfiguration" :HttpConfiguration
, "SegmentDeliveryConfigurations" :[ SegmentDeliveryConfiguration, ... ]
, "SourceLocationName" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::MediaTailor::SourceLocation Properties: AccessConfiguration:
AccessConfiguration
DefaultSegmentDeliveryConfiguration:DefaultSegmentDeliveryConfiguration
HttpConfiguration:HttpConfiguration
SegmentDeliveryConfigurations:- SegmentDeliveryConfiguration
SourceLocationName:String
Tags:- Tag
Properties
AccessConfiguration
-
The access configuration for the source location.
Required: No
Type: AccessConfiguration
Update requires: No interruption
DefaultSegmentDeliveryConfiguration
-
The default segment delivery configuration.
Required: No
Type: DefaultSegmentDeliveryConfiguration
Update requires: No interruption
HttpConfiguration
-
The HTTP configuration for the source location.
Required: Yes
Type: HttpConfiguration
Update requires: No interruption
SegmentDeliveryConfigurations
-
The segment delivery configurations for the source location.
Required: No
Type: Array of SegmentDeliveryConfiguration
Update requires: No interruption
SourceLocationName
-
The name of the source location.
Required: Yes
Type: String
Update requires: Replacement
-
The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn
Property description not available.