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::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 Amazon 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. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.
Required: No
Type: String
Update requires: No interruption