Class CfnPlaybackConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPlaybackConfigurationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlaybackConfigurationProps
CfnPlaybackConfigurationProps
-
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.CfnPlaybackConfigurationProps
CfnPlaybackConfigurationProps.Builder, CfnPlaybackConfigurationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlaybackConfigurationProps.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
final String
The URL for the ad decision server (ADS).final Object
The configuration for avail suppression, also known as ad suppression.final Object
The configuration for bumpers.final Object
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.final Object
The player parameters and aliases used as dynamic variables during session initialization.final Object
The configuration for a DASH source.final Object
The configuration for HLS content.final Object
The configuration for pre-roll ad insertion.final Object
The configuration for manifest processing rules.final String
getName()
The identifier for the playback configuration.final Number
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.final String
The URL for a video asset to transcode and use to fill in time that's not used by ads.getTags()
The tags to assign to the playback configuration.final String
The name that is used to associate this playback configuration with a custom transcode profile.final String
The URL prefix for the parent manifest for the stream, minus the asset ID.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 theCfnPlaybackConfigurationProps.Builder
.
-
-
Method Details
-
getAdDecisionServerUrl
Description copied from interface:CfnPlaybackConfigurationProps
The URL for the ad decision server (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 interfaceCfnPlaybackConfigurationProps
- See Also:
-
getName
Description copied from interface:CfnPlaybackConfigurationProps
The identifier for the playback configuration.- Specified by:
getName
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getVideoContentSourceUrl
Description copied from interface:CfnPlaybackConfigurationProps
The URL prefix for the parent manifest for the stream, minus the asset ID.The maximum length is 512 characters.
- Specified by:
getVideoContentSourceUrl
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getAvailSuppression
Description copied from interface:CfnPlaybackConfigurationProps
The configuration for avail suppression, also known as ad suppression.For more information about ad suppression, see Ad Suppression .
- Specified by:
getAvailSuppression
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getBumper
Description copied from interface:CfnPlaybackConfigurationProps
The configuration for bumpers.Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers .
- Specified by:
getBumper
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getCdnConfiguration
Description copied from interface:CfnPlaybackConfigurationProps
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.- Specified by:
getCdnConfiguration
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getConfigurationAliases
Description copied from interface:CfnPlaybackConfigurationProps
The player parameters and aliases used as dynamic variables during session initialization.For more information, see Domain Variables .
- Specified by:
getConfigurationAliases
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getDashConfiguration
Description copied from interface:CfnPlaybackConfigurationProps
The configuration for a DASH source.- Specified by:
getDashConfiguration
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getHlsConfiguration
Description copied from interface:CfnPlaybackConfigurationProps
The configuration for HLS content.- Specified by:
getHlsConfiguration
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getLivePreRollConfiguration
Description copied from interface:CfnPlaybackConfigurationProps
The configuration for pre-roll ad insertion.- Specified by:
getLivePreRollConfiguration
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getManifestProcessingRules
Description copied from interface:CfnPlaybackConfigurationProps
The configuration for manifest processing rules.Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
- Specified by:
getManifestProcessingRules
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getPersonalizationThresholdSeconds
Description copied from interface:CfnPlaybackConfigurationProps
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor .
- Specified by:
getPersonalizationThresholdSeconds
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getSlateAdUrl
Description copied from interface:CfnPlaybackConfigurationProps
The URL for a video asset to transcode and use to fill in time that's not used by ads.AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.
- Specified by:
getSlateAdUrl
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getTags
Description copied from interface:CfnPlaybackConfigurationProps
The tags to assign to the playback configuration.Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources .
- Specified by:
getTags
in interfaceCfnPlaybackConfigurationProps
- See Also:
-
getTranscodeProfileName
Description copied from interface:CfnPlaybackConfigurationProps
The name that is used to associate this playback configuration with a custom transcode profile.This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.
- Specified by:
getTranscodeProfileName
in interfaceCfnPlaybackConfigurationProps
- 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()
-