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 TextCaptionPositionSettings
Specifies the position of TTML or WebVTT output captions when styleControl is set to MANUAL, as a percentage from the top of the output.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "YPositionPercentage" :Integer}
YAML
YPositionPercentage:Integer
Properties
YPositionPercentage-
Specifies the vertical position of the top edge of the caption relative to the top of the output as a percentage. A value of 0 places the caption at the top of the output and 100 at the bottom.
Required: No
Type: Integer
Update requires: No interruption