Interface CfnPlaybackConfiguration.PreRollVastResponseProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlaybackConfiguration.PreRollVastResponseProperty.Jsii$Proxy
- Enclosing class:
CfnPlaybackConfiguration
@Stability(Stable)
public static interface CfnPlaybackConfiguration.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.services.mediatailor.*;
PreRollVastResponseProperty preRollVastResponseProperty = PreRollVastResponseProperty.builder()
.adSequencingMode("adSequencingMode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlaybackConfiguration.PreRollVastResponsePropertystatic final classAn implementation forCfnPlaybackConfiguration.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
-