AWS::MediaTailor::SourceLocation SegmentDeliveryConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MediaTailor::SourceLocation SegmentDeliveryConfiguration

The segment delivery configuration settings.

Syntax

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

JSON

{ "BaseUrl" : String, "Name" : String }

YAML

BaseUrl: String Name: String

Properties

BaseUrl

The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as https://example.com/some/path. To use a relative URL specify the relative path, such as /some/path*.

Required: No

Type: String

Update requires: No interruption

Name

A unique identifier used to distinguish between multiple segment delivery configurations in a source location.

Required: No

Type: String

Update requires: No interruption