AWS::MediaTailor::SourceLocation DefaultSegmentDeliveryConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaTailor::SourceLocation DefaultSegmentDeliveryConfiguration

The optional configuration for a server that serves segments. Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "BaseUrl" : String }

YAML

BaseUrl: String

Properties

BaseUrl

The hostname of the server that will be used to serve segments. This string must include the protocol, such as https://.

Required: No

Type: String

Update requires: No interruption