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 Output
The output settings.
The parent of this entity is OutputGroup.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AudioDescriptionNames" :[ String, ... ], "CaptionDescriptionNames" :[ String, ... ], "OutputName" :String, "OutputSettings" :OutputSettings, "VideoDescriptionName" :String}
YAML
AudioDescriptionNames:- StringCaptionDescriptionNames:- StringOutputName:StringOutputSettings:OutputSettingsVideoDescriptionName:String
Properties
AudioDescriptionNames- 
                    
The names of the audio descriptions that are used as audio sources for this output.
Required: No
Type: Array of String
Update requires: No interruption
 CaptionDescriptionNames- 
                    
The names of the caption descriptions that are used as captions sources for this output.
Required: No
Type: Array of String
Update requires: No interruption
 OutputName- 
                    
The name that is used to identify an output.
Required: No
Type: String
Update requires: No interruption
 OutputSettings- 
                    
The output type-specific settings.
Required: No
Type: OutputSettings
Update requires: No interruption
 VideoDescriptionName- 
                    
The name of the VideoDescription that is used as the source for this output.
Required: No
Type: String
Update requires: No interruption