interface PreRollVastResponseProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaTailor.CfnPlaybackConfiguration.PreRollVastResponseProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#CfnPlaybackConfiguration_PreRollVastResponseProperty |
Java | software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.PreRollVastResponseProperty |
Python | aws_cdk.aws_mediatailor.CfnPlaybackConfiguration.PreRollVastResponseProperty |
TypeScript | aws-cdk-lib » aws_mediatailor » CfnPlaybackConfiguration » 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-lib';
const preRollVastResponseProperty: mediatailor.CfnPlaybackConfiguration.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