This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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:IntegerLanguageCode:StringLanguageDescription: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