interface VastResponseProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.VastResponseProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPlaybackConfiguration_VastResponseProperty |
Java | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.VastResponseProperty |
Python | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.VastResponseProperty |
TypeScript | aws-cdk-lib » aws_mediatailor » CfnPlaybackConfiguration » VastResponseProperty |
The configuration for how MediaTailor processes the VAST response returned by the 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 vastResponseProperty: mediatailor.CfnPlaybackConfiguration.VastResponseProperty = {
adSequencingMode: 'adSequencingMode',
};
Properties
| Name | Type | Description |
|---|---|---|
| ad | string | Determines how MediaTailor sequences ads returned in the VAST response from the Ad Decision Server. |
adSequencingMode?
Type:
string
(optional)
Determines how MediaTailor sequences ads returned in the VAST response from the Ad Decision Server.

.NET
Go
Java
Python
TypeScript