AWS::MediaLive::Channel Output
The output settings.
The parent of this entity is OutputGroup.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AudioDescriptionNames" :
[ String, ... ]
, "CaptionDescriptionNames" :[ String, ... ]
, "OutputName" :String
, "OutputSettings" :OutputSettings
, "VideoDescriptionName" :String
}
YAML
AudioDescriptionNames:
- String
CaptionDescriptionNames:- String
OutputName:String
OutputSettings:OutputSettings
VideoDescriptionName: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
-
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