AWS::MediaLive::Channel CaptionDescription - 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 CaptionDescription

The encoding information for output captions.

The parent of this entity is EncoderSettings.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Accessibility" : String, "CaptionSelectorName" : String, "DestinationSettings" : CaptionDestinationSettings, "LanguageCode" : String, "LanguageDescription" : String, "Name" : String }

Properties

Accessibility

Property description not available.

Required: No

Type: String

Update requires: No interruption

CaptionSelectorName

Specifies which input captions selector to use as a captions source when generating output captions. This field should match a captionSelector name.

Required: No

Type: String

Update requires: No interruption

DestinationSettings

Additional settings for a captions destination that depend on the destination type.

Required: No

Type: CaptionDestinationSettings

Update requires: No interruption

LanguageCode

An ISO 639-2 three-digit code. For more information, see http://www.loc.gov/standards/iso639-2/.

Required: No

Type: String

Update requires: No interruption

LanguageDescription

Human-readable information to indicate the captions that are available for players (for example, English or Spanish).

Required: No

Type: String

Update requires: No interruption

Name

The name of the captions description. The name is used to associate a captions description with an output. Names must be unique within a channel.

Required: No

Type: String

Update requires: No interruption