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::MediaLive::Channel AvailConfiguration
The setup of ad avail handling in the output.
The parent of this entity is EncoderSettings.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AvailSettings" :AvailSettings, "Scte35SegmentationScope" :String}
YAML
AvailSettings:AvailSettingsScte35SegmentationScope:String
Properties
AvailSettings-
The setup of ad avail handling in the output.
Required: No
Type: AvailSettings
Update requires: No interruption
Scte35SegmentationScope-
Configures whether SCTE-35 passthrough triggers segment breaks in all output groups that use segmented outputs. Insertion of a SCTE-35 message typically results in a segment break, in addition to the regular cadence of breaks. ALL_OUTPUT_GROUPS: Insert the segment break in all output groups that have segmented outputs. This is the legacy behavior. SCTE35_ENABLED_OUTPUT_GROUPS: Insert the segment break only in output groups that have SCTE-35 passthrough enabled. This is the recommended value, because it reduces unnecessary segment breaks.
Required: No
Type: String
Update requires: No interruption