AWS::MediaLive::Channel Output - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 Output

The output settings.

The parent of this entity is OutputGroup.

Syntax

To declare this entity in your 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