interface LivePreRollConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty |
Java | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty |
Python | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.LivePreRollConfigurationProperty |
TypeScript | @aws-cdk/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 * as mediatailor from '@aws-cdk/aws-mediatailor';
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.

.NET
Java
Python
TypeScript