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 AWS CloudFormation template, use the following syntax:
JSON
{ "CaptionChannel" :
Integer
, "LanguageCode" :String
, "LanguageDescription" :String
}
YAML
CaptionChannel:
Integer
LanguageCode:String
LanguageDescription:String
Properties
-
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
-
A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).
Required: No
Type: String
Update requires: No interruption
-
The textual description of language.
Required: No
Type: String
Update requires: No interruption