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

Maps a captions channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.

The parent of this entity is HlsGroupSettings.

Syntax

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

JSON

{ "CaptionChannel" : Integer, "LanguageCode" : String, "LanguageDescription" : String }

YAML

CaptionChannel: Integer LanguageCode: String LanguageDescription: String

Properties

CaptionChannel

The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4).

Required: No

Type: Integer

Update requires: No interruption

LanguageCode

A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).

Required: No

Type: String

Update requires: No interruption

LanguageDescription

The textual description of language.

Required: No

Type: String

Update requires: No interruption