aws-cdk-lib.aws_mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty

interface LivePreRollConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPlaybackConfiguration_LivePreRollConfigurationProperty
Javasoftware.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty
Pythonaws_cdk.aws_mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty
TypeScript aws-cdk-lib » aws_mediatailor » CfnPlaybackConfiguration » LivePreRollConfigurationProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediatailor as mediatailor } from 'aws-cdk-lib';
const livePreRollConfigurationProperty: mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty = {
  adDecisionServerUrl: 'adDecisionServerUrl',
  maxDurationSeconds: 123,
};

Properties

NameTypeDescription
adDecisionServerUrl?stringCfnPlaybackConfiguration.LivePreRollConfigurationProperty.AdDecisionServerUrl.
maxDurationSeconds?numberCfnPlaybackConfiguration.LivePreRollConfigurationProperty.MaxDurationSeconds.

adDecisionServerUrl?

Type: string (optional)

CfnPlaybackConfiguration.LivePreRollConfigurationProperty.AdDecisionServerUrl.


maxDurationSeconds?

Type: number (optional)

CfnPlaybackConfiguration.LivePreRollConfigurationProperty.MaxDurationSeconds.