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 TtmlDestinationSettings
The setup of TTML captions in the output.
The parent of this entity is CaptionDestinationSettings.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Position" :TextCaptionPositionSettings, "StyleControl" :String}
YAML
Position:TextCaptionPositionSettingsStyleControl:String
Properties
Position-
Specifies the position of the output captions. Applies only when
styleControlis set toMANUAL.Required: No
Type: TextCaptionPositionSettings
Update requires: No interruption
StyleControl-
When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
Required: No
Type: String
Update requires: No interruption