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:StringScteInManifests:String
Properties
AdMarkerHls-
The SCTE-35 HLS ad-marker configuration.
Required: No
Type: String
Allowed values:
DATERANGE | SCTE35_ENHANCEDUpdate requires: No interruption
ScteInManifests-
Controls which SCTE-35 events appear in HLS manifests.
ALLincludes all non-implicit SCTE-35 events.MATCHES_FILTERincludes only events whose type matches the configuredScteFilter.If you don't specify a value, the default is
ALL.Required: No
Type: String
Allowed values:
ALL | MATCHES_FILTERUpdate requires: No interruption