AWS::MediaTailor::Channel HlsPlaylistSettings - 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::Channel HlsPlaylistSettings

HLS playlist configuration parameters.

Syntax

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

JSON

{ "AdMarkupType" : [ String, ... ], "ManifestWindowSeconds" : Number }

YAML

AdMarkupType: - String ManifestWindowSeconds: Number

Properties

AdMarkupType

Determines the type of SCTE 35 tags to use in ad markup. Specify DATERANGE to use DATERANGE tags (for live or VOD content). Specify SCTE35_ENHANCED to use EXT-X-CUE-OUT and EXT-X-CUE-IN tags (for VOD content only).

Required: No

Type: Array of String

Update requires: No interruption

ManifestWindowSeconds

The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.

Required: No

Type: Number

Update requires: No interruption