Class CfnPlaybackConfiguration.AvailSuppressionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlaybackConfiguration.AvailSuppressionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlaybackConfiguration.AvailSuppressionProperty
CfnPlaybackConfiguration.AvailSuppressionProperty
-
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.AvailSuppressionProperty
CfnPlaybackConfiguration.AvailSuppressionProperty.Builder, CfnPlaybackConfiguration.AvailSuppressionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlaybackConfiguration.AvailSuppressionProperty.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.AvailSuppressionProperty.Builder
.
-
-
Method Details
-
getFillPolicy
Description copied from interface:CfnPlaybackConfiguration.AvailSuppressionProperty
Defines the policy to apply to the avail suppression mode.BEHIND_LIVE_EDGE
will always use the full avail suppression policy.AFTER_LIVE_EDGE
mode can be used to invoke partial ad break fills when a session starts mid-break.- Specified by:
getFillPolicy
in interfaceCfnPlaybackConfiguration.AvailSuppressionProperty
- See Also:
-
getMode
Description copied from interface:CfnPlaybackConfiguration.AvailSuppressionProperty
Sets the ad suppression mode.By default, ad suppression is off and all ad breaks are filled with ads or slate. When Mode is set to
BEHIND_LIVE_EDGE
, ad suppression is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value time in the manifest lookback window. When Mode is set toAFTER_LIVE_EDGE
, ad suppression is active and MediaTailor won't fill ad breaks that are within the live edge plus the avail suppression value.- Specified by:
getMode
in interfaceCfnPlaybackConfiguration.AvailSuppressionProperty
- See Also:
-
getValue
Description copied from interface:CfnPlaybackConfiguration.AvailSuppressionProperty
A live edge offset time in HH:MM:SS.MediaTailor won't fill ad breaks on or behind this time in the manifest lookback window. If Value is set to 00:00:00, it is in sync with the live edge, and MediaTailor won't fill any ad breaks on or behind the live edge. If you set a Value time, MediaTailor won't fill any ad breaks on or behind this time in the manifest lookback window. For example, if you set 00:45:00, then MediaTailor will fill ad breaks that occur within 45 minutes behind the live edge, but won't fill ad breaks on or behind 45 minutes behind the live edge.
- Specified by:
getValue
in interfaceCfnPlaybackConfiguration.AvailSuppressionProperty
- 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()
-