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 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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "RetrievalWindowDurationSeconds" :Integer}
YAML
RetrievalWindowDurationSeconds:Integer
Properties
RetrievalWindowDurationSeconds-
The amount of time, in seconds, that MediaTailor spreads prefetch requests to the ADS.
Required: No
Type: Integer
Update requires: Replacement