AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaTailor::PlaybackConfiguration

CfnPlaybackConfiguration

Adds a new playback configuration to AWS Elemental MediaTailor .

Import

import { CfnPlaybackConfiguration } from 'aws-cdk-lib/aws-mediatailor';

Or use the module namespace:

import * as mediatailor from 'aws-cdk-lib/aws-mediatailor';
// mediatailor.CfnPlaybackConfiguration

Properties

Configuration passed to the constructor as CfnPlaybackConfigurationProps.

adDecisionServerUrlRequired
string

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.

nameRequired
string

The identifier for the playback configuration.

videoContentSourceUrlRequired
string

The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

adConditioningConfigurationOptional
IResolvable | AdConditioningConfigurationProperty

The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns, and what priority MediaTailor uses when inserting ads.

adDecisionServerConfigurationOptional
IResolvable | AdDecisionServerConfigurationProperty

The configuration for the request to the specified Ad Decision Server URL.

availSuppressionOptional
IResolvable | AvailSuppressionProperty

The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see [Ad Suppression](https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html) .

bumperOptional
IResolvable | BumperProperty

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](https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html) .

cdnConfigurationOptional
IResolvable | CdnConfigurationProperty

The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

configurationAliasesOptional
{ [key: string]: any } | IResolvable

The player parameters and aliases used as dynamic variables during session initialization. For more information, see [Domain Variables](https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html) .

dashConfigurationOptional
IResolvable | DashConfigurationProperty

The configuration for a DASH source.

hlsConfigurationOptional
IResolvable | HlsConfigurationProperty

The configuration for HLS content.

insertionModeOptional
string

The setting that controls whether players can use stitched or guided ad insertion. The default, `STITCHED_ONLY` , forces all player sessions to use stitched (server-side) ad insertion. Choosing `PLAYER_SELECT` allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.

livePreRollConfigurationOptional
IResolvable | LivePreRollConfigurationProperty

The configuration for pre-roll ad insertion.

logConfigurationOptional
IResolvable | LogConfigurationProperty

Defines where AWS Elemental MediaTailor sends logs for the playback configuration.

manifestProcessingRulesOptional
IResolvable | ManifestProcessingRulesProperty

The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

personalizationThresholdSecondsOptional
number

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](https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html) .

slateAdUrlOptional
string

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.

tagsOptional
CfnTag[]

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](https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html) .

transcodeProfileNameOptional
string

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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-mediatailor
CFN TypeAWS::MediaTailor::PlaybackConfiguration
Properties19

External Links