AWS::MediaLive::Channel Output - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

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