interface PreRollVastResponseProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaTailor.CfnPlaybackConfigurationPropsMixin.PreRollVastResponseProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediatailor#CfnPlaybackConfigurationPropsMixin_PreRollVastResponseProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPlaybackConfigurationPropsMixin.PreRollVastResponseProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediatailor.CfnPlaybackConfigurationPropsMixin.PreRollVastResponseProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediatailor » CfnPlaybackConfigurationPropsMixin » PreRollVastResponseProperty |
The configuration for how MediaTailor processes the VAST response returned by 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 preRollVastResponseProperty: mediatailor.CfnPlaybackConfigurationPropsMixin.PreRollVastResponseProperty = {
adSequencingMode: 'adSequencingMode',
};
Properties
| Name | Type | Description |
|---|---|---|
| ad | string | Determines how MediaTailor sequences ads returned in the pre-roll VAST response. |
adSequencingMode?
Type:
string
(optional)
Determines how MediaTailor sequences ads returned in the pre-roll VAST response.

.NET
Go
Java
Python
TypeScript