AWS::MediaTailor::PlaybackConfiguration CdnConfiguration - 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::PlaybackConfiguration CdnConfiguration

The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

Syntax

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

JSON

{ "AdSegmentUrlPrefix" : String, "ContentSegmentUrlPrefix" : String }

Properties

AdSegmentUrlPrefix

A non-default content delivery network (CDN) to serve ad segments. By default, Amazon Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.<region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When Amazon Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.

Required: No

Type: String

Update requires: No interruption

ContentSegmentUrlPrefix

A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this ContentSegmentUrlPrefix. When Amazon Elemental MediaTailor serves a manifest, it reports your CDN as the source for content segments.

Required: No

Type: String

Update requires: No interruption