Interface CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPlaybackConfigurationPropsMixin
@Stability(Stable)
public static interface CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for the request to the pre-roll Ad Decision Server.
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.*;
PreRollAdDecisionServerConfigurationProperty preRollAdDecisionServerConfigurationProperty = PreRollAdDecisionServerConfigurationProperty.builder()
.vastResponse(PreRollVastResponseProperty.builder()
.adSequencingMode("adSequencingMode")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVastResponse
The configuration for how MediaTailor processes the VAST response returned by the pre-roll Ad Decision Server.Returns union: either
IResolvableorCfnPlaybackConfigurationPropsMixin.PreRollVastResponseProperty- See Also:
-
builder
@Stability(Stable) static CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty.Builder builder()
-