interface PreRollAdDecisionServerConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.PreRollAdDecisionServerConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPlaybackConfiguration_PreRollAdDecisionServerConfigurationProperty |
Java | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.PreRollAdDecisionServerConfigurationProperty |
Python | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.PreRollAdDecisionServerConfigurationProperty |
TypeScript | aws-cdk-lib » aws_mediatailor » CfnPlaybackConfiguration » PreRollAdDecisionServerConfigurationProperty |
The configuration for the request to the pre-roll Ad Decision Server.
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 preRollAdDecisionServerConfigurationProperty: mediatailor.CfnPlaybackConfiguration.PreRollAdDecisionServerConfigurationProperty = {
vastResponse: {
adSequencingMode: 'adSequencingMode',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| vast | IResolvable | Pre | The configuration for how MediaTailor processes the VAST response returned by the pre-roll Ad Decision Server. |
vastResponse?
Type:
IResolvable | Pre
(optional)
The configuration for how MediaTailor processes the VAST response returned by the pre-roll Ad Decision Server.

.NET
Go
Java
Python
TypeScript