Class CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlaybackConfiguration.LivePreRollConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlaybackConfiguration.LivePreRollConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlaybackConfiguration.LivePreRollConfigurationProperty
An implementation for
CfnPlaybackConfiguration.LivePreRollConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty
CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder, CfnPlaybackConfiguration.LivePreRollConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPlaybackConfiguration.LivePreRollConfigurationProperty.Builder
.
-
-
Method Details
-
getAdDecisionServerUrl
Description copied from interface:CfnPlaybackConfiguration.LivePreRollConfigurationProperty
The URL for the ad decision server (ADS) for pre-roll ads.This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.
- Specified by:
getAdDecisionServerUrl
in interfaceCfnPlaybackConfiguration.LivePreRollConfigurationProperty
- See Also:
-
getMaxDurationSeconds
Description copied from interface:CfnPlaybackConfiguration.LivePreRollConfigurationProperty
The maximum allowed duration for the pre-roll ad avail.AWS Elemental MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns.
- Specified by:
getMaxDurationSeconds
in interfaceCfnPlaybackConfiguration.LivePreRollConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-