View a markdown version of this page

AWS::MediaPackageV2::OriginEndpoint ScteHls - 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::MediaPackageV2::OriginEndpoint ScteHls

The SCTE-35 HLS configuration associated with the origin endpoint.

Syntax

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

JSON

{ "AdMarkerHls" : String, "ScteInManifests" : String }

YAML

AdMarkerHls: String ScteInManifests: String

Properties

AdMarkerHls

The SCTE-35 HLS ad-marker configuration.

Required: No

Type: String

Allowed values: DATERANGE | SCTE35_ENHANCED

Update requires: No interruption

ScteInManifests

Controls which SCTE-35 events appear in HLS manifests. ALL includes all non-implicit SCTE-35 events. MATCHES_FILTER includes only events whose type matches the configured ScteFilter.

If you don't specify a value, the default is ALL.

Required: No

Type: String

Allowed values: ALL | MATCHES_FILTER

Update requires: No interruption