

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::MediaLive::Channel CmafIngestCaptionLanguageMapping
<a name="aws-properties-medialive-channel-cmafingestcaptionlanguagemapping"></a>

Add an array item for each language. Follow the order of the caption descriptions.

## Syntax
<a name="aws-properties-medialive-channel-cmafingestcaptionlanguagemapping-syntax"></a>

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

### JSON
<a name="aws-properties-medialive-channel-cmafingestcaptionlanguagemapping-syntax.json"></a>

```
{
  "[CaptionChannel](#cfn-medialive-channel-cmafingestcaptionlanguagemapping-captionchannel)" : {{Integer}},
  "[LanguageCode](#cfn-medialive-channel-cmafingestcaptionlanguagemapping-languagecode)" : {{String}}
}
```

### YAML
<a name="aws-properties-medialive-channel-cmafingestcaptionlanguagemapping-syntax.yaml"></a>

```
  [CaptionChannel](#cfn-medialive-channel-cmafingestcaptionlanguagemapping-captionchannel): {{Integer}}
  [LanguageCode](#cfn-medialive-channel-cmafingestcaptionlanguagemapping-languagecode): {{String}}
```

## Properties
<a name="aws-properties-medialive-channel-cmafingestcaptionlanguagemapping-properties"></a>

`CaptionChannel`  <a name="cfn-medialive-channel-cmafingestcaptionlanguagemapping-captionchannel"></a>
A number for the channel for this caption, 1 to 4.  
*Required*: No  
*Type*: Integer  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LanguageCode`  <a name="cfn-medialive-channel-cmafingestcaptionlanguagemapping-languagecode"></a>
Language code for the language of the caption in this channel. For example, ger/deu.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)