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

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

Syntax

To declare this entity in your 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