AWS::MediaTailor::PlaybackConfiguration VastResponse - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::MediaTailor::PlaybackConfiguration VastResponse

The settings that control how MediaTailor processes VAST responses from the ad decision server.

Syntax

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

JSON

{ "AdSequencingMode" : String }

YAML

AdSequencingMode: String

Properties

AdSequencingMode

The ad sequencing mode that controls how MediaTailor handles sequenced and standalone ads in VAST responses. FOLLOW_AD_SEQUENCE inserts sequenced ads in increasing order for both live and VOD workflows, using standalone ads only as replacements when a sequenced ad fails. FOLLOW_AD_SEQUENCE_ONLY_LIVE enables ad sequencing for live workflows only. FOLLOW_AD_SEQUENCE_ONLY_VOD enables ad sequencing for VOD workflows only. 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 | FOLLOW_AD_SEQUENCE_ONLY_LIVE | FOLLOW_AD_SEQUENCE_ONLY_VOD

Update requires: No interruption