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:
JSON
{ "DelayAfterAvailEndSeconds" :Integer, "DynamicVariables" :{, "TrafficShapingRetrievalWindow" :Key:Value, ...}TrafficShapingRetrievalWindow, "TrafficShapingTpsConfiguration" :TrafficShapingTpsConfiguration, "TrafficShapingType" :String}
YAML
DelayAfterAvailEndSeconds:IntegerDynamicVariables:TrafficShapingRetrievalWindow:Key:ValueTrafficShapingRetrievalWindowTrafficShapingTpsConfiguration:TrafficShapingTpsConfigurationTrafficShapingType:String
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 | TPSUpdate requires: Replacement