Interface CfnPlaybackConfigurationPropsMixin.AdsPersonalizationConcurrencyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlaybackConfigurationPropsMixin.AdsPersonalizationConcurrencyProperty.Jsii$Proxy
- Enclosing class:
CfnPlaybackConfigurationPropsMixin
@Stability(Stable)
public static interface CfnPlaybackConfigurationPropsMixin.AdsPersonalizationConcurrencyProperty
extends software.amazon.jsii.JsiiSerializable
The settings that control how many concurrent requests MediaTailor makes to the ad decision server (ADS).
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mediatailor.*;
AdsPersonalizationConcurrencyProperty adsPersonalizationConcurrencyProperty = AdsPersonalizationConcurrencyProperty.builder()
.enableVodVastParallelization(false)
.maxConcurrentAdsRequests(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPlaybackConfigurationPropsMixin.AdsPersonalizationConcurrencyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnableVodVastParallelization
Enables parallel processing of ADS requests in VOD workflows when the ADS returns VAST responses.The default is false.
Returns union: either
BooleanorIResolvable- See Also:
-
getMaxConcurrentAdsRequests
The maximum number of simultaneous requests that MediaTailor makes to the ADS for each manifest request.The default is 1.
- See Also:
-
builder
@Stability(Stable) static CfnPlaybackConfigurationPropsMixin.AdsPersonalizationConcurrencyProperty.Builder builder()
-