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::PlaybackConfiguration AdsPersonalizationTimeouts
The timeout settings for ad decision server interactions during ad personalization.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AdsRequestTimeoutMilliseconds" :Integer, "LiveMaximumAdsPersonalizationTimeMilliseconds" :Integer, "PrefetchAdsRequestTimeoutMilliseconds" :Integer, "PrefetchMaximumAdsPersonalizationTimeMilliseconds" :Integer, "VodMaximumAdsPersonalizationTimeMilliseconds" :Integer}
YAML
AdsRequestTimeoutMilliseconds:IntegerLiveMaximumAdsPersonalizationTimeMilliseconds:IntegerPrefetchAdsRequestTimeoutMilliseconds:IntegerPrefetchMaximumAdsPersonalizationTimeMilliseconds:IntegerVodMaximumAdsPersonalizationTimeMilliseconds:Integer
Properties
AdsRequestTimeoutMilliseconds-
The maximum time, in milliseconds, that MediaTailor waits for a single ad decision server response during live or VOD playback. The default is 3000.
Required: No
Type: Integer
Update requires: No interruption
LiveMaximumAdsPersonalizationTimeMilliseconds-
The maximum total time, in milliseconds, that MediaTailor spends on ad decision server activity for live manifests, including making requests, waiting for responses, and following VAST wrapper redirects. The default is 10000.
Required: No
Type: Integer
Update requires: No interruption
PrefetchAdsRequestTimeoutMilliseconds-
The maximum time, in milliseconds, that MediaTailor waits for a single ad decision server response during prefetch retrieval. If not set, the value of AdsRequestTimeoutMilliseconds is used.
Required: No
Type: Integer
Update requires: No interruption
PrefetchMaximumAdsPersonalizationTimeMilliseconds-
The maximum total time, in milliseconds, that MediaTailor spends on ad decision server activity during prefetch retrieval, including making requests, waiting for responses, and following VAST wrapper redirects.
Required: No
Type: Integer
Update requires: No interruption
VodMaximumAdsPersonalizationTimeMilliseconds-
The maximum total time, in milliseconds, that MediaTailor spends on ad decision server activity for VOD manifests, including making requests, waiting for responses, and following VAST wrapper redirects. The default is 10000.
Required: No
Type: Integer
Update requires: No interruption