aws-cdk-lib.aws_mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty
interface LivePreRollConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPlaybackConfiguration_LivePreRollConfigurationProperty |
![]() | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty |
![]() | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
ad | string | CfnPlaybackConfiguration.LivePreRollConfigurationProperty.AdDecisionServerUrl . |
max | number | CfnPlaybackConfiguration.LivePreRollConfigurationProperty.MaxDurationSeconds . |
adDecisionServerUrl?
Type:
string
(optional)
CfnPlaybackConfiguration.LivePreRollConfigurationProperty.AdDecisionServerUrl
.
maxDurationSeconds?
Type:
number
(optional)
CfnPlaybackConfiguration.LivePreRollConfigurationProperty.MaxDurationSeconds
.