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