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 ColorCorrection
Identifies one 3D LUT file and specifies the input/output color space combination that the file will be used for.
The parent of this entity is ColorCorrectionSettings.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "InputColorSpace" :String, "OutputColorSpace" :String, "Uri" :String}
YAML
InputColorSpace:StringOutputColorSpace:StringUri:String
Properties
InputColorSpace-
Required. The color space of the input.
Required: No
Type: String
Update requires: No interruption
OutputColorSpace-
Required. The color space of the output.
Required: No
Type: String
Update requires: No interruption
Uri-
Required. The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:'.
Required: No
Type: String
Update requires: No interruption