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 Scte
The SCTE-35 configuration associated with the origin endpoint.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ScteFilter" :[ String, ... ], "ScteInSegments" :String}
YAML
ScteFilter:- StringScteInSegments:String
Properties
ScteFilter-
The filter associated with the SCTE-35 configuration.
Required: No
Type: Array of String
Minimum:
0Maximum:
100Update requires: No interruption
ScteInSegments-
Controls whether SCTE-35 messages are included in segment files.
-
None – SCTE-35 messages are not included in segments (default)
-
All – SCTE-35 messages are embedded in segment data
For DASH manifests, when set to
All, anInbandEventStreamtag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.Required: No
Type: String
Allowed values:
NONE | ALLUpdate requires: No interruption
-