Class CfnPlaybackConfigurationPropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPlaybackConfigurationPropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:01.670Z")
@Stability(Stable)
public class CfnPlaybackConfigurationPropsMixin
extends Mixin
implements software.constructs.IMixin
Adds a new playback configuration to AWS Elemental MediaTailor .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mediatailor.*;
import software.amazon.awscdk.*;
Object configurationAliases;
IMergeStrategy mergeStrategy;
CfnPlaybackConfigurationPropsMixin cfnPlaybackConfigurationPropsMixin = CfnPlaybackConfigurationPropsMixin.Builder.create(CfnPlaybackConfigurationMixinProps.builder()
.adConditioningConfiguration(AdConditioningConfigurationProperty.builder()
.streamingMediaFileConditioning("streamingMediaFileConditioning")
.build())
.adDecisionServerConfiguration(AdDecisionServerConfigurationProperty.builder()
.httpRequest(HttpRequestProperty.builder()
.body("body")
.compressRequest("compressRequest")
.headers(Map.of(
"headersKey", "headers"))
.httpMethod("httpMethod")
.build())
.build())
.adDecisionServerUrl("adDecisionServerUrl")
.availSuppression(AvailSuppressionProperty.builder()
.fillPolicy("fillPolicy")
.mode("mode")
.value("value")
.build())
.bumper(BumperProperty.builder()
.endUrl("endUrl")
.startUrl("startUrl")
.build())
.cdnConfiguration(CdnConfigurationProperty.builder()
.adSegmentUrlPrefix("adSegmentUrlPrefix")
.contentSegmentUrlPrefix("contentSegmentUrlPrefix")
.build())
.configurationAliases(Map.of(
"configurationAliasesKey", configurationAliases))
.dashConfiguration(DashConfigurationProperty.builder()
.manifestEndpointPrefix("manifestEndpointPrefix")
.mpdLocation("mpdLocation")
.originManifestType("originManifestType")
.build())
.hlsConfiguration(HlsConfigurationProperty.builder()
.manifestEndpointPrefix("manifestEndpointPrefix")
.build())
.insertionMode("insertionMode")
.livePreRollConfiguration(LivePreRollConfigurationProperty.builder()
.adDecisionServerUrl("adDecisionServerUrl")
.maxDurationSeconds(123)
.build())
.logConfiguration(LogConfigurationProperty.builder()
.adsInteractionLog(AdsInteractionLogProperty.builder()
.excludeEventTypes(List.of("excludeEventTypes"))
.publishOptInEventTypes(List.of("publishOptInEventTypes"))
.build())
.enabledLoggingStrategies(List.of("enabledLoggingStrategies"))
.manifestServiceInteractionLog(ManifestServiceInteractionLogProperty.builder()
.excludeEventTypes(List.of("excludeEventTypes"))
.build())
.percentEnabled(123)
.build())
.manifestProcessingRules(ManifestProcessingRulesProperty.builder()
.adMarkerPassthrough(AdMarkerPassthroughProperty.builder()
.enabled(false)
.build())
.build())
.name("name")
.personalizationThresholdSeconds(123)
.slateAdUrl("slateAdUrl")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.transcodeProfileName("transcodeProfileName")
.videoContentSourceUrl("videoContentSourceUrl")
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns.static interfaceThe configuration for the request to the specified Ad Decision Server URL.static interfaceFor HLS, when set totrue, MediaTailor passes throughEXT-X-CUE-IN,EXT-X-CUE-OUT, andEXT-X-SPLICEPOINT-SCTE35ad markers from the origin manifest to the MediaTailor personalized manifest.static interfaceSettings for customizing what events are included in logs for interactions with the ad decision server (ADS).static interfaceThe configuration for avail suppression, also known as ad suppression.static final classA fluent builder forCfnPlaybackConfigurationPropsMixin.static interfaceThe configuration for bumpers.static interfaceThe configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.static interfaceThe configuration for DASH content.static interfaceThe configuration for HLS content.static interfaceThe configuration for the request to the Ad Decision Server URL.static interfaceThe configuration for pre-roll ad insertion.static interfaceDefines where AWS Elemental MediaTailor sends logs for the playback configuration.static interfaceThe configuration for manifest processing rules.static interfaceSettings for customizing what events are included in logs for interactions with the origin server.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::MediaTailor::PlaybackConfiguration.CfnPlaybackConfigurationPropsMixin(CfnPlaybackConfigurationMixinProps props, CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::MediaTailor::PlaybackConfiguration.protectedCfnPlaybackConfigurationPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnPlaybackConfigurationPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnPlaybackConfigurationMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnPlaybackConfigurationPropsMixin
protected CfnPlaybackConfigurationPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnPlaybackConfigurationPropsMixin
protected CfnPlaybackConfigurationPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnPlaybackConfigurationPropsMixin
@Stability(Stable) public CfnPlaybackConfigurationPropsMixin(@NotNull CfnPlaybackConfigurationMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::MediaTailor::PlaybackConfiguration.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnPlaybackConfigurationPropsMixin
@Stability(Stable) public CfnPlaybackConfigurationPropsMixin(@NotNull CfnPlaybackConfigurationMixinProps props) Create a mixin to apply properties toAWS::MediaTailor::PlaybackConfiguration.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-