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 AdsPersonalizationConcurrency
The concurrency settings for ad decision server interactions during ad personalization.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "EnableVodVastParallelization" :Boolean, "MaxConcurrentAdsRequests" :Integer}
YAML
EnableVodVastParallelization:BooleanMaxConcurrentAdsRequests:Integer
Properties
EnableVodVastParallelization-
Enables parallel processing of ad decision server requests in VOD workflows when the ADS returns VAST responses. The default is false.
Required: No
Type: Boolean
Update requires: No interruption
MaxConcurrentAdsRequests-
The maximum number of simultaneous requests that MediaTailor makes to the ad decision server per manifest request. The default is 1.
Required: No
Type: Integer
Update requires: No interruption