interface PreRollAdDecisionServerConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaTailor.CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediatailor#CfnPlaybackConfigurationPropsMixin_PreRollAdDecisionServerConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediatailor.CfnPlaybackConfigurationPropsMixin.PreRollAdDecisionServerConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediatailor » CfnPlaybackConfigurationPropsMixin » 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/cfn-property-mixins';
const preRollAdDecisionServerConfigurationProperty: mediatailor.CfnPlaybackConfigurationPropsMixin.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