View a markdown version of this page

AWS::MediaTailor::PrefetchSchedule RecurringRetrieval - 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).

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

AWS::MediaTailor::PrefetchSchedule RecurringRetrieval

With recurring prefetch, MediaTailor automatically prefetches ads for every avail that occurs during the retrieval window. The following configurations describe the MediaTailor behavior when prefetching ads for a live event.

Syntax

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

Properties

DelayAfterAvailEndSeconds

The number of seconds that MediaTailor waits after an ad avail before prefetching ads for the next avail. If not set, the default is 0 (no delay).

Required: No

Type: Integer

Update requires: Replacement

DynamicVariables

The dynamic variables to use for substitution during prefetch requests to the ADS.

Required: No

Type: Object of String

Pattern: .+

Update requires: Replacement

TrafficShapingRetrievalWindow

The configuration that tells AWS Elemental MediaTailor how many seconds to spread out requests to the ad decision server (ADS). Instead of sending ADS requests for all sessions at the same time, MediaTailor spreads the requests across the amount of time specified in the retrieval window.

Required: No

Type: TrafficShapingRetrievalWindow

Update requires: Replacement

TrafficShapingTpsConfiguration

The configuration for TPS-based traffic shaping. This approach limits requests to the ad decision server (ADS) based on transactions per second and concurrent users.

Required: No

Type: TrafficShapingTpsConfiguration

Update requires: Replacement

TrafficShapingType

Indicates the type of traffic shaping used to limit the number of requests to the ADS at one time.

Required: No

Type: String

Allowed values: RETRIEVAL_WINDOW | TPS

Update requires: Replacement