Class CfnPlaybackConfiguration.AdsInteractionLogProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.AdsInteractionLogProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlaybackConfiguration.AdsInteractionLogProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlaybackConfiguration.AdsInteractionLogProperty
@Stability(Stable)
@Internal
public static final class CfnPlaybackConfiguration.AdsInteractionLogProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlaybackConfiguration.AdsInteractionLogProperty
An implementation for
CfnPlaybackConfiguration.AdsInteractionLogProperty
-
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.AdsInteractionLogProperty
CfnPlaybackConfiguration.AdsInteractionLogProperty.Builder, CfnPlaybackConfiguration.AdsInteractionLogProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlaybackConfiguration.AdsInteractionLogProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.Indicates that MediaTailor emitsRAW_ADS_RESPONSE
logs for playback sessions that are initialized with this configuration.final int
hashCode()
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.AdsInteractionLogProperty.Builder
.
-
-
Method Details
-
getExcludeEventTypes
Description copied from interface:CfnPlaybackConfiguration.AdsInteractionLogProperty
Indicates that MediaTailor won't emit the selected events in the logs for playback sessions that are initialized with this configuration.- Specified by:
getExcludeEventTypes
in interfaceCfnPlaybackConfiguration.AdsInteractionLogProperty
- See Also:
-
getPublishOptInEventTypes
Description copied from interface:CfnPlaybackConfiguration.AdsInteractionLogProperty
Indicates that MediaTailor emitsRAW_ADS_RESPONSE
logs for playback sessions that are initialized with this configuration.- Specified by:
getPublishOptInEventTypes
in interfaceCfnPlaybackConfiguration.AdsInteractionLogProperty
- 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()
-