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