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 WebvttDestinationSettings
The configuration of Web VTT 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
{ "StyleControl" :String}
YAML
StyleControl:String
Properties
StyleControl-
Controls whether the color and position of the source captions is passed through to the WebVTT output captions. Valid values:
-
PASSTHROUGH– Valid only if the source captions are EMBEDDED, TELETEXT, or SMART SUBTITLES. -
NO_STYLE_DATA– Don't pass through the style. The output captions will not contain any font styling information. -
MANUAL– Applies the specified styling and positioning. All other styling and positioning is given default values.
If you don't specify this field, the default is
NO_STYLE_DATA.Required: No
Type: String
Update requires: No interruption
-