View a markdown version of this page

AWS::MediaTailor::PlaybackConfiguration PreRollVastResponse - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::MediaTailor::PlaybackConfiguration PreRollVastResponse

The settings that control how MediaTailor processes VAST responses from the ad decision server for live pre-roll ad breaks.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AdSequencingMode" : String }

YAML

AdSequencingMode: String

Properties

AdSequencingMode

The ad sequencing mode for live pre-roll ads. FOLLOW_AD_SEQUENCE inserts sequenced ads in increasing order and uses standalone ads only as replacements when a sequenced ad fails. IGNORE_AD_SEQUENCE inserts ads in the order they appear in the VAST response, regardless of sequence attributes. The default behavior is IGNORE_AD_SEQUENCE.

Required: No

Type: String

Allowed values: FOLLOW_AD_SEQUENCE | IGNORE_AD_SEQUENCE

Update requires: No interruption