

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 Elemental MediaLive
<a name="AWS_MediaLive"></a>

**Resource types**
+ [AWS::MediaLive::Channel](aws-resource-medialive-channel.md)
+ [AWS::MediaLive::ChannelPlacementGroup](aws-resource-medialive-channelplacementgroup.md)
+ [AWS::MediaLive::CloudWatchAlarmTemplate](aws-resource-medialive-cloudwatchalarmtemplate.md)
+ [AWS::MediaLive::CloudWatchAlarmTemplateGroup](aws-resource-medialive-cloudwatchalarmtemplategroup.md)
+ [AWS::MediaLive::Cluster](aws-resource-medialive-cluster.md)
+ [AWS::MediaLive::EventBridgeRuleTemplate](aws-resource-medialive-eventbridgeruletemplate.md)
+ [AWS::MediaLive::EventBridgeRuleTemplateGroup](aws-resource-medialive-eventbridgeruletemplategroup.md)
+ [AWS::MediaLive::Input](aws-resource-medialive-input.md)
+ [AWS::MediaLive::InputSecurityGroup](aws-resource-medialive-inputsecuritygroup.md)
+ [AWS::MediaLive::Multiplex](aws-resource-medialive-multiplex.md)
+ [AWS::MediaLive::Multiplexprogram](aws-resource-medialive-multiplexprogram.md)
+ [AWS::MediaLive::Network](aws-resource-medialive-network.md)
+ [AWS::MediaLive::SdiSource](aws-resource-medialive-sdisource.md)
+ [AWS::MediaLive::SignalMap](aws-resource-medialive-signalmap.md)

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

The AWS::MediaLive::Channel resource is a MediaLive resource type that creates a channel.

A MediaLive channel ingests and transcodes (decodes and encodes) source content from the inputs that are attached to that channel, and packages the new content into outputs. 

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

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

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

```
{
  "Type" : "AWS::MediaLive::Channel",
  "Properties" : {
      "[AnywhereSettings](#cfn-medialive-channel-anywheresettings)" : AnywhereSettings,
      "[CdiInputSpecification](#cfn-medialive-channel-cdiinputspecification)" : CdiInputSpecification,
      "[ChannelClass](#cfn-medialive-channel-channelclass)" : String,
      "[ChannelEngineVersion](#cfn-medialive-channel-channelengineversion)" : ChannelEngineVersionRequest,
      "[ChannelSecurityGroups](#cfn-medialive-channel-channelsecuritygroups)" : [ String, ... ],
      "[Destinations](#cfn-medialive-channel-destinations)" : [ OutputDestination, ... ],
      "[DryRun](#cfn-medialive-channel-dryrun)" : Boolean,
      "[EncoderSettings](#cfn-medialive-channel-encodersettings)" : EncoderSettings,
      "[InferenceSettings](#cfn-medialive-channel-inferencesettings)" : InferenceSettings,
      "[InputAttachments](#cfn-medialive-channel-inputattachments)" : [ InputAttachment, ... ],
      "[InputSpecification](#cfn-medialive-channel-inputspecification)" : InputSpecification,
      "[LinkedChannelSettings](#cfn-medialive-channel-linkedchannelsettings)" : LinkedChannelSettings,
      "[LogLevel](#cfn-medialive-channel-loglevel)" : String,
      "[Maintenance](#cfn-medialive-channel-maintenance)" : MaintenanceCreateSettings,
      "[Name](#cfn-medialive-channel-name)" : String,
      "[RoleArn](#cfn-medialive-channel-rolearn)" : String,
      "[Tags](#cfn-medialive-channel-tags)" : [ [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html), ... ],
      "[Vpc](#cfn-medialive-channel-vpc)" : VpcOutputSettings
    }
}
```

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

```
Type: AWS::MediaLive::Channel
Properties:
  [AnywhereSettings](#cfn-medialive-channel-anywheresettings): 
    AnywhereSettings
  [CdiInputSpecification](#cfn-medialive-channel-cdiinputspecification): 
    CdiInputSpecification
  [ChannelClass](#cfn-medialive-channel-channelclass): String
  [ChannelEngineVersion](#cfn-medialive-channel-channelengineversion): 
    ChannelEngineVersionRequest
  [ChannelSecurityGroups](#cfn-medialive-channel-channelsecuritygroups): 
    - String
  [Destinations](#cfn-medialive-channel-destinations): 
    - OutputDestination
  [DryRun](#cfn-medialive-channel-dryrun): Boolean
  [EncoderSettings](#cfn-medialive-channel-encodersettings): 
    EncoderSettings
  [InferenceSettings](#cfn-medialive-channel-inferencesettings): 
    InferenceSettings
  [InputAttachments](#cfn-medialive-channel-inputattachments): 
    - InputAttachment
  [InputSpecification](#cfn-medialive-channel-inputspecification): 
    InputSpecification
  [LinkedChannelSettings](#cfn-medialive-channel-linkedchannelsettings): 
    LinkedChannelSettings
  [LogLevel](#cfn-medialive-channel-loglevel): String
  [Maintenance](#cfn-medialive-channel-maintenance): 
    MaintenanceCreateSettings
  [Name](#cfn-medialive-channel-name): String
  [RoleArn](#cfn-medialive-channel-rolearn): String
  [Tags](#cfn-medialive-channel-tags): 
    - [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html)
  [Vpc](#cfn-medialive-channel-vpc): 
    VpcOutputSettings
```

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

`AnywhereSettings`  <a name="cfn-medialive-channel-anywheresettings"></a>
Property description not available.  
*Required*: No  
*Type*: [AnywhereSettings](aws-properties-medialive-channel-anywheresettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CdiInputSpecification`  <a name="cfn-medialive-channel-cdiinputspecification"></a>
Specification of CDI inputs for this channel.  
*Required*: No  
*Type*: [CdiInputSpecification](aws-properties-medialive-channel-cdiinputspecification.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChannelClass`  <a name="cfn-medialive-channel-channelclass"></a>
The class for this channel. For a channel with two pipelines, the class is STANDARD. For a channel with one pipeline, the class is SINGLE\$1PIPELINE.  
*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)

`ChannelEngineVersion`  <a name="cfn-medialive-channel-channelengineversion"></a>
Property description not available.  
*Required*: No  
*Type*: [ChannelEngineVersionRequest](aws-properties-medialive-channel-channelengineversionrequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChannelSecurityGroups`  <a name="cfn-medialive-channel-channelsecuritygroups"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Destinations`  <a name="cfn-medialive-channel-destinations"></a>
The settings that identify the destination for the outputs in this MediaLive output package.  
*Required*: No  
*Type*: Array of [OutputDestination](aws-properties-medialive-channel-outputdestination.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DryRun`  <a name="cfn-medialive-channel-dryrun"></a>
Property description not available.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EncoderSettings`  <a name="cfn-medialive-channel-encodersettings"></a>
The encoding configuration for the output content.  
*Required*: No  
*Type*: [EncoderSettings](aws-properties-medialive-channel-encodersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InferenceSettings`  <a name="cfn-medialive-channel-inferencesettings"></a>
Property description not available.  
*Required*: No  
*Type*: [InferenceSettings](aws-properties-medialive-channel-inferencesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InputAttachments`  <a name="cfn-medialive-channel-inputattachments"></a>
The list of input attachments for the channel.  
*Required*: No  
*Type*: Array of [InputAttachment](aws-properties-medialive-channel-inputattachment.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InputSpecification`  <a name="cfn-medialive-channel-inputspecification"></a>
The input specification for this channel. It specifies the key characteristics of the inputs for this channel: the maximum bitrate, the resolution, and the codec.   
*Required*: No  
*Type*: [InputSpecification](aws-properties-medialive-channel-inputspecification.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LinkedChannelSettings`  <a name="cfn-medialive-channel-linkedchannelsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [LinkedChannelSettings](aws-properties-medialive-channel-linkedchannelsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LogLevel`  <a name="cfn-medialive-channel-loglevel"></a>
The verbosity for logging activity for this channel. Charges for logging (which are generated through Amazon CloudWatch Logging) are higher for higher verbosities.   
*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)

`Maintenance`  <a name="cfn-medialive-channel-maintenance"></a>
Maintenance settings for this channel.  
*Required*: No  
*Type*: [MaintenanceCreateSettings](aws-properties-medialive-channel-maintenancecreatesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-channel-name"></a>
Name of channel.  
*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)

`RoleArn`  <a name="cfn-medialive-channel-rolearn"></a>
The IAM role for MediaLive to assume when running this channel. The role is identified by its ARN.   
*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)

`Tags`  <a name="cfn-medialive-channel-tags"></a>
A collection of tags for this channel. Each tag is a key-value pair.  
*Required*: No  
*Type*: Array of [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Vpc`  <a name="cfn-medialive-channel-vpc"></a>
Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.  
*Required*: No  
*Type*: [VpcOutputSettings](aws-properties-medialive-channel-vpcoutputsettings.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-medialive-channel-return-values"></a>

### Ref
<a name="aws-resource-medialive-channel-return-values-ref"></a>

When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the name of the channel.

For example: `{ "Ref": "myChannel" }`

For more information about using the `Ref` function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html).

### Fn::GetAtt
<a name="aws-resource-medialive-channel-return-values-fn--getatt"></a>

The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the `Fn::GetAtt` intrinsic function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-medialive-channel-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The ARN of the MediaLive channel. For example: arn:aws:medialive:us-west-1:111122223333:medialive:channel:1234567

`Id`  <a name="Id-fn::getatt"></a>
User-specified id. This is used in an output group or an output.

`Inputs`  <a name="Inputs-fn::getatt"></a>
The inputs that are attached to this channel. The inputs are identified by their IDs (not by their names or their ARNs).

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

The settings for an AAC audio encode in the output. 

The parent of this entity is AudioCodecSettings.

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

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

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

```
{
  "[Bitrate](#cfn-medialive-channel-aacsettings-bitrate)" : Number,
  "[CodingMode](#cfn-medialive-channel-aacsettings-codingmode)" : String,
  "[InputType](#cfn-medialive-channel-aacsettings-inputtype)" : String,
  "[Profile](#cfn-medialive-channel-aacsettings-profile)" : String,
  "[RateControlMode](#cfn-medialive-channel-aacsettings-ratecontrolmode)" : String,
  "[RawFormat](#cfn-medialive-channel-aacsettings-rawformat)" : String,
  "[SampleRate](#cfn-medialive-channel-aacsettings-samplerate)" : Number,
  "[Spec](#cfn-medialive-channel-aacsettings-spec)" : String,
  "[VbrQuality](#cfn-medialive-channel-aacsettings-vbrquality)" : String
}
```

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

```
  [Bitrate](#cfn-medialive-channel-aacsettings-bitrate): Number
  [CodingMode](#cfn-medialive-channel-aacsettings-codingmode): String
  [InputType](#cfn-medialive-channel-aacsettings-inputtype): String
  [Profile](#cfn-medialive-channel-aacsettings-profile): String
  [RateControlMode](#cfn-medialive-channel-aacsettings-ratecontrolmode): String
  [RawFormat](#cfn-medialive-channel-aacsettings-rawformat): String
  [SampleRate](#cfn-medialive-channel-aacsettings-samplerate): Number
  [Spec](#cfn-medialive-channel-aacsettings-spec): String
  [VbrQuality](#cfn-medialive-channel-aacsettings-vbrquality): String
```

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

`Bitrate`  <a name="cfn-medialive-channel-aacsettings-bitrate"></a>
The average bitrate in bits/second. Valid values depend on the rate control mode and profile.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CodingMode`  <a name="cfn-medialive-channel-aacsettings-codingmode"></a>
Mono, stereo, or 5.1 channel layout. Valid values depend on the rate control mode and profile. The adReceiverMix setting receives a stereo description plus control track, and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E.  
*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)

`InputType`  <a name="cfn-medialive-channel-aacsettings-inputtype"></a>
Set to broadcasterMixedAd when the input contains pre-mixed main audio \$1 AD (narration) as a stereo pair. The Audio Type field (audioType) will be set to 3, which signals to downstream systems that this stream contains broadcaster mixed AD. Note that the input received by the encoder must contain pre-mixed audio; MediaLive does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd. Leave this set to normal when the input does not contain pre-mixed audio \$1 AD.  
*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)

`Profile`  <a name="cfn-medialive-channel-aacsettings-profile"></a>
The AAC profile.  
*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)

`RateControlMode`  <a name="cfn-medialive-channel-aacsettings-ratecontrolmode"></a>
The rate control mode.  
*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)

`RawFormat`  <a name="cfn-medialive-channel-aacsettings-rawformat"></a>
Sets the LATM/LOAS AAC output for raw containers.  
*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)

`SampleRate`  <a name="cfn-medialive-channel-aacsettings-samplerate"></a>
The sample rate in Hz. Valid values depend on the rate control mode and profile.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Spec`  <a name="cfn-medialive-channel-aacsettings-spec"></a>
Uses MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.  
*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)

`VbrQuality`  <a name="cfn-medialive-channel-aacsettings-vbrquality"></a>
The VBR quality level. This is used only if rateControlMode is VBR.  
*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)

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

The settings for an AC3 audio encode in the output.

The parent of this entity is AudioCodecSettings.

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

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

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

```
{
  "[AttenuationControl](#cfn-medialive-channel-ac3settings-attenuationcontrol)" : String,
  "[Bitrate](#cfn-medialive-channel-ac3settings-bitrate)" : Number,
  "[BitstreamMode](#cfn-medialive-channel-ac3settings-bitstreammode)" : String,
  "[CodingMode](#cfn-medialive-channel-ac3settings-codingmode)" : String,
  "[Dialnorm](#cfn-medialive-channel-ac3settings-dialnorm)" : Integer,
  "[DrcProfile](#cfn-medialive-channel-ac3settings-drcprofile)" : String,
  "[LfeFilter](#cfn-medialive-channel-ac3settings-lfefilter)" : String,
  "[MetadataControl](#cfn-medialive-channel-ac3settings-metadatacontrol)" : String
}
```

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

```
  [AttenuationControl](#cfn-medialive-channel-ac3settings-attenuationcontrol): String
  [Bitrate](#cfn-medialive-channel-ac3settings-bitrate): Number
  [BitstreamMode](#cfn-medialive-channel-ac3settings-bitstreammode): String
  [CodingMode](#cfn-medialive-channel-ac3settings-codingmode): String
  [Dialnorm](#cfn-medialive-channel-ac3settings-dialnorm): Integer
  [DrcProfile](#cfn-medialive-channel-ac3settings-drcprofile): String
  [LfeFilter](#cfn-medialive-channel-ac3settings-lfefilter): String
  [MetadataControl](#cfn-medialive-channel-ac3settings-metadatacontrol): String
```

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

`AttenuationControl`  <a name="cfn-medialive-channel-ac3settings-attenuationcontrol"></a>
Property description not available.  
*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)

`Bitrate`  <a name="cfn-medialive-channel-ac3settings-bitrate"></a>
The average bitrate in bits/second. Valid bitrates depend on the coding mode.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BitstreamMode`  <a name="cfn-medialive-channel-ac3settings-bitstreammode"></a>
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. For more information about these values, see ATSC A/52-2012.  
*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)

`CodingMode`  <a name="cfn-medialive-channel-ac3settings-codingmode"></a>
The Dolby Digital coding mode. This determines the number of channels.  
*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)

`Dialnorm`  <a name="cfn-medialive-channel-ac3settings-dialnorm"></a>
Sets the dialnorm for the output. If excluded and the input audio is Dolby Digital, dialnorm is passed through.  
*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)

`DrcProfile`  <a name="cfn-medialive-channel-ac3settings-drcprofile"></a>
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.  
*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)

`LfeFilter`  <a name="cfn-medialive-channel-ac3settings-lfefilter"></a>
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. This is valid only in codingMode32Lfe mode.  
*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)

`MetadataControl`  <a name="cfn-medialive-channel-ac3settings-metadatacontrol"></a>
When set to followInput, encoder metadata is sourced from the DD, DD\$1, or DolbyE decoder that supplies this audio data. If the audio is supplied from one of these streams, the static metadata settings are used.  
*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)

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

<a name="aws-properties-medialive-channel-additionaldestinations-description"></a>The `AdditionalDestinations` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[Destination](#cfn-medialive-channel-additionaldestinations-destination)" : OutputLocationRef
}
```

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

```
  [Destination](#cfn-medialive-channel-additionaldestinations-destination): 
    OutputLocationRef
```

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

`Destination`  <a name="cfn-medialive-channel-additionaldestinations-destination"></a>
Property description not available.  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Information about the ancillary captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

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

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

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

```
{
  "[SourceAncillaryChannelNumber](#cfn-medialive-channel-ancillarysourcesettings-sourceancillarychannelnumber)" : Integer
}
```

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

```
  [SourceAncillaryChannelNumber](#cfn-medialive-channel-ancillarysourcesettings-sourceancillarychannelnumber): Integer
```

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

`SourceAncillaryChannelNumber`  <a name="cfn-medialive-channel-ancillarysourcesettings-sourceancillarychannelnumber"></a>
Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.  
*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)

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

<a name="aws-properties-medialive-channel-anywheresettings-description"></a>The `AnywhereSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[ChannelPlacementGroupId](#cfn-medialive-channel-anywheresettings-channelplacementgroupid)" : String,
  "[ClusterId](#cfn-medialive-channel-anywheresettings-clusterid)" : String
}
```

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

```
  [ChannelPlacementGroupId](#cfn-medialive-channel-anywheresettings-channelplacementgroupid): String
  [ClusterId](#cfn-medialive-channel-anywheresettings-clusterid): String
```

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

`ChannelPlacementGroupId`  <a name="cfn-medialive-channel-anywheresettings-channelplacementgroupid"></a>
Property description not available.  
*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)

`ClusterId`  <a name="cfn-medialive-channel-anywheresettings-clusterid"></a>
Property description not available.  
*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)

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

Settings to configure the destination of an Archive output.

The parent of this entity is ArchiveGroupSettings.

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

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

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

```
{
  "[ArchiveS3Settings](#cfn-medialive-channel-archivecdnsettings-archives3settings)" : ArchiveS3Settings
}
```

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

```
  [ArchiveS3Settings](#cfn-medialive-channel-archivecdnsettings-archives3settings): 
    ArchiveS3Settings
```

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

`ArchiveS3Settings`  <a name="cfn-medialive-channel-archivecdnsettings-archives3settings"></a>
Sets up Amazon S3 as the destination for this Archive output.  
*Required*: No  
*Type*: [ArchiveS3Settings](aws-properties-medialive-channel-archives3settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The archive container settings.

The parent of this entity is ArchiveOutputSettings.

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

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

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

```
{
  "[M2tsSettings](#cfn-medialive-channel-archivecontainersettings-m2tssettings)" : M2tsSettings,
  "[RawSettings](#cfn-medialive-channel-archivecontainersettings-rawsettings)" : Json
}
```

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

```
  [M2tsSettings](#cfn-medialive-channel-archivecontainersettings-m2tssettings): 
    M2tsSettings
  [RawSettings](#cfn-medialive-channel-archivecontainersettings-rawsettings): Json
```

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

`M2tsSettings`  <a name="cfn-medialive-channel-archivecontainersettings-m2tssettings"></a>
The settings for the M2TS in the archive output.  
*Required*: No  
*Type*: [M2tsSettings](aws-properties-medialive-channel-m2tssettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RawSettings`  <a name="cfn-medialive-channel-archivecontainersettings-rawsettings"></a>
The settings for Raw archive output type.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The settings for an archive output group.

The parent of this entity is OutputGroupSettings.

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

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

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

```
{
  "[ArchiveCdnSettings](#cfn-medialive-channel-archivegroupsettings-archivecdnsettings)" : ArchiveCdnSettings,
  "[Destination](#cfn-medialive-channel-archivegroupsettings-destination)" : OutputLocationRef,
  "[RolloverInterval](#cfn-medialive-channel-archivegroupsettings-rolloverinterval)" : Integer
}
```

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

```
  [ArchiveCdnSettings](#cfn-medialive-channel-archivegroupsettings-archivecdnsettings): 
    ArchiveCdnSettings
  [Destination](#cfn-medialive-channel-archivegroupsettings-destination): 
    OutputLocationRef
  [RolloverInterval](#cfn-medialive-channel-archivegroupsettings-rolloverinterval): Integer
```

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

`ArchiveCdnSettings`  <a name="cfn-medialive-channel-archivegroupsettings-archivecdnsettings"></a>
Settings to configure the destination of an Archive output.  
*Required*: No  
*Type*: [ArchiveCdnSettings](aws-properties-medialive-channel-archivecdnsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Destination`  <a name="cfn-medialive-channel-archivegroupsettings-destination"></a>
A directory and base file name where archive files should be written.  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RolloverInterval`  <a name="cfn-medialive-channel-archivegroupsettings-rolloverinterval"></a>
The number of seconds to write to an archive file before closing and starting a new one.  
*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)

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

The archive output settings.

The parent of this entity is OutputSettings.

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

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

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

```
{
  "[ContainerSettings](#cfn-medialive-channel-archiveoutputsettings-containersettings)" : ArchiveContainerSettings,
  "[Extension](#cfn-medialive-channel-archiveoutputsettings-extension)" : String,
  "[NameModifier](#cfn-medialive-channel-archiveoutputsettings-namemodifier)" : String
}
```

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

```
  [ContainerSettings](#cfn-medialive-channel-archiveoutputsettings-containersettings): 
    ArchiveContainerSettings
  [Extension](#cfn-medialive-channel-archiveoutputsettings-extension): String
  [NameModifier](#cfn-medialive-channel-archiveoutputsettings-namemodifier): String
```

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

`ContainerSettings`  <a name="cfn-medialive-channel-archiveoutputsettings-containersettings"></a>
The settings that are specific to the container type of the file.  
*Required*: No  
*Type*: [ArchiveContainerSettings](aws-properties-medialive-channel-archivecontainersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Extension`  <a name="cfn-medialive-channel-archiveoutputsettings-extension"></a>
The output file extension. If excluded, this is auto-selected from the container type.  
*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)

`NameModifier`  <a name="cfn-medialive-channel-archiveoutputsettings-namemodifier"></a>
A string that is concatenated to the end of the destination file name. The string is required for multiple outputs of the same type.  
*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)

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

Sets up Amazon S3 as the destination for this Archive output.

The parent of this entity is ArchiveCdnSettings.

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

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

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

```
{
  "[CannedAcl](#cfn-medialive-channel-archives3settings-cannedacl)" : String
}
```

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

```
  [CannedAcl](#cfn-medialive-channel-archives3settings-cannedacl): String
```

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

`CannedAcl`  <a name="cfn-medialive-channel-archives3settings-cannedacl"></a>
Specify the canned ACL to apply to each S3 request. Defaults to none.  
*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)

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

The settings for remixing audio.

The parent of this entity is RemixSettings.

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

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

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

```
{
  "[InputChannelLevels](#cfn-medialive-channel-audiochannelmapping-inputchannellevels)" : [ InputChannelLevel, ... ],
  "[OutputChannel](#cfn-medialive-channel-audiochannelmapping-outputchannel)" : Integer
}
```

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

```
  [InputChannelLevels](#cfn-medialive-channel-audiochannelmapping-inputchannellevels): 
    - InputChannelLevel
  [OutputChannel](#cfn-medialive-channel-audiochannelmapping-outputchannel): Integer
```

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

`InputChannelLevels`  <a name="cfn-medialive-channel-audiochannelmapping-inputchannellevels"></a>
The indices and gain values for each input channel that should be remixed into this output channel.  
*Required*: No  
*Type*: Array of [InputChannelLevel](aws-properties-medialive-channel-inputchannellevel.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`OutputChannel`  <a name="cfn-medialive-channel-audiochannelmapping-outputchannel"></a>
The index of the output channel that is being produced.  
*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)

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

The configuration of the audio codec in the audio output.

The parent of this entity is AudioDescription.

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

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

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

```
{
  "[AacSettings](#cfn-medialive-channel-audiocodecsettings-aacsettings)" : AacSettings,
  "[Ac3Settings](#cfn-medialive-channel-audiocodecsettings-ac3settings)" : Ac3Settings,
  "[Eac3AtmosSettings](#cfn-medialive-channel-audiocodecsettings-eac3atmossettings)" : Eac3AtmosSettings,
  "[Eac3Settings](#cfn-medialive-channel-audiocodecsettings-eac3settings)" : Eac3Settings,
  "[Mp2Settings](#cfn-medialive-channel-audiocodecsettings-mp2settings)" : Mp2Settings,
  "[PassThroughSettings](#cfn-medialive-channel-audiocodecsettings-passthroughsettings)" : Json,
  "[WavSettings](#cfn-medialive-channel-audiocodecsettings-wavsettings)" : WavSettings
}
```

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

```
  [AacSettings](#cfn-medialive-channel-audiocodecsettings-aacsettings): 
    AacSettings
  [Ac3Settings](#cfn-medialive-channel-audiocodecsettings-ac3settings): 
    Ac3Settings
  [Eac3AtmosSettings](#cfn-medialive-channel-audiocodecsettings-eac3atmossettings): 
    Eac3AtmosSettings
  [Eac3Settings](#cfn-medialive-channel-audiocodecsettings-eac3settings): 
    Eac3Settings
  [Mp2Settings](#cfn-medialive-channel-audiocodecsettings-mp2settings): 
    Mp2Settings
  [PassThroughSettings](#cfn-medialive-channel-audiocodecsettings-passthroughsettings): Json
  [WavSettings](#cfn-medialive-channel-audiocodecsettings-wavsettings): 
    WavSettings
```

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

`AacSettings`  <a name="cfn-medialive-channel-audiocodecsettings-aacsettings"></a>
The setup of the AAC audio codec in the output.  
*Required*: No  
*Type*: [AacSettings](aws-properties-medialive-channel-aacsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Ac3Settings`  <a name="cfn-medialive-channel-audiocodecsettings-ac3settings"></a>
The setup of an AC3 audio codec in the output.  
*Required*: No  
*Type*: [Ac3Settings](aws-properties-medialive-channel-ac3settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Eac3AtmosSettings`  <a name="cfn-medialive-channel-audiocodecsettings-eac3atmossettings"></a>
Property description not available.  
*Required*: No  
*Type*: [Eac3AtmosSettings](aws-properties-medialive-channel-eac3atmossettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Eac3Settings`  <a name="cfn-medialive-channel-audiocodecsettings-eac3settings"></a>
The setup of an EAC3 audio codec in the output.  
*Required*: No  
*Type*: [Eac3Settings](aws-properties-medialive-channel-eac3settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Mp2Settings`  <a name="cfn-medialive-channel-audiocodecsettings-mp2settings"></a>
The setup of an MP2 audio codec in the output.  
*Required*: No  
*Type*: [Mp2Settings](aws-properties-medialive-channel-mp2settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PassThroughSettings`  <a name="cfn-medialive-channel-audiocodecsettings-passthroughsettings"></a>
The setup to pass through the Dolby audio codec to the output.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WavSettings`  <a name="cfn-medialive-channel-audiocodecsettings-wavsettings"></a>
Settings for audio encoded with the WAV codec.  
*Required*: No  
*Type*: [WavSettings](aws-properties-medialive-channel-wavsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The encoding information for one output audio.

The parent of this entity is EncoderSettings.

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

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

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

```
{
  "[AudioDashRoles](#cfn-medialive-channel-audiodescription-audiodashroles)" : [ String, ... ],
  "[AudioNormalizationSettings](#cfn-medialive-channel-audiodescription-audionormalizationsettings)" : AudioNormalizationSettings,
  "[AudioSelectorName](#cfn-medialive-channel-audiodescription-audioselectorname)" : String,
  "[AudioType](#cfn-medialive-channel-audiodescription-audiotype)" : String,
  "[AudioTypeControl](#cfn-medialive-channel-audiodescription-audiotypecontrol)" : String,
  "[AudioWatermarkingSettings](#cfn-medialive-channel-audiodescription-audiowatermarkingsettings)" : AudioWatermarkSettings,
  "[CodecSettings](#cfn-medialive-channel-audiodescription-codecsettings)" : AudioCodecSettings,
  "[DvbDashAccessibility](#cfn-medialive-channel-audiodescription-dvbdashaccessibility)" : String,
  "[LanguageCode](#cfn-medialive-channel-audiodescription-languagecode)" : String,
  "[LanguageCodeControl](#cfn-medialive-channel-audiodescription-languagecodecontrol)" : String,
  "[Name](#cfn-medialive-channel-audiodescription-name)" : String,
  "[RemixSettings](#cfn-medialive-channel-audiodescription-remixsettings)" : RemixSettings,
  "[StreamName](#cfn-medialive-channel-audiodescription-streamname)" : String
}
```

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

```
  [AudioDashRoles](#cfn-medialive-channel-audiodescription-audiodashroles): 
    - String
  [AudioNormalizationSettings](#cfn-medialive-channel-audiodescription-audionormalizationsettings): 
    AudioNormalizationSettings
  [AudioSelectorName](#cfn-medialive-channel-audiodescription-audioselectorname): String
  [AudioType](#cfn-medialive-channel-audiodescription-audiotype): String
  [AudioTypeControl](#cfn-medialive-channel-audiodescription-audiotypecontrol): String
  [AudioWatermarkingSettings](#cfn-medialive-channel-audiodescription-audiowatermarkingsettings): 
    AudioWatermarkSettings
  [CodecSettings](#cfn-medialive-channel-audiodescription-codecsettings): 
    AudioCodecSettings
  [DvbDashAccessibility](#cfn-medialive-channel-audiodescription-dvbdashaccessibility): String
  [LanguageCode](#cfn-medialive-channel-audiodescription-languagecode): String
  [LanguageCodeControl](#cfn-medialive-channel-audiodescription-languagecodecontrol): String
  [Name](#cfn-medialive-channel-audiodescription-name): String
  [RemixSettings](#cfn-medialive-channel-audiodescription-remixsettings): 
    RemixSettings
  [StreamName](#cfn-medialive-channel-audiodescription-streamname): String
```

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

`AudioDashRoles`  <a name="cfn-medialive-channel-audiodescription-audiodashroles"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AudioNormalizationSettings`  <a name="cfn-medialive-channel-audiodescription-audionormalizationsettings"></a>
The advanced audio normalization settings.  
*Required*: No  
*Type*: [AudioNormalizationSettings](aws-properties-medialive-channel-audionormalizationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AudioSelectorName`  <a name="cfn-medialive-channel-audiodescription-audioselectorname"></a>
The name of the AudioSelector that is used as the source for this AudioDescription.  
*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)

`AudioType`  <a name="cfn-medialive-channel-audiodescription-audiotype"></a>
Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.  
*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)

`AudioTypeControl`  <a name="cfn-medialive-channel-audiodescription-audiotypecontrol"></a>
Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.  
*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)

`AudioWatermarkingSettings`  <a name="cfn-medialive-channel-audiodescription-audiowatermarkingsettings"></a>
Settings to configure one or more solutions that insert audio watermarks in the audio encode  
*Required*: No  
*Type*: [AudioWatermarkSettings](aws-properties-medialive-channel-audiowatermarksettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CodecSettings`  <a name="cfn-medialive-channel-audiodescription-codecsettings"></a>
The audio codec settings.  
*Required*: No  
*Type*: [AudioCodecSettings](aws-properties-medialive-channel-audiocodecsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DvbDashAccessibility`  <a name="cfn-medialive-channel-audiodescription-dvbdashaccessibility"></a>
Property description not available.  
*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)

`LanguageCode`  <a name="cfn-medialive-channel-audiodescription-languagecode"></a>
Indicates the language of the audio output track. Used only if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.  
*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)

`LanguageCodeControl`  <a name="cfn-medialive-channel-audiodescription-languagecodecontrol"></a>
Choosing followInput causes the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode setting is used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.  
*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)

`Name`  <a name="cfn-medialive-channel-audiodescription-name"></a>
The name of this AudioDescription. Outputs use this name to uniquely identify this AudioDescription. Description names should be unique within this channel.  
*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)

`RemixSettings`  <a name="cfn-medialive-channel-audiodescription-remixsettings"></a>
The settings that control how input audio channels are remixed into the output audio channels.  
*Required*: No  
*Type*: [RemixSettings](aws-properties-medialive-channel-remixsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StreamName`  <a name="cfn-medialive-channel-audiodescription-streamname"></a>
Used for Microsoft Smooth and Apple HLS outputs. Indicates the name displayed by the player (for example, English or Director Commentary).  
*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)

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

<a name="aws-properties-medialive-channel-audiodolbyedecode-description"></a>The `AudioDolbyEDecode` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[ProgramSelection](#cfn-medialive-channel-audiodolbyedecode-programselection)" : String
}
```

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

```
  [ProgramSelection](#cfn-medialive-channel-audiodolbyedecode-programselection): String
```

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

`ProgramSelection`  <a name="cfn-medialive-channel-audiodolbyedecode-programselection"></a>
Property description not available.  
*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)

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

Selector for HLS audio rendition.

The parent of this entity is AudioSelectorSettings.

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

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

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

```
{
  "[GroupId](#cfn-medialive-channel-audiohlsrenditionselection-groupid)" : String,
  "[Name](#cfn-medialive-channel-audiohlsrenditionselection-name)" : String
}
```

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

```
  [GroupId](#cfn-medialive-channel-audiohlsrenditionselection-groupid): String
  [Name](#cfn-medialive-channel-audiohlsrenditionselection-name): String
```

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

`GroupId`  <a name="cfn-medialive-channel-audiohlsrenditionselection-groupid"></a>
Specifies the GROUP-ID in the \$1EXT-X-MEDIA tag of the target HLS audio rendition.  
*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)

`Name`  <a name="cfn-medialive-channel-audiohlsrenditionselection-name"></a>
Specifies the NAME in the \$1EXT-X-MEDIA tag of the target HLS audio rendition.  
*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)

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

Information about the audio language to extract.

The parent of this entity is AudioSelectorSettings.

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

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

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

```
{
  "[LanguageCode](#cfn-medialive-channel-audiolanguageselection-languagecode)" : String,
  "[LanguageSelectionPolicy](#cfn-medialive-channel-audiolanguageselection-languageselectionpolicy)" : String
}
```

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

```
  [LanguageCode](#cfn-medialive-channel-audiolanguageselection-languagecode): String
  [LanguageSelectionPolicy](#cfn-medialive-channel-audiolanguageselection-languageselectionpolicy): String
```

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

`LanguageCode`  <a name="cfn-medialive-channel-audiolanguageselection-languagecode"></a>
Selects a specific three-letter language code from within an audio source.  
*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)

`LanguageSelectionPolicy`  <a name="cfn-medialive-channel-audiolanguageselection-languageselectionpolicy"></a>
When set to "strict," the transport stream demux strictly identifies audio streams by their language descriptor. If a PMT update occurs such that an audio stream matching the initially selected language is no longer present, then mute is encoded until the language returns. If set to "loose," then on a PMT update the demux chooses another audio stream in the program with the same stream type if it can't find one with the same language.  
*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)

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

The settings for normalizing video.

The parent of this entity is AudioDescription.

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

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

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

```
{
  "[Algorithm](#cfn-medialive-channel-audionormalizationsettings-algorithm)" : String,
  "[AlgorithmControl](#cfn-medialive-channel-audionormalizationsettings-algorithmcontrol)" : String,
  "[TargetLkfs](#cfn-medialive-channel-audionormalizationsettings-targetlkfs)" : Number
}
```

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

```
  [Algorithm](#cfn-medialive-channel-audionormalizationsettings-algorithm): String
  [AlgorithmControl](#cfn-medialive-channel-audionormalizationsettings-algorithmcontrol): String
  [TargetLkfs](#cfn-medialive-channel-audionormalizationsettings-targetlkfs): Number
```

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

`Algorithm`  <a name="cfn-medialive-channel-audionormalizationsettings-algorithm"></a>
The audio normalization algorithm to use. itu17701 conforms to the CALM Act specification. itu17702 conforms to the EBU R-128 specification.  
*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)

`AlgorithmControl`  <a name="cfn-medialive-channel-audionormalizationsettings-algorithmcontrol"></a>
When set to correctAudio, the output audio is corrected using the chosen algorithm. If set to measureOnly, the audio is measured but not adjusted.  
*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)

`TargetLkfs`  <a name="cfn-medialive-channel-audionormalizationsettings-targetlkfs"></a>
The Target LKFS(loudness) to adjust volume to. If no value is entered, a default value is used according to the chosen algorithm. The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of an audio-only HLS output.

The parent of this entity is HlsSettings.

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

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

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

```
{
  "[AudioGroupId](#cfn-medialive-channel-audioonlyhlssettings-audiogroupid)" : String,
  "[AudioOnlyImage](#cfn-medialive-channel-audioonlyhlssettings-audioonlyimage)" : InputLocation,
  "[AudioTrackType](#cfn-medialive-channel-audioonlyhlssettings-audiotracktype)" : String,
  "[SegmentType](#cfn-medialive-channel-audioonlyhlssettings-segmenttype)" : String
}
```

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

```
  [AudioGroupId](#cfn-medialive-channel-audioonlyhlssettings-audiogroupid): String
  [AudioOnlyImage](#cfn-medialive-channel-audioonlyhlssettings-audioonlyimage): 
    InputLocation
  [AudioTrackType](#cfn-medialive-channel-audioonlyhlssettings-audiotracktype): String
  [SegmentType](#cfn-medialive-channel-audioonlyhlssettings-segmenttype): String
```

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

`AudioGroupId`  <a name="cfn-medialive-channel-audioonlyhlssettings-audiogroupid"></a>
Specifies the group that the audio rendition belongs to.  
*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)

`AudioOnlyImage`  <a name="cfn-medialive-channel-audioonlyhlssettings-audioonlyimage"></a>
Used with an audio-only stream. It must be a .jpg or .png file. If given, this image is used as the cover art for the audio-only output. Ideally, it should be formatted for an iPhone screen for two reasons. The iPhone does not resize the image; instead, it crops a centered image on the top/bottom and left/right. Additionally, this image file gets saved bit-for-bit into every 10-second segment file, so it increases bandwidth by \$1image file size\$1 \$1 \$1segment count\$1 \$1 \$1user count.\$1.  
*Required*: No  
*Type*: [InputLocation](aws-properties-medialive-channel-inputlocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AudioTrackType`  <a name="cfn-medialive-channel-audioonlyhlssettings-audiotracktype"></a>
Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client might try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO.  
*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)

`SegmentType`  <a name="cfn-medialive-channel-audioonlyhlssettings-segmenttype"></a>
Specifies the segment type.  
*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)

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

Used to extract audio by The PID.

The parent of this entity is AudioSelectorSettings.

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

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

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

```
{
  "[Pid](#cfn-medialive-channel-audiopidselection-pid)" : Integer
}
```

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

```
  [Pid](#cfn-medialive-channel-audiopidselection-pid): Integer
```

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

`Pid`  <a name="cfn-medialive-channel-audiopidselection-pid"></a>
Select the audio by this PID.  
*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)

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

Information about one audio to extract from the input.

The parent of this entity is InputSettings.

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

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

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

```
{
  "[Name](#cfn-medialive-channel-audioselector-name)" : String,
  "[SelectorSettings](#cfn-medialive-channel-audioselector-selectorsettings)" : AudioSelectorSettings
}
```

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

```
  [Name](#cfn-medialive-channel-audioselector-name): String
  [SelectorSettings](#cfn-medialive-channel-audioselector-selectorsettings): 
    AudioSelectorSettings
```

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

`Name`  <a name="cfn-medialive-channel-audioselector-name"></a>
A name for this AudioSelector.   
*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)

`SelectorSettings`  <a name="cfn-medialive-channel-audioselector-selectorsettings"></a>
Information about the specific audio to extract from the input.  
*Required*: No  
*Type*: [AudioSelectorSettings](aws-properties-medialive-channel-audioselectorsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Information about the audio to extract from the input.

The parent of this entity is AudioSelector.

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

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

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

```
{
  "[AudioHlsRenditionSelection](#cfn-medialive-channel-audioselectorsettings-audiohlsrenditionselection)" : AudioHlsRenditionSelection,
  "[AudioLanguageSelection](#cfn-medialive-channel-audioselectorsettings-audiolanguageselection)" : AudioLanguageSelection,
  "[AudioPidSelection](#cfn-medialive-channel-audioselectorsettings-audiopidselection)" : AudioPidSelection,
  "[AudioTrackSelection](#cfn-medialive-channel-audioselectorsettings-audiotrackselection)" : AudioTrackSelection
}
```

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

```
  [AudioHlsRenditionSelection](#cfn-medialive-channel-audioselectorsettings-audiohlsrenditionselection): 
    AudioHlsRenditionSelection
  [AudioLanguageSelection](#cfn-medialive-channel-audioselectorsettings-audiolanguageselection): 
    AudioLanguageSelection
  [AudioPidSelection](#cfn-medialive-channel-audioselectorsettings-audiopidselection): 
    AudioPidSelection
  [AudioTrackSelection](#cfn-medialive-channel-audioselectorsettings-audiotrackselection): 
    AudioTrackSelection
```

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

`AudioHlsRenditionSelection`  <a name="cfn-medialive-channel-audioselectorsettings-audiohlsrenditionselection"></a>
Selector for HLS audio rendition.  
*Required*: No  
*Type*: [AudioHlsRenditionSelection](aws-properties-medialive-channel-audiohlsrenditionselection.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AudioLanguageSelection`  <a name="cfn-medialive-channel-audioselectorsettings-audiolanguageselection"></a>
The language code of the audio to select.  
*Required*: No  
*Type*: [AudioLanguageSelection](aws-properties-medialive-channel-audiolanguageselection.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AudioPidSelection`  <a name="cfn-medialive-channel-audioselectorsettings-audiopidselection"></a>
The PID of the audio to select.  
*Required*: No  
*Type*: [AudioPidSelection](aws-properties-medialive-channel-audiopidselection.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AudioTrackSelection`  <a name="cfn-medialive-channel-audioselectorsettings-audiotrackselection"></a>
Information about the audio track to extract.   
*Required*: No  
*Type*: [AudioTrackSelection](aws-properties-medialive-channel-audiotrackselection.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

MediaLive will perform a failover if audio is not detected in this input for the specified period.

The parent of this entity is FailoverConditionSettings.

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

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

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

```
{
  "[AudioSelectorName](#cfn-medialive-channel-audiosilencefailoversettings-audioselectorname)" : String,
  "[AudioSilenceThresholdMsec](#cfn-medialive-channel-audiosilencefailoversettings-audiosilencethresholdmsec)" : Integer
}
```

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

```
  [AudioSelectorName](#cfn-medialive-channel-audiosilencefailoversettings-audioselectorname): String
  [AudioSilenceThresholdMsec](#cfn-medialive-channel-audiosilencefailoversettings-audiosilencethresholdmsec): Integer
```

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

`AudioSelectorName`  <a name="cfn-medialive-channel-audiosilencefailoversettings-audioselectorname"></a>
The name of the audio selector in the input that MediaLive should monitor to detect silence. Select your most important rendition. If you didn't create an audio selector in this input, leave blank.  
*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)

`AudioSilenceThresholdMsec`  <a name="cfn-medialive-channel-audiosilencefailoversettings-audiosilencethresholdmsec"></a>
The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.  
*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)

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

Information about one audio track to extract. You can select multiple tracks.

The parent of this entity is AudioTrackSelection.

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

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

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

```
{
  "[Track](#cfn-medialive-channel-audiotrack-track)" : Integer
}
```

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

```
  [Track](#cfn-medialive-channel-audiotrack-track): Integer
```

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

`Track`  <a name="cfn-medialive-channel-audiotrack-track"></a>
1-based integer value that maps to a specific audio track  
*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)

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

Information about the audio track to extract.

The parent of this entity is AudioSelectorSettings.

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

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

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

```
{
  "[DolbyEDecode](#cfn-medialive-channel-audiotrackselection-dolbyedecode)" : AudioDolbyEDecode,
  "[Tracks](#cfn-medialive-channel-audiotrackselection-tracks)" : [ AudioTrack, ... ]
}
```

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

```
  [DolbyEDecode](#cfn-medialive-channel-audiotrackselection-dolbyedecode): 
    AudioDolbyEDecode
  [Tracks](#cfn-medialive-channel-audiotrackselection-tracks): 
    - AudioTrack
```

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

`DolbyEDecode`  <a name="cfn-medialive-channel-audiotrackselection-dolbyedecode"></a>
Property description not available.  
*Required*: No  
*Type*: [AudioDolbyEDecode](aws-properties-medialive-channel-audiodolbyedecode.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tracks`  <a name="cfn-medialive-channel-audiotrackselection-tracks"></a>
Selects one or more unique audio tracks from within a source.  
*Required*: No  
*Type*: Array of [AudioTrack](aws-properties-medialive-channel-audiotrack.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Audio Watermark Settings

The parent of this entity is AudioDescription.

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

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

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

```
{
  "[NielsenWatermarksSettings](#cfn-medialive-channel-audiowatermarksettings-nielsenwatermarkssettings)" : NielsenWatermarksSettings
}
```

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

```
  [NielsenWatermarksSettings](#cfn-medialive-channel-audiowatermarksettings-nielsenwatermarkssettings): 
    NielsenWatermarksSettings
```

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

`NielsenWatermarksSettings`  <a name="cfn-medialive-channel-audiowatermarksettings-nielsenwatermarkssettings"></a>
Settings to configure Nielsen Watermarks in the audio encode  
*Required*: No  
*Type*: [NielsenWatermarksSettings](aws-properties-medialive-channel-nielsenwatermarkssettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Settings to configure the conditions that will define the input as unhealthy and that will make MediaLive fail over to the other input in the input failover pair.

The parent of this entity is InputAttachment.

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

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

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

```
{
  "[ErrorClearTimeMsec](#cfn-medialive-channel-automaticinputfailoversettings-errorcleartimemsec)" : Integer,
  "[FailoverConditions](#cfn-medialive-channel-automaticinputfailoversettings-failoverconditions)" : [ FailoverCondition, ... ],
  "[InputPreference](#cfn-medialive-channel-automaticinputfailoversettings-inputpreference)" : String,
  "[SecondaryInputId](#cfn-medialive-channel-automaticinputfailoversettings-secondaryinputid)" : String
}
```

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

```
  [ErrorClearTimeMsec](#cfn-medialive-channel-automaticinputfailoversettings-errorcleartimemsec): Integer
  [FailoverConditions](#cfn-medialive-channel-automaticinputfailoversettings-failoverconditions): 
    - FailoverCondition
  [InputPreference](#cfn-medialive-channel-automaticinputfailoversettings-inputpreference): String
  [SecondaryInputId](#cfn-medialive-channel-automaticinputfailoversettings-secondaryinputid): String
```

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

`ErrorClearTimeMsec`  <a name="cfn-medialive-channel-automaticinputfailoversettings-errorcleartimemsec"></a>
This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input\$1preference for the failover pair is set to PRIMARY\$1INPUT\$1PREFERRED, because after this time, MediaLive will switch back to the primary input.  
*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)

`FailoverConditions`  <a name="cfn-medialive-channel-automaticinputfailoversettings-failoverconditions"></a>
A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input.  
*Required*: No  
*Type*: Array of [FailoverCondition](aws-properties-medialive-channel-failovercondition.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InputPreference`  <a name="cfn-medialive-channel-automaticinputfailoversettings-inputpreference"></a>
Input preference when deciding which input to make active when a previously failed input has recovered.  
*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)

`SecondaryInputId`  <a name="cfn-medialive-channel-automaticinputfailoversettings-secondaryinputid"></a>
The input ID of the secondary input in the automatic input failover pair.  
*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)

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

<a name="aws-properties-medialive-channel-av1colorspacesettings-description"></a>The `Av1ColorSpaceSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[ColorSpacePassthroughSettings](#cfn-medialive-channel-av1colorspacesettings-colorspacepassthroughsettings)" : Json,
  "[Hdr10Settings](#cfn-medialive-channel-av1colorspacesettings-hdr10settings)" : Hdr10Settings,
  "[Hlg2020Settings](#cfn-medialive-channel-av1colorspacesettings-hlg2020settings)" : Json,
  "[Rec601Settings](#cfn-medialive-channel-av1colorspacesettings-rec601settings)" : Json,
  "[Rec709Settings](#cfn-medialive-channel-av1colorspacesettings-rec709settings)" : Json
}
```

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

```
  [ColorSpacePassthroughSettings](#cfn-medialive-channel-av1colorspacesettings-colorspacepassthroughsettings): Json
  [Hdr10Settings](#cfn-medialive-channel-av1colorspacesettings-hdr10settings): 
    Hdr10Settings
  [Hlg2020Settings](#cfn-medialive-channel-av1colorspacesettings-hlg2020settings): Json
  [Rec601Settings](#cfn-medialive-channel-av1colorspacesettings-rec601settings): Json
  [Rec709Settings](#cfn-medialive-channel-av1colorspacesettings-rec709settings): Json
```

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

`ColorSpacePassthroughSettings`  <a name="cfn-medialive-channel-av1colorspacesettings-colorspacepassthroughsettings"></a>
Property description not available.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Hdr10Settings`  <a name="cfn-medialive-channel-av1colorspacesettings-hdr10settings"></a>
Property description not available.  
*Required*: No  
*Type*: [Hdr10Settings](aws-properties-medialive-channel-hdr10settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Hlg2020Settings`  <a name="cfn-medialive-channel-av1colorspacesettings-hlg2020settings"></a>
Property description not available.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Rec601Settings`  <a name="cfn-medialive-channel-av1colorspacesettings-rec601settings"></a>
Property description not available.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Rec709Settings`  <a name="cfn-medialive-channel-av1colorspacesettings-rec709settings"></a>
Property description not available.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

<a name="aws-properties-medialive-channel-av1settings-description"></a>The `Av1Settings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[AfdSignaling](#cfn-medialive-channel-av1settings-afdsignaling)" : String,
  "[BitDepth](#cfn-medialive-channel-av1settings-bitdepth)" : String,
  "[Bitrate](#cfn-medialive-channel-av1settings-bitrate)" : Integer,
  "[BufSize](#cfn-medialive-channel-av1settings-bufsize)" : Integer,
  "[ColorSpaceSettings](#cfn-medialive-channel-av1settings-colorspacesettings)" : Av1ColorSpaceSettings,
  "[FixedAfd](#cfn-medialive-channel-av1settings-fixedafd)" : String,
  "[FramerateDenominator](#cfn-medialive-channel-av1settings-frameratedenominator)" : Integer,
  "[FramerateNumerator](#cfn-medialive-channel-av1settings-frameratenumerator)" : Integer,
  "[GopSize](#cfn-medialive-channel-av1settings-gopsize)" : Number,
  "[GopSizeUnits](#cfn-medialive-channel-av1settings-gopsizeunits)" : String,
  "[Level](#cfn-medialive-channel-av1settings-level)" : String,
  "[LookAheadRateControl](#cfn-medialive-channel-av1settings-lookaheadratecontrol)" : String,
  "[MaxBitrate](#cfn-medialive-channel-av1settings-maxbitrate)" : Integer,
  "[MinBitrate](#cfn-medialive-channel-av1settings-minbitrate)" : Integer,
  "[MinIInterval](#cfn-medialive-channel-av1settings-miniinterval)" : Integer,
  "[ParDenominator](#cfn-medialive-channel-av1settings-pardenominator)" : Integer,
  "[ParNumerator](#cfn-medialive-channel-av1settings-parnumerator)" : Integer,
  "[QvbrQualityLevel](#cfn-medialive-channel-av1settings-qvbrqualitylevel)" : Integer,
  "[RateControlMode](#cfn-medialive-channel-av1settings-ratecontrolmode)" : String,
  "[SceneChangeDetect](#cfn-medialive-channel-av1settings-scenechangedetect)" : String,
  "[SpatialAq](#cfn-medialive-channel-av1settings-spatialaq)" : String,
  "[TemporalAq](#cfn-medialive-channel-av1settings-temporalaq)" : String,
  "[TimecodeBurninSettings](#cfn-medialive-channel-av1settings-timecodeburninsettings)" : TimecodeBurninSettings,
  "[TimecodeInsertion](#cfn-medialive-channel-av1settings-timecodeinsertion)" : String
}
```

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

```
  [AfdSignaling](#cfn-medialive-channel-av1settings-afdsignaling): String
  [BitDepth](#cfn-medialive-channel-av1settings-bitdepth): String
  [Bitrate](#cfn-medialive-channel-av1settings-bitrate): Integer
  [BufSize](#cfn-medialive-channel-av1settings-bufsize): Integer
  [ColorSpaceSettings](#cfn-medialive-channel-av1settings-colorspacesettings): 
    Av1ColorSpaceSettings
  [FixedAfd](#cfn-medialive-channel-av1settings-fixedafd): String
  [FramerateDenominator](#cfn-medialive-channel-av1settings-frameratedenominator): Integer
  [FramerateNumerator](#cfn-medialive-channel-av1settings-frameratenumerator): Integer
  [GopSize](#cfn-medialive-channel-av1settings-gopsize): Number
  [GopSizeUnits](#cfn-medialive-channel-av1settings-gopsizeunits): String
  [Level](#cfn-medialive-channel-av1settings-level): String
  [LookAheadRateControl](#cfn-medialive-channel-av1settings-lookaheadratecontrol): String
  [MaxBitrate](#cfn-medialive-channel-av1settings-maxbitrate): Integer
  [MinBitrate](#cfn-medialive-channel-av1settings-minbitrate): Integer
  [MinIInterval](#cfn-medialive-channel-av1settings-miniinterval): Integer
  [ParDenominator](#cfn-medialive-channel-av1settings-pardenominator): Integer
  [ParNumerator](#cfn-medialive-channel-av1settings-parnumerator): Integer
  [QvbrQualityLevel](#cfn-medialive-channel-av1settings-qvbrqualitylevel): Integer
  [RateControlMode](#cfn-medialive-channel-av1settings-ratecontrolmode): String
  [SceneChangeDetect](#cfn-medialive-channel-av1settings-scenechangedetect): String
  [SpatialAq](#cfn-medialive-channel-av1settings-spatialaq): String
  [TemporalAq](#cfn-medialive-channel-av1settings-temporalaq): String
  [TimecodeBurninSettings](#cfn-medialive-channel-av1settings-timecodeburninsettings): 
    TimecodeBurninSettings
  [TimecodeInsertion](#cfn-medialive-channel-av1settings-timecodeinsertion): String
```

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

`AfdSignaling`  <a name="cfn-medialive-channel-av1settings-afdsignaling"></a>
Property description not available.  
*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)

`BitDepth`  <a name="cfn-medialive-channel-av1settings-bitdepth"></a>
Property description not available.  
*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)

`Bitrate`  <a name="cfn-medialive-channel-av1settings-bitrate"></a>
Property description not available.  
*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)

`BufSize`  <a name="cfn-medialive-channel-av1settings-bufsize"></a>
Property description not available.  
*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)

`ColorSpaceSettings`  <a name="cfn-medialive-channel-av1settings-colorspacesettings"></a>
Property description not available.  
*Required*: No  
*Type*: [Av1ColorSpaceSettings](aws-properties-medialive-channel-av1colorspacesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FixedAfd`  <a name="cfn-medialive-channel-av1settings-fixedafd"></a>
Property description not available.  
*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)

`FramerateDenominator`  <a name="cfn-medialive-channel-av1settings-frameratedenominator"></a>
Property description not available.  
*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)

`FramerateNumerator`  <a name="cfn-medialive-channel-av1settings-frameratenumerator"></a>
Property description not available.  
*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)

`GopSize`  <a name="cfn-medialive-channel-av1settings-gopsize"></a>
Property description not available.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GopSizeUnits`  <a name="cfn-medialive-channel-av1settings-gopsizeunits"></a>
Property description not available.  
*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)

`Level`  <a name="cfn-medialive-channel-av1settings-level"></a>
Property description not available.  
*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)

`LookAheadRateControl`  <a name="cfn-medialive-channel-av1settings-lookaheadratecontrol"></a>
Property description not available.  
*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)

`MaxBitrate`  <a name="cfn-medialive-channel-av1settings-maxbitrate"></a>
Property description not available.  
*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)

`MinBitrate`  <a name="cfn-medialive-channel-av1settings-minbitrate"></a>
Property description not available.  
*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)

`MinIInterval`  <a name="cfn-medialive-channel-av1settings-miniinterval"></a>
Property description not available.  
*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)

`ParDenominator`  <a name="cfn-medialive-channel-av1settings-pardenominator"></a>
Property description not available.  
*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)

`ParNumerator`  <a name="cfn-medialive-channel-av1settings-parnumerator"></a>
Property description not available.  
*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)

`QvbrQualityLevel`  <a name="cfn-medialive-channel-av1settings-qvbrqualitylevel"></a>
Property description not available.  
*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)

`RateControlMode`  <a name="cfn-medialive-channel-av1settings-ratecontrolmode"></a>
Property description not available.  
*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)

`SceneChangeDetect`  <a name="cfn-medialive-channel-av1settings-scenechangedetect"></a>
Property description not available.  
*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)

`SpatialAq`  <a name="cfn-medialive-channel-av1settings-spatialaq"></a>
Property description not available.  
*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)

`TemporalAq`  <a name="cfn-medialive-channel-av1settings-temporalaq"></a>
Property description not available.  
*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)

`TimecodeBurninSettings`  <a name="cfn-medialive-channel-av1settings-timecodeburninsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [TimecodeBurninSettings](aws-properties-medialive-channel-timecodeburninsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimecodeInsertion`  <a name="cfn-medialive-channel-av1settings-timecodeinsertion"></a>
Property description not available.  
*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)

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

The configuration of ad avail blanking in the output.

The parent of this entity is EncoderSettings.

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

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

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

```
{
  "[AvailBlankingImage](#cfn-medialive-channel-availblanking-availblankingimage)" : InputLocation,
  "[State](#cfn-medialive-channel-availblanking-state)" : String
}
```

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

```
  [AvailBlankingImage](#cfn-medialive-channel-availblanking-availblankingimage): 
    InputLocation
  [State](#cfn-medialive-channel-availblanking-state): String
```

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

`AvailBlankingImage`  <a name="cfn-medialive-channel-availblanking-availblankingimage"></a>
The blanking image to be used. Keep empty for solid black. Only .bmp and .png images are supported.  
*Required*: No  
*Type*: [InputLocation](aws-properties-medialive-channel-inputlocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`State`  <a name="cfn-medialive-channel-availblanking-state"></a>
When set to enabled, the video, audio, and captions are blanked when insertion metadata is added.  
*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)

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

The setup of ad avail handling in the output.

The parent of this entity is EncoderSettings.

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

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

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

```
{
  "[AvailSettings](#cfn-medialive-channel-availconfiguration-availsettings)" : AvailSettings,
  "[Scte35SegmentationScope](#cfn-medialive-channel-availconfiguration-scte35segmentationscope)" : String
}
```

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

```
  [AvailSettings](#cfn-medialive-channel-availconfiguration-availsettings): 
    AvailSettings
  [Scte35SegmentationScope](#cfn-medialive-channel-availconfiguration-scte35segmentationscope): String
```

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

`AvailSettings`  <a name="cfn-medialive-channel-availconfiguration-availsettings"></a>
The setup of ad avail handling in the output.  
*Required*: No  
*Type*: [AvailSettings](aws-properties-medialive-channel-availsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scte35SegmentationScope`  <a name="cfn-medialive-channel-availconfiguration-scte35segmentationscope"></a>
Property description not available.  
*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)

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

The settings for the ad avail setup in the output.

The parent of this entity is AvailConfiguration.

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

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

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

```
{
  "[Esam](#cfn-medialive-channel-availsettings-esam)" : Esam,
  "[Scte35SpliceInsert](#cfn-medialive-channel-availsettings-scte35spliceinsert)" : Scte35SpliceInsert,
  "[Scte35TimeSignalApos](#cfn-medialive-channel-availsettings-scte35timesignalapos)" : Scte35TimeSignalApos
}
```

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

```
  [Esam](#cfn-medialive-channel-availsettings-esam): 
    Esam
  [Scte35SpliceInsert](#cfn-medialive-channel-availsettings-scte35spliceinsert): 
    Scte35SpliceInsert
  [Scte35TimeSignalApos](#cfn-medialive-channel-availsettings-scte35timesignalapos): 
    Scte35TimeSignalApos
```

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

`Esam`  <a name="cfn-medialive-channel-availsettings-esam"></a>
Property description not available.  
*Required*: No  
*Type*: [Esam](aws-properties-medialive-channel-esam.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scte35SpliceInsert`  <a name="cfn-medialive-channel-availsettings-scte35spliceinsert"></a>
The setup for SCTE-35 splice insert handling.  
*Required*: No  
*Type*: [Scte35SpliceInsert](aws-properties-medialive-channel-scte35spliceinsert.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scte35TimeSignalApos`  <a name="cfn-medialive-channel-availsettings-scte35timesignalapos"></a>
The setup for SCTE-35 time signal APOS handling.  
*Required*: No  
*Type*: [Scte35TimeSignalApos](aws-properties-medialive-channel-scte35timesignalapos.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

<a name="aws-properties-medialive-channel-bandwidthreductionfiltersettings-description"></a>The `BandwidthReductionFilterSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[PostFilterSharpening](#cfn-medialive-channel-bandwidthreductionfiltersettings-postfiltersharpening)" : String,
  "[Strength](#cfn-medialive-channel-bandwidthreductionfiltersettings-strength)" : String
}
```

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

```
  [PostFilterSharpening](#cfn-medialive-channel-bandwidthreductionfiltersettings-postfiltersharpening): String
  [Strength](#cfn-medialive-channel-bandwidthreductionfiltersettings-strength): String
```

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

`PostFilterSharpening`  <a name="cfn-medialive-channel-bandwidthreductionfiltersettings-postfiltersharpening"></a>
Property description not available.  
*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)

`Strength`  <a name="cfn-medialive-channel-bandwidthreductionfiltersettings-strength"></a>
Property description not available.  
*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)

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

The settings for a blackout slate.

The parent of this entity is EncoderSettings.

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

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

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

```
{
  "[BlackoutSlateImage](#cfn-medialive-channel-blackoutslate-blackoutslateimage)" : InputLocation,
  "[NetworkEndBlackout](#cfn-medialive-channel-blackoutslate-networkendblackout)" : String,
  "[NetworkEndBlackoutImage](#cfn-medialive-channel-blackoutslate-networkendblackoutimage)" : InputLocation,
  "[NetworkId](#cfn-medialive-channel-blackoutslate-networkid)" : String,
  "[State](#cfn-medialive-channel-blackoutslate-state)" : String
}
```

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

```
  [BlackoutSlateImage](#cfn-medialive-channel-blackoutslate-blackoutslateimage): 
    InputLocation
  [NetworkEndBlackout](#cfn-medialive-channel-blackoutslate-networkendblackout): String
  [NetworkEndBlackoutImage](#cfn-medialive-channel-blackoutslate-networkendblackoutimage): 
    InputLocation
  [NetworkId](#cfn-medialive-channel-blackoutslate-networkid): String
  [State](#cfn-medialive-channel-blackoutslate-state): String
```

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

`BlackoutSlateImage`  <a name="cfn-medialive-channel-blackoutslate-blackoutslateimage"></a>
The blackout slate image to be used. Keep empty for solid black. Only .bmp and .png images are supported.  
*Required*: No  
*Type*: [InputLocation](aws-properties-medialive-channel-inputlocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NetworkEndBlackout`  <a name="cfn-medialive-channel-blackoutslate-networkendblackout"></a>
Setting to enabled causes MediaLive to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout is lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in Network ID.  
*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)

`NetworkEndBlackoutImage`  <a name="cfn-medialive-channel-blackoutslate-networkendblackoutimage"></a>
The path to the local file to use as the Network End Blackout image. The image is scaled to fill the entire output raster.  
*Required*: No  
*Type*: [InputLocation](aws-properties-medialive-channel-inputlocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NetworkId`  <a name="cfn-medialive-channel-blackoutslate-networkid"></a>
Provides a Network ID that matches EIDR ID format (for example, "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").  
*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)

`State`  <a name="cfn-medialive-channel-blackoutslate-state"></a>
When set to enabled, this causes video, audio, and captions to be blanked when indicated by program metadata.  
*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)

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

The settings for burn-in captions in the output.

The parent of this entity is CaptionDestinationSettings.

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

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

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

```
{
  "[Alignment](#cfn-medialive-channel-burnindestinationsettings-alignment)" : String,
  "[BackgroundColor](#cfn-medialive-channel-burnindestinationsettings-backgroundcolor)" : String,
  "[BackgroundOpacity](#cfn-medialive-channel-burnindestinationsettings-backgroundopacity)" : Integer,
  "[Font](#cfn-medialive-channel-burnindestinationsettings-font)" : InputLocation,
  "[FontColor](#cfn-medialive-channel-burnindestinationsettings-fontcolor)" : String,
  "[FontOpacity](#cfn-medialive-channel-burnindestinationsettings-fontopacity)" : Integer,
  "[FontResolution](#cfn-medialive-channel-burnindestinationsettings-fontresolution)" : Integer,
  "[FontSize](#cfn-medialive-channel-burnindestinationsettings-fontsize)" : String,
  "[OutlineColor](#cfn-medialive-channel-burnindestinationsettings-outlinecolor)" : String,
  "[OutlineSize](#cfn-medialive-channel-burnindestinationsettings-outlinesize)" : Integer,
  "[ShadowColor](#cfn-medialive-channel-burnindestinationsettings-shadowcolor)" : String,
  "[ShadowOpacity](#cfn-medialive-channel-burnindestinationsettings-shadowopacity)" : Integer,
  "[ShadowXOffset](#cfn-medialive-channel-burnindestinationsettings-shadowxoffset)" : Integer,
  "[ShadowYOffset](#cfn-medialive-channel-burnindestinationsettings-shadowyoffset)" : Integer,
  "[SubtitleRows](#cfn-medialive-channel-burnindestinationsettings-subtitlerows)" : String,
  "[TeletextGridControl](#cfn-medialive-channel-burnindestinationsettings-teletextgridcontrol)" : String,
  "[XPosition](#cfn-medialive-channel-burnindestinationsettings-xposition)" : Integer,
  "[YPosition](#cfn-medialive-channel-burnindestinationsettings-yposition)" : Integer
}
```

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

```
  [Alignment](#cfn-medialive-channel-burnindestinationsettings-alignment): String
  [BackgroundColor](#cfn-medialive-channel-burnindestinationsettings-backgroundcolor): String
  [BackgroundOpacity](#cfn-medialive-channel-burnindestinationsettings-backgroundopacity): Integer
  [Font](#cfn-medialive-channel-burnindestinationsettings-font): 
    InputLocation
  [FontColor](#cfn-medialive-channel-burnindestinationsettings-fontcolor): String
  [FontOpacity](#cfn-medialive-channel-burnindestinationsettings-fontopacity): Integer
  [FontResolution](#cfn-medialive-channel-burnindestinationsettings-fontresolution): Integer
  [FontSize](#cfn-medialive-channel-burnindestinationsettings-fontsize): String
  [OutlineColor](#cfn-medialive-channel-burnindestinationsettings-outlinecolor): String
  [OutlineSize](#cfn-medialive-channel-burnindestinationsettings-outlinesize): Integer
  [ShadowColor](#cfn-medialive-channel-burnindestinationsettings-shadowcolor): String
  [ShadowOpacity](#cfn-medialive-channel-burnindestinationsettings-shadowopacity): Integer
  [ShadowXOffset](#cfn-medialive-channel-burnindestinationsettings-shadowxoffset): Integer
  [ShadowYOffset](#cfn-medialive-channel-burnindestinationsettings-shadowyoffset): Integer
  [SubtitleRows](#cfn-medialive-channel-burnindestinationsettings-subtitlerows): String
  [TeletextGridControl](#cfn-medialive-channel-burnindestinationsettings-teletextgridcontrol): String
  [XPosition](#cfn-medialive-channel-burnindestinationsettings-xposition): Integer
  [YPosition](#cfn-medialive-channel-burnindestinationsettings-yposition): Integer
```

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

`Alignment`  <a name="cfn-medialive-channel-burnindestinationsettings-alignment"></a>
If no explicit xPosition or yPosition is provided, setting alignment to centered places the captions at the bottom center of the output. Similarly, setting a left alignment aligns captions to the bottom left of the output. If x and y positions are specified in conjunction with the alignment parameter, the font is justified (either left or centered) relative to those coordinates. Selecting "smart" justification left-justifies live subtitles and center-justifies pre-recorded subtitles. All burn-in and DVB-Sub font settings must match.  
*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)

`BackgroundColor`  <a name="cfn-medialive-channel-burnindestinationsettings-backgroundcolor"></a>
Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.  
*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)

`BackgroundOpacity`  <a name="cfn-medialive-channel-burnindestinationsettings-backgroundopacity"></a>
Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.  
*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)

`Font`  <a name="cfn-medialive-channel-burnindestinationsettings-font"></a>
The external font file that is used for captions burn-in. The file extension must be .ttf or .tte. Although you can select output fonts for many different types of input captions, embedded, STL, and Teletext sources use a strict grid system. Using external fonts with these captions sources could cause an unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match.  
*Required*: No  
*Type*: [InputLocation](aws-properties-medialive-channel-inputlocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FontColor`  <a name="cfn-medialive-channel-burnindestinationsettings-fontcolor"></a>
Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.  
*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)

`FontOpacity`  <a name="cfn-medialive-channel-burnindestinationsettings-fontopacity"></a>
Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.  
*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)

`FontResolution`  <a name="cfn-medialive-channel-burnindestinationsettings-fontresolution"></a>
The font resolution in DPI (dots per inch). The default is 96 dpi. All burn-in and DVB-Sub font settings must match.  
*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)

`FontSize`  <a name="cfn-medialive-channel-burnindestinationsettings-fontsize"></a>
When set to auto, fontSize scales depending on the size of the output. Providing a positive integer specifies the exact font size in points. All burn-in and DVB-Sub font settings must match.  
*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)

`OutlineColor`  <a name="cfn-medialive-channel-burnindestinationsettings-outlinecolor"></a>
Specifies the font outline color. This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.  
*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)

`OutlineSize`  <a name="cfn-medialive-channel-burnindestinationsettings-outlinesize"></a>
Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.  
*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)

`ShadowColor`  <a name="cfn-medialive-channel-burnindestinationsettings-shadowcolor"></a>
Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.  
*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)

`ShadowOpacity`  <a name="cfn-medialive-channel-burnindestinationsettings-shadowopacity"></a>
Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.  
*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)

`ShadowXOffset`  <a name="cfn-medialive-channel-burnindestinationsettings-shadowxoffset"></a>
Specifies the horizontal offset of the shadow that is relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.  
*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)

`ShadowYOffset`  <a name="cfn-medialive-channel-burnindestinationsettings-shadowyoffset"></a>
Specifies the vertical offset of the shadow that is relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.  
*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)

`SubtitleRows`  <a name="cfn-medialive-channel-burnindestinationsettings-subtitlerows"></a>
Property description not available.  
*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)

`TeletextGridControl`  <a name="cfn-medialive-channel-burnindestinationsettings-teletextgridcontrol"></a>
Controls whether a fixed grid size is used to generate the output subtitles bitmap. This applies only to Teletext inputs and DVB-Sub/Burn-in outputs.  
*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)

`XPosition`  <a name="cfn-medialive-channel-burnindestinationsettings-xposition"></a>
Specifies the horizontal position of the captions relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal captions position is determined by the alignment parameter. All burn-in and DVB-Sub font settings must match.  
*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)

`YPosition`  <a name="cfn-medialive-channel-burnindestinationsettings-yposition"></a>
Specifies the vertical position of the captions relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the captions are positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match.  
*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)

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

The encoding information for output captions.

The parent of this entity is EncoderSettings.

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

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

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

```
{
  "[Accessibility](#cfn-medialive-channel-captiondescription-accessibility)" : String,
  "[CaptionDashRoles](#cfn-medialive-channel-captiondescription-captiondashroles)" : [ String, ... ],
  "[CaptionSelectorName](#cfn-medialive-channel-captiondescription-captionselectorname)" : String,
  "[DestinationSettings](#cfn-medialive-channel-captiondescription-destinationsettings)" : CaptionDestinationSettings,
  "[DvbDashAccessibility](#cfn-medialive-channel-captiondescription-dvbdashaccessibility)" : String,
  "[LanguageCode](#cfn-medialive-channel-captiondescription-languagecode)" : String,
  "[LanguageDescription](#cfn-medialive-channel-captiondescription-languagedescription)" : String,
  "[Name](#cfn-medialive-channel-captiondescription-name)" : String
}
```

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

```
  [Accessibility](#cfn-medialive-channel-captiondescription-accessibility): String
  [CaptionDashRoles](#cfn-medialive-channel-captiondescription-captiondashroles): 
    - String
  [CaptionSelectorName](#cfn-medialive-channel-captiondescription-captionselectorname): String
  [DestinationSettings](#cfn-medialive-channel-captiondescription-destinationsettings): 
    CaptionDestinationSettings
  [DvbDashAccessibility](#cfn-medialive-channel-captiondescription-dvbdashaccessibility): String
  [LanguageCode](#cfn-medialive-channel-captiondescription-languagecode): String
  [LanguageDescription](#cfn-medialive-channel-captiondescription-languagedescription): String
  [Name](#cfn-medialive-channel-captiondescription-name): String
```

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

`Accessibility`  <a name="cfn-medialive-channel-captiondescription-accessibility"></a>
Property description not available.  
*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)

`CaptionDashRoles`  <a name="cfn-medialive-channel-captiondescription-captiondashroles"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CaptionSelectorName`  <a name="cfn-medialive-channel-captiondescription-captionselectorname"></a>
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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DestinationSettings`  <a name="cfn-medialive-channel-captiondescription-destinationsettings"></a>
Additional settings for a captions destination that depend on the destination type.  
*Required*: No  
*Type*: [CaptionDestinationSettings](aws-properties-medialive-channel-captiondestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DvbDashAccessibility`  <a name="cfn-medialive-channel-captiondescription-dvbdashaccessibility"></a>
Property description not available.  
*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)

`LanguageCode`  <a name="cfn-medialive-channel-captiondescription-languagecode"></a>
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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LanguageDescription`  <a name="cfn-medialive-channel-captiondescription-languagedescription"></a>
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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-channel-captiondescription-name"></a>
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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of one captions encode in the output.

The parent of this entity is CaptionDescription.

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

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

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

```
{
  "[AribDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-aribdestinationsettings)" : Json,
  "[BurnInDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-burnindestinationsettings)" : BurnInDestinationSettings,
  "[DvbSubDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-dvbsubdestinationsettings)" : DvbSubDestinationSettings,
  "[EbuTtDDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-ebuttddestinationsettings)" : EbuTtDDestinationSettings,
  "[EmbeddedDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-embeddeddestinationsettings)" : Json,
  "[EmbeddedPlusScte20DestinationSettings](#cfn-medialive-channel-captiondestinationsettings-embeddedplusscte20destinationsettings)" : Json,
  "[RtmpCaptionInfoDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-rtmpcaptioninfodestinationsettings)" : Json,
  "[Scte20PlusEmbeddedDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-scte20plusembeddeddestinationsettings)" : Json,
  "[Scte27DestinationSettings](#cfn-medialive-channel-captiondestinationsettings-scte27destinationsettings)" : Json,
  "[SmpteTtDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-smptettdestinationsettings)" : Json,
  "[TeletextDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-teletextdestinationsettings)" : Json,
  "[TtmlDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-ttmldestinationsettings)" : TtmlDestinationSettings,
  "[WebvttDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-webvttdestinationsettings)" : WebvttDestinationSettings
}
```

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

```
  [AribDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-aribdestinationsettings): Json
  [BurnInDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-burnindestinationsettings): 
    BurnInDestinationSettings
  [DvbSubDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-dvbsubdestinationsettings): 
    DvbSubDestinationSettings
  [EbuTtDDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-ebuttddestinationsettings): 
    EbuTtDDestinationSettings
  [EmbeddedDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-embeddeddestinationsettings): Json
  [EmbeddedPlusScte20DestinationSettings](#cfn-medialive-channel-captiondestinationsettings-embeddedplusscte20destinationsettings): Json
  [RtmpCaptionInfoDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-rtmpcaptioninfodestinationsettings): Json
  [Scte20PlusEmbeddedDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-scte20plusembeddeddestinationsettings): Json
  [Scte27DestinationSettings](#cfn-medialive-channel-captiondestinationsettings-scte27destinationsettings): Json
  [SmpteTtDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-smptettdestinationsettings): Json
  [TeletextDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-teletextdestinationsettings): Json
  [TtmlDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-ttmldestinationsettings): 
    TtmlDestinationSettings
  [WebvttDestinationSettings](#cfn-medialive-channel-captiondestinationsettings-webvttdestinationsettings): 
    WebvttDestinationSettings
```

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

`AribDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-aribdestinationsettings"></a>
The configuration of one ARIB captions encode in the output.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BurnInDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-burnindestinationsettings"></a>
The configuration of one burn-in captions encode in the output.  
*Required*: No  
*Type*: [BurnInDestinationSettings](aws-properties-medialive-channel-burnindestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DvbSubDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-dvbsubdestinationsettings"></a>
The configuration of one DVB Sub captions encode in the output.  
*Required*: No  
*Type*: [DvbSubDestinationSettings](aws-properties-medialive-channel-dvbsubdestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EbuTtDDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-ebuttddestinationsettings"></a>
Settings for EBU-TT captions in the output.  
*Required*: No  
*Type*: [EbuTtDDestinationSettings](aws-properties-medialive-channel-ebuttddestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EmbeddedDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-embeddeddestinationsettings"></a>
The configuration of one embedded captions encode in the output.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EmbeddedPlusScte20DestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-embeddedplusscte20destinationsettings"></a>
The configuration of one embedded plus SCTE-20 captions encode in the output.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RtmpCaptionInfoDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-rtmpcaptioninfodestinationsettings"></a>
The configuration of one RTMPCaptionInfo captions encode in the output.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scte20PlusEmbeddedDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-scte20plusembeddeddestinationsettings"></a>
The configuration of one SCTE20 plus embedded captions encode in the output.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scte27DestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-scte27destinationsettings"></a>
The configuration of one SCTE-27 captions encode in the output.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmpteTtDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-smptettdestinationsettings"></a>
The configuration of one SMPTE-TT captions encode in the output.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TeletextDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-teletextdestinationsettings"></a>
The configuration of one Teletext captions encode in the output.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TtmlDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-ttmldestinationsettings"></a>
The configuration of one TTML captions encode in the output.  
*Required*: No  
*Type*: [TtmlDestinationSettings](aws-properties-medialive-channel-ttmldestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WebvttDestinationSettings`  <a name="cfn-medialive-channel-captiondestinationsettings-webvttdestinationsettings"></a>
The configuration of one WebVTT captions encode in the output.  
*Required*: No  
*Type*: [WebvttDestinationSettings](aws-properties-medialive-channel-webvttdestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

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
<a name="aws-properties-medialive-channel-captionlanguagemapping-syntax"></a>

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

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

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

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

```
  [CaptionChannel](#cfn-medialive-channel-captionlanguagemapping-captionchannel): Integer
  [LanguageCode](#cfn-medialive-channel-captionlanguagemapping-languagecode): String
  [LanguageDescription](#cfn-medialive-channel-captionlanguagemapping-languagedescription): String
```

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

`CaptionChannel`  <a name="cfn-medialive-channel-captionlanguagemapping-captionchannel"></a>
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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LanguageCode`  <a name="cfn-medialive-channel-captionlanguagemapping-languagecode"></a>
A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).  
*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)

`LanguageDescription`  <a name="cfn-medialive-channel-captionlanguagemapping-languagedescription"></a>
The textual description of language.  
*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)

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

Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.

The parent of this entity is TeletextSourceSettings.

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

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

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

```
{
  "[Height](#cfn-medialive-channel-captionrectangle-height)" : Number,
  "[LeftOffset](#cfn-medialive-channel-captionrectangle-leftoffset)" : Number,
  "[TopOffset](#cfn-medialive-channel-captionrectangle-topoffset)" : Number,
  "[Width](#cfn-medialive-channel-captionrectangle-width)" : Number
}
```

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

```
  [Height](#cfn-medialive-channel-captionrectangle-height): Number
  [LeftOffset](#cfn-medialive-channel-captionrectangle-leftoffset): Number
  [TopOffset](#cfn-medialive-channel-captionrectangle-topoffset): Number
  [Width](#cfn-medialive-channel-captionrectangle-width): Number
```

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

`Height`  <a name="cfn-medialive-channel-captionrectangle-height"></a>
See the description in leftOffset.  
 For height, specify the entire height of the rectangle as a percentage of the underlying frame height. For example, \$1"80\$1" means the rectangle height is 80% of the underlying frame height. The topOffset and rectangleHeight must add up to 100% or less. This field corresponds to tts:extent - Y in the TTML standard.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LeftOffset`  <a name="cfn-medialive-channel-captionrectangle-leftoffset"></a>
Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. (Make sure to leave the default if you don't have either of these formats in the output.) You can define a display rectangle for the captions that is smaller than the underlying video frame. You define the rectangle by specifying the position of the left edge, top edge, bottom edge, and right edge of the rectangle, all within the underlying video frame. The units for the measurements are percentages. If you specify a value for one of these fields, you must specify a value for all of them.  
 For leftOffset, specify the position of the left edge of the rectangle, as a percentage of the underlying frame width, and relative to the left edge of the frame. For example, \$1"10\$1" means the measurement is 10% of the underlying frame width. The rectangle left edge starts at that position from the left edge of the frame. This field corresponds to tts:origin - X in the TTML standard.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TopOffset`  <a name="cfn-medialive-channel-captionrectangle-topoffset"></a>
See the description in leftOffset.  
 For topOffset, specify the position of the top edge of the rectangle, as a percentage of the underlying frame height, and relative to the top edge of the frame. For example, \$1"10\$1" means the measurement is 10% of the underlying frame height. The rectangle top edge starts at that position from the top edge of the frame. This field corresponds to tts:origin - Y in the TTML standard.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Width`  <a name="cfn-medialive-channel-captionrectangle-width"></a>
See the description in leftOffset.  
 For width, specify the entire width of the rectangle as a percentage of the underlying frame width. For example, \$1"80\$1" means the rectangle width is 80% of the underlying frame width. The leftOffset and rectangleWidth must add up to 100% or less. This field corresponds to tts:extent - X in the TTML standard.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Information about one caption to extract from the input.

The parent of this entity is InputSettings.

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

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

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

```
{
  "[LanguageCode](#cfn-medialive-channel-captionselector-languagecode)" : String,
  "[Name](#cfn-medialive-channel-captionselector-name)" : String,
  "[SelectorSettings](#cfn-medialive-channel-captionselector-selectorsettings)" : CaptionSelectorSettings
}
```

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

```
  [LanguageCode](#cfn-medialive-channel-captionselector-languagecode): String
  [Name](#cfn-medialive-channel-captionselector-name): String
  [SelectorSettings](#cfn-medialive-channel-captionselector-selectorsettings): 
    CaptionSelectorSettings
```

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

`LanguageCode`  <a name="cfn-medialive-channel-captionselector-languagecode"></a>
When specified, this field indicates the three-letter language code of the captions track to extract from the source.  
*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)

`Name`  <a name="cfn-medialive-channel-captionselector-name"></a>
The name identifier for a captions selector. This name is used to associate this captions selector with one or more captions descriptions. Names must be unique within a channel.  
*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)

`SelectorSettings`  <a name="cfn-medialive-channel-captionselector-selectorsettings"></a>
Information about the specific audio to extract from the input.  
*Required*: No  
*Type*: [CaptionSelectorSettings](aws-properties-medialive-channel-captionselectorsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Captions Selector Settings

The parent of this entity is CaptionSelector.

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

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

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

```
{
  "[AncillarySourceSettings](#cfn-medialive-channel-captionselectorsettings-ancillarysourcesettings)" : AncillarySourceSettings,
  "[AribSourceSettings](#cfn-medialive-channel-captionselectorsettings-aribsourcesettings)" : Json,
  "[DvbSubSourceSettings](#cfn-medialive-channel-captionselectorsettings-dvbsubsourcesettings)" : DvbSubSourceSettings,
  "[EmbeddedSourceSettings](#cfn-medialive-channel-captionselectorsettings-embeddedsourcesettings)" : EmbeddedSourceSettings,
  "[Scte20SourceSettings](#cfn-medialive-channel-captionselectorsettings-scte20sourcesettings)" : Scte20SourceSettings,
  "[Scte27SourceSettings](#cfn-medialive-channel-captionselectorsettings-scte27sourcesettings)" : Scte27SourceSettings,
  "[TeletextSourceSettings](#cfn-medialive-channel-captionselectorsettings-teletextsourcesettings)" : TeletextSourceSettings
}
```

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

```
  [AncillarySourceSettings](#cfn-medialive-channel-captionselectorsettings-ancillarysourcesettings): 
    AncillarySourceSettings
  [AribSourceSettings](#cfn-medialive-channel-captionselectorsettings-aribsourcesettings): Json
  [DvbSubSourceSettings](#cfn-medialive-channel-captionselectorsettings-dvbsubsourcesettings): 
    DvbSubSourceSettings
  [EmbeddedSourceSettings](#cfn-medialive-channel-captionselectorsettings-embeddedsourcesettings): 
    EmbeddedSourceSettings
  [Scte20SourceSettings](#cfn-medialive-channel-captionselectorsettings-scte20sourcesettings): 
    Scte20SourceSettings
  [Scte27SourceSettings](#cfn-medialive-channel-captionselectorsettings-scte27sourcesettings): 
    Scte27SourceSettings
  [TeletextSourceSettings](#cfn-medialive-channel-captionselectorsettings-teletextsourcesettings): 
    TeletextSourceSettings
```

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

`AncillarySourceSettings`  <a name="cfn-medialive-channel-captionselectorsettings-ancillarysourcesettings"></a>
 Information about the ancillary captions to extract from the input.   
*Required*: No  
*Type*: [AncillarySourceSettings](aws-properties-medialive-channel-ancillarysourcesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AribSourceSettings`  <a name="cfn-medialive-channel-captionselectorsettings-aribsourcesettings"></a>
Information about the ARIB captions to extract from the input.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DvbSubSourceSettings`  <a name="cfn-medialive-channel-captionselectorsettings-dvbsubsourcesettings"></a>
Information about the DVB Sub captions to extract from the input.  
*Required*: No  
*Type*: [DvbSubSourceSettings](aws-properties-medialive-channel-dvbsubsourcesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EmbeddedSourceSettings`  <a name="cfn-medialive-channel-captionselectorsettings-embeddedsourcesettings"></a>
Information about the embedded captions to extract from the input.  
*Required*: No  
*Type*: [EmbeddedSourceSettings](aws-properties-medialive-channel-embeddedsourcesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scte20SourceSettings`  <a name="cfn-medialive-channel-captionselectorsettings-scte20sourcesettings"></a>
Information about the SCTE-20 captions to extract from the input.  
*Required*: No  
*Type*: [Scte20SourceSettings](aws-properties-medialive-channel-scte20sourcesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scte27SourceSettings`  <a name="cfn-medialive-channel-captionselectorsettings-scte27sourcesettings"></a>
Information about the SCTE-27 captions to extract from the input.  
*Required*: No  
*Type*: [Scte27SourceSettings](aws-properties-medialive-channel-scte27sourcesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TeletextSourceSettings`  <a name="cfn-medialive-channel-captionselectorsettings-teletextsourcesettings"></a>
Information about the Teletext captions to extract from the input.  
*Required*: No  
*Type*: [TeletextSourceSettings](aws-properties-medialive-channel-teletextsourcesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The input specification for this channel. It specifies the key characteristics of CDI inputs for this channel, when those characteristics are different from other inputs. 

This entity is at the top level in the channel.

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

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

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

```
{
  "[Resolution](#cfn-medialive-channel-cdiinputspecification-resolution)" : String
}
```

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

```
  [Resolution](#cfn-medialive-channel-cdiinputspecification-resolution): String
```

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

`Resolution`  <a name="cfn-medialive-channel-cdiinputspecification-resolution"></a>
Maximum CDI input resolution  
*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)

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

<a name="aws-properties-medialive-channel-channelengineversionrequest-description"></a>The `ChannelEngineVersionRequest` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[Version](#cfn-medialive-channel-channelengineversionrequest-version)" : String
}
```

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

```
  [Version](#cfn-medialive-channel-channelengineversionrequest-version): String
```

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

`Version`  <a name="cfn-medialive-channel-channelengineversionrequest-version"></a>
Property description not available.  
*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)

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

<a name="aws-properties-medialive-channel-cmafingestcaptionlanguagemapping-description"></a>The `CmafIngestCaptionLanguageMapping` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

## 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>
Property description not available.  
*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>
Property description not available.  
*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)

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

<a name="aws-properties-medialive-channel-cmafingestgroupsettings-description"></a>The `CmafIngestGroupSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[AdditionalDestinations](#cfn-medialive-channel-cmafingestgroupsettings-additionaldestinations)" : [ AdditionalDestinations, ... ],
  "[CaptionLanguageMappings](#cfn-medialive-channel-cmafingestgroupsettings-captionlanguagemappings)" : [ CmafIngestCaptionLanguageMapping, ... ],
  "[Destination](#cfn-medialive-channel-cmafingestgroupsettings-destination)" : OutputLocationRef,
  "[Id3Behavior](#cfn-medialive-channel-cmafingestgroupsettings-id3behavior)" : String,
  "[Id3NameModifier](#cfn-medialive-channel-cmafingestgroupsettings-id3namemodifier)" : String,
  "[KlvBehavior](#cfn-medialive-channel-cmafingestgroupsettings-klvbehavior)" : String,
  "[KlvNameModifier](#cfn-medialive-channel-cmafingestgroupsettings-klvnamemodifier)" : String,
  "[NielsenId3Behavior](#cfn-medialive-channel-cmafingestgroupsettings-nielsenid3behavior)" : String,
  "[NielsenId3NameModifier](#cfn-medialive-channel-cmafingestgroupsettings-nielsenid3namemodifier)" : String,
  "[Scte35NameModifier](#cfn-medialive-channel-cmafingestgroupsettings-scte35namemodifier)" : String,
  "[Scte35Type](#cfn-medialive-channel-cmafingestgroupsettings-scte35type)" : String,
  "[SegmentLength](#cfn-medialive-channel-cmafingestgroupsettings-segmentlength)" : Integer,
  "[SegmentLengthUnits](#cfn-medialive-channel-cmafingestgroupsettings-segmentlengthunits)" : String,
  "[SendDelayMs](#cfn-medialive-channel-cmafingestgroupsettings-senddelayms)" : Integer,
  "[TimedMetadataId3Frame](#cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3frame)" : String,
  "[TimedMetadataId3Period](#cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3period)" : Integer,
  "[TimedMetadataPassthrough](#cfn-medialive-channel-cmafingestgroupsettings-timedmetadatapassthrough)" : String
}
```

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

```
  [AdditionalDestinations](#cfn-medialive-channel-cmafingestgroupsettings-additionaldestinations): 
    - AdditionalDestinations
  [CaptionLanguageMappings](#cfn-medialive-channel-cmafingestgroupsettings-captionlanguagemappings): 
    - CmafIngestCaptionLanguageMapping
  [Destination](#cfn-medialive-channel-cmafingestgroupsettings-destination): 
    OutputLocationRef
  [Id3Behavior](#cfn-medialive-channel-cmafingestgroupsettings-id3behavior): String
  [Id3NameModifier](#cfn-medialive-channel-cmafingestgroupsettings-id3namemodifier): String
  [KlvBehavior](#cfn-medialive-channel-cmafingestgroupsettings-klvbehavior): String
  [KlvNameModifier](#cfn-medialive-channel-cmafingestgroupsettings-klvnamemodifier): String
  [NielsenId3Behavior](#cfn-medialive-channel-cmafingestgroupsettings-nielsenid3behavior): String
  [NielsenId3NameModifier](#cfn-medialive-channel-cmafingestgroupsettings-nielsenid3namemodifier): String
  [Scte35NameModifier](#cfn-medialive-channel-cmafingestgroupsettings-scte35namemodifier): String
  [Scte35Type](#cfn-medialive-channel-cmafingestgroupsettings-scte35type): String
  [SegmentLength](#cfn-medialive-channel-cmafingestgroupsettings-segmentlength): Integer
  [SegmentLengthUnits](#cfn-medialive-channel-cmafingestgroupsettings-segmentlengthunits): String
  [SendDelayMs](#cfn-medialive-channel-cmafingestgroupsettings-senddelayms): Integer
  [TimedMetadataId3Frame](#cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3frame): String
  [TimedMetadataId3Period](#cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3period): Integer
  [TimedMetadataPassthrough](#cfn-medialive-channel-cmafingestgroupsettings-timedmetadatapassthrough): String
```

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

`AdditionalDestinations`  <a name="cfn-medialive-channel-cmafingestgroupsettings-additionaldestinations"></a>
Property description not available.  
*Required*: No  
*Type*: [Array](aws-properties-medialive-channel-additionaldestinations.md) of [AdditionalDestinations](aws-properties-medialive-channel-additionaldestinations.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CaptionLanguageMappings`  <a name="cfn-medialive-channel-cmafingestgroupsettings-captionlanguagemappings"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [CmafIngestCaptionLanguageMapping](aws-properties-medialive-channel-cmafingestcaptionlanguagemapping.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Destination`  <a name="cfn-medialive-channel-cmafingestgroupsettings-destination"></a>
Property description not available.  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Id3Behavior`  <a name="cfn-medialive-channel-cmafingestgroupsettings-id3behavior"></a>
Property description not available.  
*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)

`Id3NameModifier`  <a name="cfn-medialive-channel-cmafingestgroupsettings-id3namemodifier"></a>
Property description not available.  
*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)

`KlvBehavior`  <a name="cfn-medialive-channel-cmafingestgroupsettings-klvbehavior"></a>
Property description not available.  
*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)

`KlvNameModifier`  <a name="cfn-medialive-channel-cmafingestgroupsettings-klvnamemodifier"></a>
Property description not available.  
*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)

`NielsenId3Behavior`  <a name="cfn-medialive-channel-cmafingestgroupsettings-nielsenid3behavior"></a>
Property description not available.  
*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)

`NielsenId3NameModifier`  <a name="cfn-medialive-channel-cmafingestgroupsettings-nielsenid3namemodifier"></a>
Property description not available.  
*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)

`Scte35NameModifier`  <a name="cfn-medialive-channel-cmafingestgroupsettings-scte35namemodifier"></a>
Property description not available.  
*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)

`Scte35Type`  <a name="cfn-medialive-channel-cmafingestgroupsettings-scte35type"></a>
Property description not available.  
*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)

`SegmentLength`  <a name="cfn-medialive-channel-cmafingestgroupsettings-segmentlength"></a>
Property description not available.  
*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)

`SegmentLengthUnits`  <a name="cfn-medialive-channel-cmafingestgroupsettings-segmentlengthunits"></a>
Property description not available.  
*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)

`SendDelayMs`  <a name="cfn-medialive-channel-cmafingestgroupsettings-senddelayms"></a>
Property description not available.  
*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)

`TimedMetadataId3Frame`  <a name="cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3frame"></a>
Property description not available.  
*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)

`TimedMetadataId3Period`  <a name="cfn-medialive-channel-cmafingestgroupsettings-timedmetadataid3period"></a>
Property description not available.  
*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)

`TimedMetadataPassthrough`  <a name="cfn-medialive-channel-cmafingestgroupsettings-timedmetadatapassthrough"></a>
Property description not available.  
*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)

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

<a name="aws-properties-medialive-channel-cmafingestoutputsettings-description"></a>The `CmafIngestOutputSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[NameModifier](#cfn-medialive-channel-cmafingestoutputsettings-namemodifier)" : String
}
```

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

```
  [NameModifier](#cfn-medialive-channel-cmafingestoutputsettings-namemodifier): String
```

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

`NameModifier`  <a name="cfn-medialive-channel-cmafingestoutputsettings-namemodifier"></a>
Property description not available.  
*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)

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

<a name="aws-properties-medialive-channel-colorcorrection-description"></a>The `ColorCorrection` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[InputColorSpace](#cfn-medialive-channel-colorcorrection-inputcolorspace)" : String,
  "[OutputColorSpace](#cfn-medialive-channel-colorcorrection-outputcolorspace)" : String,
  "[Uri](#cfn-medialive-channel-colorcorrection-uri)" : String
}
```

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

```
  [InputColorSpace](#cfn-medialive-channel-colorcorrection-inputcolorspace): String
  [OutputColorSpace](#cfn-medialive-channel-colorcorrection-outputcolorspace): String
  [Uri](#cfn-medialive-channel-colorcorrection-uri): String
```

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

`InputColorSpace`  <a name="cfn-medialive-channel-colorcorrection-inputcolorspace"></a>
Property description not available.  
*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)

`OutputColorSpace`  <a name="cfn-medialive-channel-colorcorrection-outputcolorspace"></a>
Property description not available.  
*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)

`Uri`  <a name="cfn-medialive-channel-colorcorrection-uri"></a>
Property description not available.  
*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)

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

<a name="aws-properties-medialive-channel-colorcorrectionsettings-description"></a>The `ColorCorrectionSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[GlobalColorCorrections](#cfn-medialive-channel-colorcorrectionsettings-globalcolorcorrections)" : [ ColorCorrection, ... ]
}
```

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

```
  [GlobalColorCorrections](#cfn-medialive-channel-colorcorrectionsettings-globalcolorcorrections): 
    - ColorCorrection
```

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

`GlobalColorCorrections`  <a name="cfn-medialive-channel-colorcorrectionsettings-globalcolorcorrections"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [ColorCorrection](aws-properties-medialive-channel-colorcorrection.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

<a name="aws-properties-medialive-channel-disabledlockingsettings-description"></a>The `DisabledLockingSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[CustomEpoch](#cfn-medialive-channel-disabledlockingsettings-customepoch)" : String
}
```

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

```
  [CustomEpoch](#cfn-medialive-channel-disabledlockingsettings-customepoch): String
```

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

`CustomEpoch`  <a name="cfn-medialive-channel-disabledlockingsettings-customepoch"></a>
Property description not available.  
*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)

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

The configuration of DVB NIT.

The parent of this entity is M2tsSettings.

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

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

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

```
{
  "[NetworkId](#cfn-medialive-channel-dvbnitsettings-networkid)" : Integer,
  "[NetworkName](#cfn-medialive-channel-dvbnitsettings-networkname)" : String,
  "[RepInterval](#cfn-medialive-channel-dvbnitsettings-repinterval)" : Integer
}
```

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

```
  [NetworkId](#cfn-medialive-channel-dvbnitsettings-networkid): Integer
  [NetworkName](#cfn-medialive-channel-dvbnitsettings-networkname): String
  [RepInterval](#cfn-medialive-channel-dvbnitsettings-repinterval): Integer
```

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

`NetworkId`  <a name="cfn-medialive-channel-dvbnitsettings-networkid"></a>
The numeric value placed in the Network Information Table (NIT).  
*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)

`NetworkName`  <a name="cfn-medialive-channel-dvbnitsettings-networkname"></a>
The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT). The maximum length is 256 characters.  
*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)

`RepInterval`  <a name="cfn-medialive-channel-dvbnitsettings-repinterval"></a>
The number of milliseconds between instances of this table in the output transport stream.  
*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)

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

A DVB Service Description Table (SDT).

The parent of this entity is M2tsSettings.

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

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

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

```
{
  "[OutputSdt](#cfn-medialive-channel-dvbsdtsettings-outputsdt)" : String,
  "[RepInterval](#cfn-medialive-channel-dvbsdtsettings-repinterval)" : Integer,
  "[ServiceName](#cfn-medialive-channel-dvbsdtsettings-servicename)" : String,
  "[ServiceProviderName](#cfn-medialive-channel-dvbsdtsettings-serviceprovidername)" : String
}
```

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

```
  [OutputSdt](#cfn-medialive-channel-dvbsdtsettings-outputsdt): String
  [RepInterval](#cfn-medialive-channel-dvbsdtsettings-repinterval): Integer
  [ServiceName](#cfn-medialive-channel-dvbsdtsettings-servicename): String
  [ServiceProviderName](#cfn-medialive-channel-dvbsdtsettings-serviceprovidername): String
```

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

`OutputSdt`  <a name="cfn-medialive-channel-dvbsdtsettings-outputsdt"></a>
Selects a method of inserting SDT information into an output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input. Otherwise, it falls back on the user-defined values. The sdtManual setting means that the user will enter the SDT information. The sdtNone setting means that the output stream will not contain SDT information.  
*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)

`RepInterval`  <a name="cfn-medialive-channel-dvbsdtsettings-repinterval"></a>
The number of milliseconds between instances of this table in the output transport stream.  
*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)

`ServiceName`  <a name="cfn-medialive-channel-dvbsdtsettings-servicename"></a>
The service name placed in the serviceDescriptor in the Service Description Table (SDT). The maximum length is 256 characters.  
*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)

`ServiceProviderName`  <a name="cfn-medialive-channel-dvbsdtsettings-serviceprovidername"></a>
The service provider name placed in the serviceDescriptor in the Service Description Table (SDT). The maximum length is 256 characters.  
*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)

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

The settings for DVB Sub captions in the output.

The parent of this entity is CaptionDestinationSettings.

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

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

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

```
{
  "[Alignment](#cfn-medialive-channel-dvbsubdestinationsettings-alignment)" : String,
  "[BackgroundColor](#cfn-medialive-channel-dvbsubdestinationsettings-backgroundcolor)" : String,
  "[BackgroundOpacity](#cfn-medialive-channel-dvbsubdestinationsettings-backgroundopacity)" : Integer,
  "[Font](#cfn-medialive-channel-dvbsubdestinationsettings-font)" : InputLocation,
  "[FontColor](#cfn-medialive-channel-dvbsubdestinationsettings-fontcolor)" : String,
  "[FontOpacity](#cfn-medialive-channel-dvbsubdestinationsettings-fontopacity)" : Integer,
  "[FontResolution](#cfn-medialive-channel-dvbsubdestinationsettings-fontresolution)" : Integer,
  "[FontSize](#cfn-medialive-channel-dvbsubdestinationsettings-fontsize)" : String,
  "[OutlineColor](#cfn-medialive-channel-dvbsubdestinationsettings-outlinecolor)" : String,
  "[OutlineSize](#cfn-medialive-channel-dvbsubdestinationsettings-outlinesize)" : Integer,
  "[ShadowColor](#cfn-medialive-channel-dvbsubdestinationsettings-shadowcolor)" : String,
  "[ShadowOpacity](#cfn-medialive-channel-dvbsubdestinationsettings-shadowopacity)" : Integer,
  "[ShadowXOffset](#cfn-medialive-channel-dvbsubdestinationsettings-shadowxoffset)" : Integer,
  "[ShadowYOffset](#cfn-medialive-channel-dvbsubdestinationsettings-shadowyoffset)" : Integer,
  "[SubtitleRows](#cfn-medialive-channel-dvbsubdestinationsettings-subtitlerows)" : String,
  "[TeletextGridControl](#cfn-medialive-channel-dvbsubdestinationsettings-teletextgridcontrol)" : String,
  "[XPosition](#cfn-medialive-channel-dvbsubdestinationsettings-xposition)" : Integer,
  "[YPosition](#cfn-medialive-channel-dvbsubdestinationsettings-yposition)" : Integer
}
```

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

```
  [Alignment](#cfn-medialive-channel-dvbsubdestinationsettings-alignment): String
  [BackgroundColor](#cfn-medialive-channel-dvbsubdestinationsettings-backgroundcolor): String
  [BackgroundOpacity](#cfn-medialive-channel-dvbsubdestinationsettings-backgroundopacity): Integer
  [Font](#cfn-medialive-channel-dvbsubdestinationsettings-font): 
    InputLocation
  [FontColor](#cfn-medialive-channel-dvbsubdestinationsettings-fontcolor): String
  [FontOpacity](#cfn-medialive-channel-dvbsubdestinationsettings-fontopacity): Integer
  [FontResolution](#cfn-medialive-channel-dvbsubdestinationsettings-fontresolution): Integer
  [FontSize](#cfn-medialive-channel-dvbsubdestinationsettings-fontsize): String
  [OutlineColor](#cfn-medialive-channel-dvbsubdestinationsettings-outlinecolor): String
  [OutlineSize](#cfn-medialive-channel-dvbsubdestinationsettings-outlinesize): Integer
  [ShadowColor](#cfn-medialive-channel-dvbsubdestinationsettings-shadowcolor): String
  [ShadowOpacity](#cfn-medialive-channel-dvbsubdestinationsettings-shadowopacity): Integer
  [ShadowXOffset](#cfn-medialive-channel-dvbsubdestinationsettings-shadowxoffset): Integer
  [ShadowYOffset](#cfn-medialive-channel-dvbsubdestinationsettings-shadowyoffset): Integer
  [SubtitleRows](#cfn-medialive-channel-dvbsubdestinationsettings-subtitlerows): String
  [TeletextGridControl](#cfn-medialive-channel-dvbsubdestinationsettings-teletextgridcontrol): String
  [XPosition](#cfn-medialive-channel-dvbsubdestinationsettings-xposition): Integer
  [YPosition](#cfn-medialive-channel-dvbsubdestinationsettings-yposition): Integer
```

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

`Alignment`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-alignment"></a>
If no explicit xPosition or yPosition is provided, setting the alignment to centered places the captions at the bottom center of the output. Similarly, setting a left alignment aligns captions to the bottom left of the output. If x and y positions are specified in conjunction with the alignment parameter, the font is justified (either left or centered) relative to those coordinates. Selecting "smart" justification left-justifies live subtitles and center-justifies pre-recorded subtitles. This option is not valid for source captions that are STL or 608/embedded. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.  
*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)

`BackgroundColor`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-backgroundcolor"></a>
Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.  
*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)

`BackgroundOpacity`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-backgroundopacity"></a>
Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.  
*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)

`Font`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-font"></a>
The external font file that is used for captions burn-in. The file extension must be .ttf or .tte. Although you can select output fonts for many different types of input captions, embedded, STL, and Teletext sources use a strict grid system. Using external fonts with these captions sources could cause an unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match.  
*Required*: No  
*Type*: [InputLocation](aws-properties-medialive-channel-inputlocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FontColor`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-fontcolor"></a>
Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.  
*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)

`FontOpacity`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-fontopacity"></a>
Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.  
*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)

`FontResolution`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-fontresolution"></a>
The font resolution in DPI (dots per inch). The default is 96 dpi. All burn-in and DVB-Sub font settings must match.  
*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)

`FontSize`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-fontsize"></a>
When set to auto, fontSize scales depending on the size of the output. Providing a positive integer specifies the exact font size in points. All burn-in and DVB-Sub font settings must match.  
*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)

`OutlineColor`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-outlinecolor"></a>
Specifies the font outline color. This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.  
*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)

`OutlineSize`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-outlinesize"></a>
Specifies the font outline size in pixels. This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.  
*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)

`ShadowColor`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-shadowcolor"></a>
Specifies the color of the shadow that is cast by the captions. All burn-in and DVB-Sub font settings must match.  
*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)

`ShadowOpacity`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-shadowopacity"></a>
Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.  
*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)

`ShadowXOffset`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-shadowxoffset"></a>
Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.  
*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)

`ShadowYOffset`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-shadowyoffset"></a>
Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.  
*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)

`SubtitleRows`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-subtitlerows"></a>
Property description not available.  
*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)

`TeletextGridControl`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-teletextgridcontrol"></a>
Controls whether a fixed grid size is used to generate the output subtitles bitmap. This applies to only Teletext inputs and DVB-Sub/Burn-in outputs.  
*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)

`XPosition`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-xposition"></a>
Specifies the horizontal position of the captions relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal captions position is determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.  
*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)

`YPosition`  <a name="cfn-medialive-channel-dvbsubdestinationsettings-yposition"></a>
Specifies the vertical position of the captions relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the captions are positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.  
*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)

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

Information about the DVB Sub captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

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

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

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

```
{
  "[OcrLanguage](#cfn-medialive-channel-dvbsubsourcesettings-ocrlanguage)" : String,
  "[Pid](#cfn-medialive-channel-dvbsubsourcesettings-pid)" : Integer
}
```

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

```
  [OcrLanguage](#cfn-medialive-channel-dvbsubsourcesettings-ocrlanguage): String
  [Pid](#cfn-medialive-channel-dvbsubsourcesettings-pid): Integer
```

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

`OcrLanguage`  <a name="cfn-medialive-channel-dvbsubsourcesettings-ocrlanguage"></a>
If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.  
*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)

`Pid`  <a name="cfn-medialive-channel-dvbsubsourcesettings-pid"></a>
When using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content. It is unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.  
*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)

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

The DVB Time and Date Table (TDT).

The parent of this entity is M2tsSettings.

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

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

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

```
{
  "[RepInterval](#cfn-medialive-channel-dvbtdtsettings-repinterval)" : Integer
}
```

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

```
  [RepInterval](#cfn-medialive-channel-dvbtdtsettings-repinterval): Integer
```

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

`RepInterval`  <a name="cfn-medialive-channel-dvbtdtsettings-repinterval"></a>
The number of milliseconds between instances of this table in the output transport stream.  
*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)

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

<a name="aws-properties-medialive-channel-eac3atmossettings-description"></a>The `Eac3AtmosSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[Bitrate](#cfn-medialive-channel-eac3atmossettings-bitrate)" : Number,
  "[CodingMode](#cfn-medialive-channel-eac3atmossettings-codingmode)" : String,
  "[Dialnorm](#cfn-medialive-channel-eac3atmossettings-dialnorm)" : Integer,
  "[DrcLine](#cfn-medialive-channel-eac3atmossettings-drcline)" : String,
  "[DrcRf](#cfn-medialive-channel-eac3atmossettings-drcrf)" : String,
  "[HeightTrim](#cfn-medialive-channel-eac3atmossettings-heighttrim)" : Number,
  "[SurroundTrim](#cfn-medialive-channel-eac3atmossettings-surroundtrim)" : Number
}
```

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

```
  [Bitrate](#cfn-medialive-channel-eac3atmossettings-bitrate): Number
  [CodingMode](#cfn-medialive-channel-eac3atmossettings-codingmode): String
  [Dialnorm](#cfn-medialive-channel-eac3atmossettings-dialnorm): Integer
  [DrcLine](#cfn-medialive-channel-eac3atmossettings-drcline): String
  [DrcRf](#cfn-medialive-channel-eac3atmossettings-drcrf): String
  [HeightTrim](#cfn-medialive-channel-eac3atmossettings-heighttrim): Number
  [SurroundTrim](#cfn-medialive-channel-eac3atmossettings-surroundtrim): Number
```

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

`Bitrate`  <a name="cfn-medialive-channel-eac3atmossettings-bitrate"></a>
Property description not available.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CodingMode`  <a name="cfn-medialive-channel-eac3atmossettings-codingmode"></a>
Property description not available.  
*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)

`Dialnorm`  <a name="cfn-medialive-channel-eac3atmossettings-dialnorm"></a>
Property description not available.  
*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)

`DrcLine`  <a name="cfn-medialive-channel-eac3atmossettings-drcline"></a>
Property description not available.  
*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)

`DrcRf`  <a name="cfn-medialive-channel-eac3atmossettings-drcrf"></a>
Property description not available.  
*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)

`HeightTrim`  <a name="cfn-medialive-channel-eac3atmossettings-heighttrim"></a>
Property description not available.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SurroundTrim`  <a name="cfn-medialive-channel-eac3atmossettings-surroundtrim"></a>
Property description not available.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The settings for an EAC3 audio encode in the output.

The parent of this entity is AudioCodecSettings.

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

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

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

```
{
  "[AttenuationControl](#cfn-medialive-channel-eac3settings-attenuationcontrol)" : String,
  "[Bitrate](#cfn-medialive-channel-eac3settings-bitrate)" : Number,
  "[BitstreamMode](#cfn-medialive-channel-eac3settings-bitstreammode)" : String,
  "[CodingMode](#cfn-medialive-channel-eac3settings-codingmode)" : String,
  "[DcFilter](#cfn-medialive-channel-eac3settings-dcfilter)" : String,
  "[Dialnorm](#cfn-medialive-channel-eac3settings-dialnorm)" : Integer,
  "[DrcLine](#cfn-medialive-channel-eac3settings-drcline)" : String,
  "[DrcRf](#cfn-medialive-channel-eac3settings-drcrf)" : String,
  "[LfeControl](#cfn-medialive-channel-eac3settings-lfecontrol)" : String,
  "[LfeFilter](#cfn-medialive-channel-eac3settings-lfefilter)" : String,
  "[LoRoCenterMixLevel](#cfn-medialive-channel-eac3settings-lorocentermixlevel)" : Number,
  "[LoRoSurroundMixLevel](#cfn-medialive-channel-eac3settings-lorosurroundmixlevel)" : Number,
  "[LtRtCenterMixLevel](#cfn-medialive-channel-eac3settings-ltrtcentermixlevel)" : Number,
  "[LtRtSurroundMixLevel](#cfn-medialive-channel-eac3settings-ltrtsurroundmixlevel)" : Number,
  "[MetadataControl](#cfn-medialive-channel-eac3settings-metadatacontrol)" : String,
  "[PassthroughControl](#cfn-medialive-channel-eac3settings-passthroughcontrol)" : String,
  "[PhaseControl](#cfn-medialive-channel-eac3settings-phasecontrol)" : String,
  "[StereoDownmix](#cfn-medialive-channel-eac3settings-stereodownmix)" : String,
  "[SurroundExMode](#cfn-medialive-channel-eac3settings-surroundexmode)" : String,
  "[SurroundMode](#cfn-medialive-channel-eac3settings-surroundmode)" : String
}
```

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

```
  [AttenuationControl](#cfn-medialive-channel-eac3settings-attenuationcontrol): String
  [Bitrate](#cfn-medialive-channel-eac3settings-bitrate): Number
  [BitstreamMode](#cfn-medialive-channel-eac3settings-bitstreammode): String
  [CodingMode](#cfn-medialive-channel-eac3settings-codingmode): String
  [DcFilter](#cfn-medialive-channel-eac3settings-dcfilter): String
  [Dialnorm](#cfn-medialive-channel-eac3settings-dialnorm): Integer
  [DrcLine](#cfn-medialive-channel-eac3settings-drcline): String
  [DrcRf](#cfn-medialive-channel-eac3settings-drcrf): String
  [LfeControl](#cfn-medialive-channel-eac3settings-lfecontrol): String
  [LfeFilter](#cfn-medialive-channel-eac3settings-lfefilter): String
  [LoRoCenterMixLevel](#cfn-medialive-channel-eac3settings-lorocentermixlevel): Number
  [LoRoSurroundMixLevel](#cfn-medialive-channel-eac3settings-lorosurroundmixlevel): Number
  [LtRtCenterMixLevel](#cfn-medialive-channel-eac3settings-ltrtcentermixlevel): Number
  [LtRtSurroundMixLevel](#cfn-medialive-channel-eac3settings-ltrtsurroundmixlevel): Number
  [MetadataControl](#cfn-medialive-channel-eac3settings-metadatacontrol): String
  [PassthroughControl](#cfn-medialive-channel-eac3settings-passthroughcontrol): String
  [PhaseControl](#cfn-medialive-channel-eac3settings-phasecontrol): String
  [StereoDownmix](#cfn-medialive-channel-eac3settings-stereodownmix): String
  [SurroundExMode](#cfn-medialive-channel-eac3settings-surroundexmode): String
  [SurroundMode](#cfn-medialive-channel-eac3settings-surroundmode): String
```

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

`AttenuationControl`  <a name="cfn-medialive-channel-eac3settings-attenuationcontrol"></a>
When set to attenuate3Db, applies a 3 dB attenuation to the surround channels. Used only for the 3/2 coding mode.  
*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)

`Bitrate`  <a name="cfn-medialive-channel-eac3settings-bitrate"></a>
The average bitrate in bits/second. Valid bitrates depend on the coding mode.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BitstreamMode`  <a name="cfn-medialive-channel-eac3settings-bitstreammode"></a>
Specifies the bitstream mode (bsmod) for the emitted E-AC-3 stream. For more information, see ATSC A/52-2012 (Annex E).  
*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)

`CodingMode`  <a name="cfn-medialive-channel-eac3settings-codingmode"></a>
The Dolby Digital Plus coding mode. This mode determines the number of channels.  
*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)

`DcFilter`  <a name="cfn-medialive-channel-eac3settings-dcfilter"></a>
When set to enabled, activates a DC highpass filter for all input channels.  
*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)

`Dialnorm`  <a name="cfn-medialive-channel-eac3settings-dialnorm"></a>
Sets the dialnorm for the output. If blank and the input audio is Dolby Digital Plus, dialnorm will be passed through.  
*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)

`DrcLine`  <a name="cfn-medialive-channel-eac3settings-drcline"></a>
Sets the Dolby dynamic range compression profile.  
*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)

`DrcRf`  <a name="cfn-medialive-channel-eac3settings-drcrf"></a>
Sets the profile for heavy Dolby dynamic range compression, ensuring that the instantaneous signal peaks do not exceed specified levels.  
*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)

`LfeControl`  <a name="cfn-medialive-channel-eac3settings-lfecontrol"></a>
When encoding 3/2 audio, setting to lfe enables the LFE channel.  
*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)

`LfeFilter`  <a name="cfn-medialive-channel-eac3settings-lfefilter"></a>
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Valid only with a codingMode32 coding mode.  
*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)

`LoRoCenterMixLevel`  <a name="cfn-medialive-channel-eac3settings-lorocentermixlevel"></a>
The Left only/Right only center mix level. Used only for the 3/2 coding mode.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LoRoSurroundMixLevel`  <a name="cfn-medialive-channel-eac3settings-lorosurroundmixlevel"></a>
The Left only/Right only surround mix level. Used only for a 3/2 coding mode.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LtRtCenterMixLevel`  <a name="cfn-medialive-channel-eac3settings-ltrtcentermixlevel"></a>
The Left total/Right total center mix level. Used only for a 3/2 coding mode.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LtRtSurroundMixLevel`  <a name="cfn-medialive-channel-eac3settings-ltrtsurroundmixlevel"></a>
The Left total/Right total surround mix level. Used only for the 3/2 coding mode.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MetadataControl`  <a name="cfn-medialive-channel-eac3settings-metadatacontrol"></a>
When set to followInput, encoder metadata is sourced from the DD, DD\$1, or DolbyE decoder that supplies this audio data. If the audio is not supplied from one of these streams, then the static metadata settings are used.  
*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)

`PassthroughControl`  <a name="cfn-medialive-channel-eac3settings-passthroughcontrol"></a>
When set to whenPossible, input DD\$1 audio will be passed through if it is present on the input. This detection is dynamic over the life of the transcode. Inputs that alternate between DD\$1 and non-DD\$1 content will have a consistent DD\$1 output as the system alternates between passthrough and encoding.  
*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)

`PhaseControl`  <a name="cfn-medialive-channel-eac3settings-phasecontrol"></a>
When set to shift90Degrees, applies a 90-degree phase shift to the surround channels. Used only for a 3/2 coding mode.  
*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)

`StereoDownmix`  <a name="cfn-medialive-channel-eac3settings-stereodownmix"></a>
A stereo downmix preference. Used only for the 3/2 coding mode.  
*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)

`SurroundExMode`  <a name="cfn-medialive-channel-eac3settings-surroundexmode"></a>
When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.  
*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)

`SurroundMode`  <a name="cfn-medialive-channel-eac3settings-surroundmode"></a>
When encoding 2/0 audio, sets whether Dolby Surround is matrix-encoded into the two channels.  
*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)

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

Settings for EBU-TT captions in the output.

The parent of this entity is CaptionDestinationSettings.

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

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

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

```
{
  "[CopyrightHolder](#cfn-medialive-channel-ebuttddestinationsettings-copyrightholder)" : String,
  "[DefaultFontSize](#cfn-medialive-channel-ebuttddestinationsettings-defaultfontsize)" : Integer,
  "[DefaultLineHeight](#cfn-medialive-channel-ebuttddestinationsettings-defaultlineheight)" : Integer,
  "[FillLineGap](#cfn-medialive-channel-ebuttddestinationsettings-filllinegap)" : String,
  "[FontFamily](#cfn-medialive-channel-ebuttddestinationsettings-fontfamily)" : String,
  "[StyleControl](#cfn-medialive-channel-ebuttddestinationsettings-stylecontrol)" : String
}
```

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

```
  [CopyrightHolder](#cfn-medialive-channel-ebuttddestinationsettings-copyrightholder): String
  [DefaultFontSize](#cfn-medialive-channel-ebuttddestinationsettings-defaultfontsize): Integer
  [DefaultLineHeight](#cfn-medialive-channel-ebuttddestinationsettings-defaultlineheight): Integer
  [FillLineGap](#cfn-medialive-channel-ebuttddestinationsettings-filllinegap): String
  [FontFamily](#cfn-medialive-channel-ebuttddestinationsettings-fontfamily): String
  [StyleControl](#cfn-medialive-channel-ebuttddestinationsettings-stylecontrol): String
```

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

`CopyrightHolder`  <a name="cfn-medialive-channel-ebuttddestinationsettings-copyrightholder"></a>
Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. Complete this field if you want to include the name of the copyright holder in the copyright metadata tag in the TTML  
*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)

`DefaultFontSize`  <a name="cfn-medialive-channel-ebuttddestinationsettings-defaultfontsize"></a>
Property description not available.  
*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)

`DefaultLineHeight`  <a name="cfn-medialive-channel-ebuttddestinationsettings-defaultlineheight"></a>
Property description not available.  
*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)

`FillLineGap`  <a name="cfn-medialive-channel-ebuttddestinationsettings-filllinegap"></a>
Specifies how to handle the gap between the lines (in multi-line captions). - enabled: Fill with the captions background color (as specified in the input captions). - disabled: Leave the gap unfilled.  
*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)

`FontFamily`  <a name="cfn-medialive-channel-ebuttddestinationsettings-fontfamily"></a>
Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to "monospaced". (If styleControl is set to exclude, the font family is always set to "monospaced".) You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size. - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font). - Leave blank to set the family to “monospace”.  
*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)

`StyleControl`  <a name="cfn-medialive-channel-ebuttddestinationsettings-stylecontrol"></a>
Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions. - include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext. - exclude: In the font data attached to the EBU-TT captions, set the font family to "monospaced". Do not include any other style information.  
*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)

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

Information about the embedded captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

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

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

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

```
{
  "[Convert608To708](#cfn-medialive-channel-embeddedsourcesettings-convert608to708)" : String,
  "[Scte20Detection](#cfn-medialive-channel-embeddedsourcesettings-scte20detection)" : String,
  "[Source608ChannelNumber](#cfn-medialive-channel-embeddedsourcesettings-source608channelnumber)" : Integer,
  "[Source608TrackNumber](#cfn-medialive-channel-embeddedsourcesettings-source608tracknumber)" : Integer
}
```

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

```
  [Convert608To708](#cfn-medialive-channel-embeddedsourcesettings-convert608to708): String
  [Scte20Detection](#cfn-medialive-channel-embeddedsourcesettings-scte20detection): String
  [Source608ChannelNumber](#cfn-medialive-channel-embeddedsourcesettings-source608channelnumber): Integer
  [Source608TrackNumber](#cfn-medialive-channel-embeddedsourcesettings-source608tracknumber): Integer
```

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

`Convert608To708`  <a name="cfn-medialive-channel-embeddedsourcesettings-convert608to708"></a>
If this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. If 708 data is present in the source content, it is discarded.  
*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)

`Scte20Detection`  <a name="cfn-medialive-channel-embeddedsourcesettings-scte20detection"></a>
Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.  
*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)

`Source608ChannelNumber`  <a name="cfn-medialive-channel-embeddedsourcesettings-source608channelnumber"></a>
Specifies the 608/708 channel number within the video track from which to extract captions. This is unused for passthrough.  
*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)

`Source608TrackNumber`  <a name="cfn-medialive-channel-embeddedsourcesettings-source608tracknumber"></a>
This field is unused and deprecated.  
*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)

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

The settings for the encoding of outputs.

This entity is at the top level in the channel.

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

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

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

```
{
  "[AudioDescriptions](#cfn-medialive-channel-encodersettings-audiodescriptions)" : [ AudioDescription, ... ],
  "[AvailBlanking](#cfn-medialive-channel-encodersettings-availblanking)" : AvailBlanking,
  "[AvailConfiguration](#cfn-medialive-channel-encodersettings-availconfiguration)" : AvailConfiguration,
  "[BlackoutSlate](#cfn-medialive-channel-encodersettings-blackoutslate)" : BlackoutSlate,
  "[CaptionDescriptions](#cfn-medialive-channel-encodersettings-captiondescriptions)" : [ CaptionDescription, ... ],
  "[ColorCorrectionSettings](#cfn-medialive-channel-encodersettings-colorcorrectionsettings)" : ColorCorrectionSettings,
  "[FeatureActivations](#cfn-medialive-channel-encodersettings-featureactivations)" : FeatureActivations,
  "[GlobalConfiguration](#cfn-medialive-channel-encodersettings-globalconfiguration)" : GlobalConfiguration,
  "[MotionGraphicsConfiguration](#cfn-medialive-channel-encodersettings-motiongraphicsconfiguration)" : MotionGraphicsConfiguration,
  "[NielsenConfiguration](#cfn-medialive-channel-encodersettings-nielsenconfiguration)" : NielsenConfiguration,
  "[OutputGroups](#cfn-medialive-channel-encodersettings-outputgroups)" : [ OutputGroup, ... ],
  "[ThumbnailConfiguration](#cfn-medialive-channel-encodersettings-thumbnailconfiguration)" : ThumbnailConfiguration,
  "[TimecodeConfig](#cfn-medialive-channel-encodersettings-timecodeconfig)" : TimecodeConfig,
  "[VideoDescriptions](#cfn-medialive-channel-encodersettings-videodescriptions)" : [ VideoDescription, ... ]
}
```

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

```
  [AudioDescriptions](#cfn-medialive-channel-encodersettings-audiodescriptions): 
    - AudioDescription
  [AvailBlanking](#cfn-medialive-channel-encodersettings-availblanking): 
    AvailBlanking
  [AvailConfiguration](#cfn-medialive-channel-encodersettings-availconfiguration): 
    AvailConfiguration
  [BlackoutSlate](#cfn-medialive-channel-encodersettings-blackoutslate): 
    BlackoutSlate
  [CaptionDescriptions](#cfn-medialive-channel-encodersettings-captiondescriptions): 
    - CaptionDescription
  [ColorCorrectionSettings](#cfn-medialive-channel-encodersettings-colorcorrectionsettings): 
    ColorCorrectionSettings
  [FeatureActivations](#cfn-medialive-channel-encodersettings-featureactivations): 
    FeatureActivations
  [GlobalConfiguration](#cfn-medialive-channel-encodersettings-globalconfiguration): 
    GlobalConfiguration
  [MotionGraphicsConfiguration](#cfn-medialive-channel-encodersettings-motiongraphicsconfiguration): 
    MotionGraphicsConfiguration
  [NielsenConfiguration](#cfn-medialive-channel-encodersettings-nielsenconfiguration): 
    NielsenConfiguration
  [OutputGroups](#cfn-medialive-channel-encodersettings-outputgroups): 
    - OutputGroup
  [ThumbnailConfiguration](#cfn-medialive-channel-encodersettings-thumbnailconfiguration): 
    ThumbnailConfiguration
  [TimecodeConfig](#cfn-medialive-channel-encodersettings-timecodeconfig): 
    TimecodeConfig
  [VideoDescriptions](#cfn-medialive-channel-encodersettings-videodescriptions): 
    - VideoDescription
```

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

`AudioDescriptions`  <a name="cfn-medialive-channel-encodersettings-audiodescriptions"></a>
The encoding information for output audio.  
*Required*: No  
*Type*: Array of [AudioDescription](aws-properties-medialive-channel-audiodescription.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AvailBlanking`  <a name="cfn-medialive-channel-encodersettings-availblanking"></a>
The settings for ad avail blanking.  
*Required*: No  
*Type*: [AvailBlanking](aws-properties-medialive-channel-availblanking.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AvailConfiguration`  <a name="cfn-medialive-channel-encodersettings-availconfiguration"></a>
The configuration settings for the ad avail handling.  
*Required*: No  
*Type*: [AvailConfiguration](aws-properties-medialive-channel-availconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BlackoutSlate`  <a name="cfn-medialive-channel-encodersettings-blackoutslate"></a>
The settings for the blackout slate.  
*Required*: No  
*Type*: [BlackoutSlate](aws-properties-medialive-channel-blackoutslate.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CaptionDescriptions`  <a name="cfn-medialive-channel-encodersettings-captiondescriptions"></a>
The encoding information for output captions.  
*Required*: No  
*Type*: Array of [CaptionDescription](aws-properties-medialive-channel-captiondescription.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorCorrectionSettings`  <a name="cfn-medialive-channel-encodersettings-colorcorrectionsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [ColorCorrectionSettings](aws-properties-medialive-channel-colorcorrectionsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FeatureActivations`  <a name="cfn-medialive-channel-encodersettings-featureactivations"></a>
Settings to enable specific features.   
*Required*: No  
*Type*: [FeatureActivations](aws-properties-medialive-channel-featureactivations.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GlobalConfiguration`  <a name="cfn-medialive-channel-encodersettings-globalconfiguration"></a>
The configuration settings that apply to the entire channel.  
*Required*: No  
*Type*: [GlobalConfiguration](aws-properties-medialive-channel-globalconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MotionGraphicsConfiguration`  <a name="cfn-medialive-channel-encodersettings-motiongraphicsconfiguration"></a>
Settings to enable and configure the motion graphics overlay feature in the channel.  
*Required*: No  
*Type*: [MotionGraphicsConfiguration](aws-properties-medialive-channel-motiongraphicsconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NielsenConfiguration`  <a name="cfn-medialive-channel-encodersettings-nielsenconfiguration"></a>
The settings to configure Nielsen watermarks.  
*Required*: No  
*Type*: [NielsenConfiguration](aws-properties-medialive-channel-nielsenconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`OutputGroups`  <a name="cfn-medialive-channel-encodersettings-outputgroups"></a>
The settings for the output groups in the channel.  
*Required*: No  
*Type*: Array of [OutputGroup](aws-properties-medialive-channel-outputgroup.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ThumbnailConfiguration`  <a name="cfn-medialive-channel-encodersettings-thumbnailconfiguration"></a>
Property description not available.  
*Required*: No  
*Type*: [ThumbnailConfiguration](aws-properties-medialive-channel-thumbnailconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimecodeConfig`  <a name="cfn-medialive-channel-encodersettings-timecodeconfig"></a>
Contains settings used to acquire and adjust timecode information from the inputs.  
*Required*: No  
*Type*: [TimecodeConfig](aws-properties-medialive-channel-timecodeconfig.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VideoDescriptions`  <a name="cfn-medialive-channel-encodersettings-videodescriptions"></a>
The encoding information for output videos.  
*Required*: No  
*Type*: Array of [VideoDescription](aws-properties-medialive-channel-videodescription.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

<a name="aws-properties-medialive-channel-epochlockingsettings-description"></a>The `EpochLockingSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[CustomEpoch](#cfn-medialive-channel-epochlockingsettings-customepoch)" : String,
  "[JamSyncTime](#cfn-medialive-channel-epochlockingsettings-jamsynctime)" : String
}
```

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

```
  [CustomEpoch](#cfn-medialive-channel-epochlockingsettings-customepoch): String
  [JamSyncTime](#cfn-medialive-channel-epochlockingsettings-jamsynctime): String
```

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

`CustomEpoch`  <a name="cfn-medialive-channel-epochlockingsettings-customepoch"></a>
Property description not available.  
*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)

`JamSyncTime`  <a name="cfn-medialive-channel-epochlockingsettings-jamsynctime"></a>
Property description not available.  
*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)

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

<a name="aws-properties-medialive-channel-esam-description"></a>The `Esam` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[AcquisitionPointId](#cfn-medialive-channel-esam-acquisitionpointid)" : String,
  "[AdAvailOffset](#cfn-medialive-channel-esam-adavailoffset)" : Integer,
  "[PasswordParam](#cfn-medialive-channel-esam-passwordparam)" : String,
  "[PoisEndpoint](#cfn-medialive-channel-esam-poisendpoint)" : String,
  "[Username](#cfn-medialive-channel-esam-username)" : String,
  "[ZoneIdentity](#cfn-medialive-channel-esam-zoneidentity)" : String
}
```

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

```
  [AcquisitionPointId](#cfn-medialive-channel-esam-acquisitionpointid): String
  [AdAvailOffset](#cfn-medialive-channel-esam-adavailoffset): Integer
  [PasswordParam](#cfn-medialive-channel-esam-passwordparam): String
  [PoisEndpoint](#cfn-medialive-channel-esam-poisendpoint): String
  [Username](#cfn-medialive-channel-esam-username): String
  [ZoneIdentity](#cfn-medialive-channel-esam-zoneidentity): String
```

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

`AcquisitionPointId`  <a name="cfn-medialive-channel-esam-acquisitionpointid"></a>
Property description not available.  
*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)

`AdAvailOffset`  <a name="cfn-medialive-channel-esam-adavailoffset"></a>
Property description not available.  
*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)

`PasswordParam`  <a name="cfn-medialive-channel-esam-passwordparam"></a>
Property description not available.  
*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)

`PoisEndpoint`  <a name="cfn-medialive-channel-esam-poisendpoint"></a>
Property description not available.  
*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)

`Username`  <a name="cfn-medialive-channel-esam-username"></a>
Property description not available.  
*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)

`ZoneIdentity`  <a name="cfn-medialive-channel-esam-zoneidentity"></a>
Property description not available.  
*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)

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

Failover Condition settings. There can be multiple failover conditions inside AutomaticInputFailoverSettings.

The parent of this entity is AutomaticInputFailoverSettings.

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

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

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

```
{
  "[FailoverConditionSettings](#cfn-medialive-channel-failovercondition-failoverconditionsettings)" : FailoverConditionSettings
}
```

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

```
  [FailoverConditionSettings](#cfn-medialive-channel-failovercondition-failoverconditionsettings): 
    FailoverConditionSettings
```

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

`FailoverConditionSettings`  <a name="cfn-medialive-channel-failovercondition-failoverconditionsettings"></a>
Settings for a specific failover condition.  
*Required*: No  
*Type*: [FailoverConditionSettings](aws-properties-medialive-channel-failoverconditionsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Settings for one failover condition.

The parent of this entity is FailoverCondition.

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

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

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

```
{
  "[AudioSilenceSettings](#cfn-medialive-channel-failoverconditionsettings-audiosilencesettings)" : AudioSilenceFailoverSettings,
  "[InputLossSettings](#cfn-medialive-channel-failoverconditionsettings-inputlosssettings)" : InputLossFailoverSettings,
  "[VideoBlackSettings](#cfn-medialive-channel-failoverconditionsettings-videoblacksettings)" : VideoBlackFailoverSettings
}
```

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

```
  [AudioSilenceSettings](#cfn-medialive-channel-failoverconditionsettings-audiosilencesettings): 
    AudioSilenceFailoverSettings
  [InputLossSettings](#cfn-medialive-channel-failoverconditionsettings-inputlosssettings): 
    InputLossFailoverSettings
  [VideoBlackSettings](#cfn-medialive-channel-failoverconditionsettings-videoblacksettings): 
    VideoBlackFailoverSettings
```

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

`AudioSilenceSettings`  <a name="cfn-medialive-channel-failoverconditionsettings-audiosilencesettings"></a>
MediaLive will perform a failover if the specified audio selector is silent for the specified period.  
*Required*: No  
*Type*: [AudioSilenceFailoverSettings](aws-properties-medialive-channel-audiosilencefailoversettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InputLossSettings`  <a name="cfn-medialive-channel-failoverconditionsettings-inputlosssettings"></a>
MediaLive will perform a failover if content is not detected in this input for the specified period.  
*Required*: No  
*Type*: [InputLossFailoverSettings](aws-properties-medialive-channel-inputlossfailoversettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VideoBlackSettings`  <a name="cfn-medialive-channel-failoverconditionsettings-videoblacksettings"></a>
MediaLive will perform a failover if content is considered black for the specified period.  
*Required*: No  
*Type*: [VideoBlackFailoverSettings](aws-properties-medialive-channel-videoblackfailoversettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Settings to enable specific features. You can't configure these features until you have enabled them in the channel.

The parent of this entity is EncoderSettings.

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

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

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

```
{
  "[InputPrepareScheduleActions](#cfn-medialive-channel-featureactivations-inputpreparescheduleactions)" : String,
  "[OutputStaticImageOverlayScheduleActions](#cfn-medialive-channel-featureactivations-outputstaticimageoverlayscheduleactions)" : String
}
```

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

```
  [InputPrepareScheduleActions](#cfn-medialive-channel-featureactivations-inputpreparescheduleactions): String
  [OutputStaticImageOverlayScheduleActions](#cfn-medialive-channel-featureactivations-outputstaticimageoverlayscheduleactions): String
```

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

`InputPrepareScheduleActions`  <a name="cfn-medialive-channel-featureactivations-inputpreparescheduleactions"></a>
Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.  
*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)

`OutputStaticImageOverlayScheduleActions`  <a name="cfn-medialive-channel-featureactivations-outputstaticimageoverlayscheduleactions"></a>
Property description not available.  
*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)

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

The settings for FEC.

The parent of this entity is UdpOutputSettings.

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

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

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

```
{
  "[ColumnDepth](#cfn-medialive-channel-fecoutputsettings-columndepth)" : Integer,
  "[IncludeFec](#cfn-medialive-channel-fecoutputsettings-includefec)" : String,
  "[RowLength](#cfn-medialive-channel-fecoutputsettings-rowlength)" : Integer
}
```

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

```
  [ColumnDepth](#cfn-medialive-channel-fecoutputsettings-columndepth): Integer
  [IncludeFec](#cfn-medialive-channel-fecoutputsettings-includefec): String
  [RowLength](#cfn-medialive-channel-fecoutputsettings-rowlength): Integer
```

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

`ColumnDepth`  <a name="cfn-medialive-channel-fecoutputsettings-columndepth"></a>
The parameter D from SMPTE 2022-1. The height of the FEC protection matrix. The number of transport stream packets per column error correction packet. The number must be between 4 and 20, inclusive.  
*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)

`IncludeFec`  <a name="cfn-medialive-channel-fecoutputsettings-includefec"></a>
Enables column only or column and row-based FEC.  
*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)

`RowLength`  <a name="cfn-medialive-channel-fecoutputsettings-rowlength"></a>
The parameter L from SMPTE 2022-1. The width of the FEC protection matrix. Must be between 1 and 20, inclusive. If only Column FEC is used, then larger values increase robustness. If Row FEC is used, then this is the number of transport stream packets per row error correction packet, and the value must be between 4 and 20, inclusive, if includeFec is columnAndRow. If includeFec is column, this value must be 1 to 20, inclusive.  
*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)

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

Settings for the fMP4 containers.

The parent of this entity is HlsSettings.

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

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

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

```
{
  "[AudioRenditionSets](#cfn-medialive-channel-fmp4hlssettings-audiorenditionsets)" : String,
  "[NielsenId3Behavior](#cfn-medialive-channel-fmp4hlssettings-nielsenid3behavior)" : String,
  "[TimedMetadataBehavior](#cfn-medialive-channel-fmp4hlssettings-timedmetadatabehavior)" : String
}
```

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

```
  [AudioRenditionSets](#cfn-medialive-channel-fmp4hlssettings-audiorenditionsets): String
  [NielsenId3Behavior](#cfn-medialive-channel-fmp4hlssettings-nielsenid3behavior): String
  [TimedMetadataBehavior](#cfn-medialive-channel-fmp4hlssettings-timedmetadatabehavior): String
```

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

`AudioRenditionSets`  <a name="cfn-medialive-channel-fmp4hlssettings-audiorenditionsets"></a>
List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.  
*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)

`NielsenId3Behavior`  <a name="cfn-medialive-channel-fmp4hlssettings-nielsenid3behavior"></a>
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.  
*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)

`TimedMetadataBehavior`  <a name="cfn-medialive-channel-fmp4hlssettings-timedmetadatabehavior"></a>
When set to passthrough, timed metadata is passed through from input to output.  
*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)

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

<a name="aws-properties-medialive-channel-followerchannelsettings-description"></a>The `FollowerChannelSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[LinkedChannelType](#cfn-medialive-channel-followerchannelsettings-linkedchanneltype)" : String,
  "[PrimaryChannelArn](#cfn-medialive-channel-followerchannelsettings-primarychannelarn)" : String
}
```

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

```
  [LinkedChannelType](#cfn-medialive-channel-followerchannelsettings-linkedchanneltype): String
  [PrimaryChannelArn](#cfn-medialive-channel-followerchannelsettings-primarychannelarn): String
```

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

`LinkedChannelType`  <a name="cfn-medialive-channel-followerchannelsettings-linkedchanneltype"></a>
Property description not available.  
*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)

`PrimaryChannelArn`  <a name="cfn-medialive-channel-followerchannelsettings-primarychannelarn"></a>
Property description not available.  
*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)

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

Settings to configure the destination of a Frame Capture output.

The parent of this entity is FrameCaptureGroupSettings.

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

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

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

```
{
  "[FrameCaptureS3Settings](#cfn-medialive-channel-framecapturecdnsettings-framecaptures3settings)" : FrameCaptureS3Settings
}
```

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

```
  [FrameCaptureS3Settings](#cfn-medialive-channel-framecapturecdnsettings-framecaptures3settings): 
    FrameCaptureS3Settings
```

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

`FrameCaptureS3Settings`  <a name="cfn-medialive-channel-framecapturecdnsettings-framecaptures3settings"></a>
Sets up Amazon S3 as the destination for this Frame Capture output.  
*Required*: No  
*Type*: [FrameCaptureS3Settings](aws-properties-medialive-channel-framecaptures3settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The settings for a frame capture output group.

The parent of this entity is OutputGroupSettings.

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

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

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

```
{
  "[Destination](#cfn-medialive-channel-framecapturegroupsettings-destination)" : OutputLocationRef,
  "[FrameCaptureCdnSettings](#cfn-medialive-channel-framecapturegroupsettings-framecapturecdnsettings)" : FrameCaptureCdnSettings
}
```

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

```
  [Destination](#cfn-medialive-channel-framecapturegroupsettings-destination): 
    OutputLocationRef
  [FrameCaptureCdnSettings](#cfn-medialive-channel-framecapturegroupsettings-framecapturecdnsettings): 
    FrameCaptureCdnSettings
```

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

`Destination`  <a name="cfn-medialive-channel-framecapturegroupsettings-destination"></a>
The destination for the frame capture files. The destination is either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling\$1) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling\$1). The final file names consist of the prefix from the destination field (for example, "curling\$1") \$1 name modifier \$1 the counter (5 digits, starting from 00001) \$1 extension (which is always .jpg). For example, curlingLow.00001.jpg.  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FrameCaptureCdnSettings`  <a name="cfn-medialive-channel-framecapturegroupsettings-framecapturecdnsettings"></a>
Settings to configure the destination of a Frame Capture output.  
*Required*: No  
*Type*: [FrameCaptureCdnSettings](aws-properties-medialive-channel-framecapturecdnsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The frame capture output settings.

The parent of this entity is OutputSettings.

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

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

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

```
{
  "[NameModifier](#cfn-medialive-channel-framecaptureoutputsettings-namemodifier)" : String
}
```

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

```
  [NameModifier](#cfn-medialive-channel-framecaptureoutputsettings-namemodifier): String
```

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

`NameModifier`  <a name="cfn-medialive-channel-framecaptureoutputsettings-namemodifier"></a>
Required if the output group contains more than one output. This modifier forms part of the output file name.  
*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)

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

Sets up Amazon S3 as the destination for this Frame Capture output.

The parent of this entity is FrameCaptureCdnSettings.

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

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

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

```
{
  "[CannedAcl](#cfn-medialive-channel-framecaptures3settings-cannedacl)" : String
}
```

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

```
  [CannedAcl](#cfn-medialive-channel-framecaptures3settings-cannedacl): String
```

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

`CannedAcl`  <a name="cfn-medialive-channel-framecaptures3settings-cannedacl"></a>
Specify the canned ACL to apply to each S3 request. Defaults to none.  
*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)

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

The frame capture settings.

The parent of this entity is VideoCodecSettings.

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

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

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

```
{
  "[CaptureInterval](#cfn-medialive-channel-framecapturesettings-captureinterval)" : Integer,
  "[CaptureIntervalUnits](#cfn-medialive-channel-framecapturesettings-captureintervalunits)" : String,
  "[TimecodeBurninSettings](#cfn-medialive-channel-framecapturesettings-timecodeburninsettings)" : TimecodeBurninSettings
}
```

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

```
  [CaptureInterval](#cfn-medialive-channel-framecapturesettings-captureinterval): Integer
  [CaptureIntervalUnits](#cfn-medialive-channel-framecapturesettings-captureintervalunits): String
  [TimecodeBurninSettings](#cfn-medialive-channel-framecapturesettings-timecodeburninsettings): 
    TimecodeBurninSettings
```

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

`CaptureInterval`  <a name="cfn-medialive-channel-framecapturesettings-captureinterval"></a>
The frequency, in seconds, for capturing frames for inclusion in the output. For example, "10" means capture a frame every 10 seconds.  
*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)

`CaptureIntervalUnits`  <a name="cfn-medialive-channel-framecapturesettings-captureintervalunits"></a>
Unit for the frame capture interval.  
*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)

`TimecodeBurninSettings`  <a name="cfn-medialive-channel-framecapturesettings-timecodeburninsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [TimecodeBurninSettings](aws-properties-medialive-channel-timecodeburninsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration settings that apply to the entire channel.

The parent of this entity is EncoderSettings.

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

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

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

```
{
  "[InitialAudioGain](#cfn-medialive-channel-globalconfiguration-initialaudiogain)" : Integer,
  "[InputEndAction](#cfn-medialive-channel-globalconfiguration-inputendaction)" : String,
  "[InputLossBehavior](#cfn-medialive-channel-globalconfiguration-inputlossbehavior)" : InputLossBehavior,
  "[OutputLockingMode](#cfn-medialive-channel-globalconfiguration-outputlockingmode)" : String,
  "[OutputLockingSettings](#cfn-medialive-channel-globalconfiguration-outputlockingsettings)" : OutputLockingSettings,
  "[OutputTimingSource](#cfn-medialive-channel-globalconfiguration-outputtimingsource)" : String,
  "[SupportLowFramerateInputs](#cfn-medialive-channel-globalconfiguration-supportlowframerateinputs)" : String
}
```

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

```
  [InitialAudioGain](#cfn-medialive-channel-globalconfiguration-initialaudiogain): Integer
  [InputEndAction](#cfn-medialive-channel-globalconfiguration-inputendaction): String
  [InputLossBehavior](#cfn-medialive-channel-globalconfiguration-inputlossbehavior): 
    InputLossBehavior
  [OutputLockingMode](#cfn-medialive-channel-globalconfiguration-outputlockingmode): String
  [OutputLockingSettings](#cfn-medialive-channel-globalconfiguration-outputlockingsettings): 
    OutputLockingSettings
  [OutputTimingSource](#cfn-medialive-channel-globalconfiguration-outputtimingsource): String
  [SupportLowFramerateInputs](#cfn-medialive-channel-globalconfiguration-supportlowframerateinputs): String
```

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

`InitialAudioGain`  <a name="cfn-medialive-channel-globalconfiguration-initialaudiogain"></a>
The value to set the initial audio gain for the channel.  
*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)

`InputEndAction`  <a name="cfn-medialive-channel-globalconfiguration-inputendaction"></a>
Indicates the action to take when the current input completes (for example, end-of-file). When switchAndLoopInputs is configured, MediaLive restarts at the beginning of the first input. When "none" is configured, MediaLive transcodes either black, a solid color, or a user-specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API).  
*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)

`InputLossBehavior`  <a name="cfn-medialive-channel-globalconfiguration-inputlossbehavior"></a>
The settings for system actions when the input is lost.  
*Required*: No  
*Type*: [InputLossBehavior](aws-properties-medialive-channel-inputlossbehavior.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`OutputLockingMode`  <a name="cfn-medialive-channel-globalconfiguration-outputlockingmode"></a>
Indicates how MediaLive pipelines are synchronized. PIPELINELOCKING - MediaLive attempts to synchronize the output of each pipeline to the other. EPOCHLOCKING - MediaLive attempts to synchronize the output of each pipeline to the Unix epoch.  
*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)

`OutputLockingSettings`  <a name="cfn-medialive-channel-globalconfiguration-outputlockingsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [OutputLockingSettings](aws-properties-medialive-channel-outputlockingsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`OutputTimingSource`  <a name="cfn-medialive-channel-globalconfiguration-outputtimingsource"></a>
Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally might be locked to another source through NTP) or should be locked to the clock of the source that is providing the input stream.  
*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)

`SupportLowFramerateInputs`  <a name="cfn-medialive-channel-globalconfiguration-supportlowframerateinputs"></a>
Adjusts the video input buffer for streams with very low video frame rates. This is commonly set to enabled for music channels with less than one video frame per second.  
*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)

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

Settings for configuring color space in an H264 video encode.

The parent of this entity is H264Settings.

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

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

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

```
{
  "[ColorSpacePassthroughSettings](#cfn-medialive-channel-h264colorspacesettings-colorspacepassthroughsettings)" : Json,
  "[Rec601Settings](#cfn-medialive-channel-h264colorspacesettings-rec601settings)" : Json,
  "[Rec709Settings](#cfn-medialive-channel-h264colorspacesettings-rec709settings)" : Json
}
```

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

```
  [ColorSpacePassthroughSettings](#cfn-medialive-channel-h264colorspacesettings-colorspacepassthroughsettings): Json
  [Rec601Settings](#cfn-medialive-channel-h264colorspacesettings-rec601settings): Json
  [Rec709Settings](#cfn-medialive-channel-h264colorspacesettings-rec709settings): Json
```

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

`ColorSpacePassthroughSettings`  <a name="cfn-medialive-channel-h264colorspacesettings-colorspacepassthroughsettings"></a>
Passthrough applies no color space conversion to the output.   
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Rec601Settings`  <a name="cfn-medialive-channel-h264colorspacesettings-rec601settings"></a>
Settings to configure the handling of Rec601 color space.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Rec709Settings`  <a name="cfn-medialive-channel-h264colorspacesettings-rec709settings"></a>
Settings to configure the handling of Rec709 color space.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Settings to configure video filters that apply to the H264 codec.

The parent of this entity is H264Settings.

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

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

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

```
{
  "[BandwidthReductionFilterSettings](#cfn-medialive-channel-h264filtersettings-bandwidthreductionfiltersettings)" : BandwidthReductionFilterSettings,
  "[TemporalFilterSettings](#cfn-medialive-channel-h264filtersettings-temporalfiltersettings)" : TemporalFilterSettings
}
```

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

```
  [BandwidthReductionFilterSettings](#cfn-medialive-channel-h264filtersettings-bandwidthreductionfiltersettings): 
    BandwidthReductionFilterSettings
  [TemporalFilterSettings](#cfn-medialive-channel-h264filtersettings-temporalfiltersettings): 
    TemporalFilterSettings
```

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

`BandwidthReductionFilterSettings`  <a name="cfn-medialive-channel-h264filtersettings-bandwidthreductionfiltersettings"></a>
Property description not available.  
*Required*: No  
*Type*: [BandwidthReductionFilterSettings](aws-properties-medialive-channel-bandwidthreductionfiltersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TemporalFilterSettings`  <a name="cfn-medialive-channel-h264filtersettings-temporalfiltersettings"></a>
Settings for applying the temporal filter to the video.  
*Required*: No  
*Type*: [TemporalFilterSettings](aws-properties-medialive-channel-temporalfiltersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The settings for the H.264 codec in the output.

The parent of this entity is VideoCodecSettings.

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

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

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

```
{
  "[AdaptiveQuantization](#cfn-medialive-channel-h264settings-adaptivequantization)" : String,
  "[AfdSignaling](#cfn-medialive-channel-h264settings-afdsignaling)" : String,
  "[Bitrate](#cfn-medialive-channel-h264settings-bitrate)" : Integer,
  "[BufFillPct](#cfn-medialive-channel-h264settings-buffillpct)" : Integer,
  "[BufSize](#cfn-medialive-channel-h264settings-bufsize)" : Integer,
  "[ColorMetadata](#cfn-medialive-channel-h264settings-colormetadata)" : String,
  "[ColorSpaceSettings](#cfn-medialive-channel-h264settings-colorspacesettings)" : H264ColorSpaceSettings,
  "[EntropyEncoding](#cfn-medialive-channel-h264settings-entropyencoding)" : String,
  "[FilterSettings](#cfn-medialive-channel-h264settings-filtersettings)" : H264FilterSettings,
  "[FixedAfd](#cfn-medialive-channel-h264settings-fixedafd)" : String,
  "[FlickerAq](#cfn-medialive-channel-h264settings-flickeraq)" : String,
  "[ForceFieldPictures](#cfn-medialive-channel-h264settings-forcefieldpictures)" : String,
  "[FramerateControl](#cfn-medialive-channel-h264settings-frameratecontrol)" : String,
  "[FramerateDenominator](#cfn-medialive-channel-h264settings-frameratedenominator)" : Integer,
  "[FramerateNumerator](#cfn-medialive-channel-h264settings-frameratenumerator)" : Integer,
  "[GopBReference](#cfn-medialive-channel-h264settings-gopbreference)" : String,
  "[GopClosedCadence](#cfn-medialive-channel-h264settings-gopclosedcadence)" : Integer,
  "[GopNumBFrames](#cfn-medialive-channel-h264settings-gopnumbframes)" : Integer,
  "[GopSize](#cfn-medialive-channel-h264settings-gopsize)" : Number,
  "[GopSizeUnits](#cfn-medialive-channel-h264settings-gopsizeunits)" : String,
  "[Level](#cfn-medialive-channel-h264settings-level)" : String,
  "[LookAheadRateControl](#cfn-medialive-channel-h264settings-lookaheadratecontrol)" : String,
  "[MaxBitrate](#cfn-medialive-channel-h264settings-maxbitrate)" : Integer,
  "[MinBitrate](#cfn-medialive-channel-h264settings-minbitrate)" : Integer,
  "[MinIInterval](#cfn-medialive-channel-h264settings-miniinterval)" : Integer,
  "[MinQp](#cfn-medialive-channel-h264settings-minqp)" : Integer,
  "[NumRefFrames](#cfn-medialive-channel-h264settings-numrefframes)" : Integer,
  "[ParControl](#cfn-medialive-channel-h264settings-parcontrol)" : String,
  "[ParDenominator](#cfn-medialive-channel-h264settings-pardenominator)" : Integer,
  "[ParNumerator](#cfn-medialive-channel-h264settings-parnumerator)" : Integer,
  "[Profile](#cfn-medialive-channel-h264settings-profile)" : String,
  "[QualityLevel](#cfn-medialive-channel-h264settings-qualitylevel)" : String,
  "[QvbrQualityLevel](#cfn-medialive-channel-h264settings-qvbrqualitylevel)" : Integer,
  "[RateControlMode](#cfn-medialive-channel-h264settings-ratecontrolmode)" : String,
  "[ScanType](#cfn-medialive-channel-h264settings-scantype)" : String,
  "[SceneChangeDetect](#cfn-medialive-channel-h264settings-scenechangedetect)" : String,
  "[Slices](#cfn-medialive-channel-h264settings-slices)" : Integer,
  "[Softness](#cfn-medialive-channel-h264settings-softness)" : Integer,
  "[SpatialAq](#cfn-medialive-channel-h264settings-spatialaq)" : String,
  "[SubgopLength](#cfn-medialive-channel-h264settings-subgoplength)" : String,
  "[Syntax](#cfn-medialive-channel-h264settings-syntax)" : String,
  "[TemporalAq](#cfn-medialive-channel-h264settings-temporalaq)" : String,
  "[TimecodeBurninSettings](#cfn-medialive-channel-h264settings-timecodeburninsettings)" : TimecodeBurninSettings,
  "[TimecodeInsertion](#cfn-medialive-channel-h264settings-timecodeinsertion)" : String
}
```

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

```
  [AdaptiveQuantization](#cfn-medialive-channel-h264settings-adaptivequantization): String
  [AfdSignaling](#cfn-medialive-channel-h264settings-afdsignaling): String
  [Bitrate](#cfn-medialive-channel-h264settings-bitrate): Integer
  [BufFillPct](#cfn-medialive-channel-h264settings-buffillpct): Integer
  [BufSize](#cfn-medialive-channel-h264settings-bufsize): Integer
  [ColorMetadata](#cfn-medialive-channel-h264settings-colormetadata): String
  [ColorSpaceSettings](#cfn-medialive-channel-h264settings-colorspacesettings): 
    H264ColorSpaceSettings
  [EntropyEncoding](#cfn-medialive-channel-h264settings-entropyencoding): String
  [FilterSettings](#cfn-medialive-channel-h264settings-filtersettings): 
    H264FilterSettings
  [FixedAfd](#cfn-medialive-channel-h264settings-fixedafd): String
  [FlickerAq](#cfn-medialive-channel-h264settings-flickeraq): String
  [ForceFieldPictures](#cfn-medialive-channel-h264settings-forcefieldpictures): String
  [FramerateControl](#cfn-medialive-channel-h264settings-frameratecontrol): String
  [FramerateDenominator](#cfn-medialive-channel-h264settings-frameratedenominator): Integer
  [FramerateNumerator](#cfn-medialive-channel-h264settings-frameratenumerator): Integer
  [GopBReference](#cfn-medialive-channel-h264settings-gopbreference): String
  [GopClosedCadence](#cfn-medialive-channel-h264settings-gopclosedcadence): Integer
  [GopNumBFrames](#cfn-medialive-channel-h264settings-gopnumbframes): Integer
  [GopSize](#cfn-medialive-channel-h264settings-gopsize): Number
  [GopSizeUnits](#cfn-medialive-channel-h264settings-gopsizeunits): String
  [Level](#cfn-medialive-channel-h264settings-level): String
  [LookAheadRateControl](#cfn-medialive-channel-h264settings-lookaheadratecontrol): String
  [MaxBitrate](#cfn-medialive-channel-h264settings-maxbitrate): Integer
  [MinBitrate](#cfn-medialive-channel-h264settings-minbitrate): Integer
  [MinIInterval](#cfn-medialive-channel-h264settings-miniinterval): Integer
  [MinQp](#cfn-medialive-channel-h264settings-minqp): Integer
  [NumRefFrames](#cfn-medialive-channel-h264settings-numrefframes): Integer
  [ParControl](#cfn-medialive-channel-h264settings-parcontrol): String
  [ParDenominator](#cfn-medialive-channel-h264settings-pardenominator): Integer
  [ParNumerator](#cfn-medialive-channel-h264settings-parnumerator): Integer
  [Profile](#cfn-medialive-channel-h264settings-profile): String
  [QualityLevel](#cfn-medialive-channel-h264settings-qualitylevel): String
  [QvbrQualityLevel](#cfn-medialive-channel-h264settings-qvbrqualitylevel): Integer
  [RateControlMode](#cfn-medialive-channel-h264settings-ratecontrolmode): String
  [ScanType](#cfn-medialive-channel-h264settings-scantype): String
  [SceneChangeDetect](#cfn-medialive-channel-h264settings-scenechangedetect): String
  [Slices](#cfn-medialive-channel-h264settings-slices): Integer
  [Softness](#cfn-medialive-channel-h264settings-softness): Integer
  [SpatialAq](#cfn-medialive-channel-h264settings-spatialaq): String
  [SubgopLength](#cfn-medialive-channel-h264settings-subgoplength): String
  [Syntax](#cfn-medialive-channel-h264settings-syntax): String
  [TemporalAq](#cfn-medialive-channel-h264settings-temporalaq): String
  [TimecodeBurninSettings](#cfn-medialive-channel-h264settings-timecodeburninsettings): 
    TimecodeBurninSettings
  [TimecodeInsertion](#cfn-medialive-channel-h264settings-timecodeinsertion): String
```

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

`AdaptiveQuantization`  <a name="cfn-medialive-channel-h264settings-adaptivequantization"></a>
The adaptive quantization. This allows intra-frame quantizers to vary to improve visual quality.  
*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)

`AfdSignaling`  <a name="cfn-medialive-channel-h264settings-afdsignaling"></a>
Indicates that AFD values will be written into the output stream. If afdSignaling is auto, the system tries to preserve the input AFD value (in cases where multiple AFD values are valid). If set to fixed, the AFD value is the value configured in the fixedAfd parameter.  
*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)

`Bitrate`  <a name="cfn-medialive-channel-h264settings-bitrate"></a>
The average bitrate in bits/second. This is required when the rate control mode is VBR or CBR. It isn't used for QVBR. In a Microsoft Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.  
*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)

`BufFillPct`  <a name="cfn-medialive-channel-h264settings-buffillpct"></a>
The percentage of the buffer that should initially be filled (HRD buffer model).  
*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)

`BufSize`  <a name="cfn-medialive-channel-h264settings-bufsize"></a>
The size of the buffer (HRD buffer model) in bits/second.  
*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)

`ColorMetadata`  <a name="cfn-medialive-channel-h264settings-colormetadata"></a>
Includes color space metadata in the output.  
*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)

`ColorSpaceSettings`  <a name="cfn-medialive-channel-h264settings-colorspacesettings"></a>
Settings to configure the color space handling for the video.  
*Required*: No  
*Type*: [H264ColorSpaceSettings](aws-properties-medialive-channel-h264colorspacesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EntropyEncoding`  <a name="cfn-medialive-channel-h264settings-entropyencoding"></a>
The entropy encoding mode. Use cabac (must be in Main or High profile) or cavlc.  
*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)

`FilterSettings`  <a name="cfn-medialive-channel-h264settings-filtersettings"></a>
Optional filters that you can apply to an encode.  
*Required*: No  
*Type*: [H264FilterSettings](aws-properties-medialive-channel-h264filtersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FixedAfd`  <a name="cfn-medialive-channel-h264settings-fixedafd"></a>
A four-bit AFD value to write on all frames of video in the output stream. Valid only when afdSignaling is set to Fixed.  
*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)

`FlickerAq`  <a name="cfn-medialive-channel-h264settings-flickeraq"></a>
If set to enabled, adjusts the quantization within each frame to reduce flicker or pop on I-frames.  
*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)

`ForceFieldPictures`  <a name="cfn-medialive-channel-h264settings-forcefieldpictures"></a>
This setting applies only when scan type is "interlaced." It controls whether coding is performed on a field basis or on a frame basis. (When the video is progressive, the coding is always performed on a frame basis.) enabled: Force MediaLive to code on a field basis, so that odd and even sets of fields are coded separately. disabled: Code the two sets of fields separately (on a field basis) or together (on a frame basis using PAFF), depending on what is most appropriate for the content.  
*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)

`FramerateControl`  <a name="cfn-medialive-channel-h264settings-frameratecontrol"></a>
Indicates how the output video frame rate is specified. If you select "specified," the output video frame rate is determined by framerateNumerator and framerateDenominator. If you select "initializeFromSource," the output video frame rate is set equal to the input video frame rate of the first input.  
*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)

`FramerateDenominator`  <a name="cfn-medialive-channel-h264settings-frameratedenominator"></a>
The frame rate denominator.  
*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)

`FramerateNumerator`  <a name="cfn-medialive-channel-h264settings-frameratenumerator"></a>
The frame rate numerator. The frame rate is a fraction, for example, 24000/1001 = 23.976 fps.  
*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)

`GopBReference`  <a name="cfn-medialive-channel-h264settings-gopbreference"></a>
If enabled, uses reference B frames for GOP structures that have B frames > 1.  
*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)

`GopClosedCadence`  <a name="cfn-medialive-channel-h264settings-gopclosedcadence"></a>
The frequency of closed GOPs. In streaming applications, we recommend that you set this to 1 so that a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.  
*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)

`GopNumBFrames`  <a name="cfn-medialive-channel-h264settings-gopnumbframes"></a>
The number of B-frames between reference frames.  
*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)

`GopSize`  <a name="cfn-medialive-channel-h264settings-gopsize"></a>
The GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits. The value must be greater than zero.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GopSizeUnits`  <a name="cfn-medialive-channel-h264settings-gopsizeunits"></a>
Indicates if the gopSize is specified in frames or seconds. If seconds, the system converts the gopSize into a frame count at runtime.  
*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)

`Level`  <a name="cfn-medialive-channel-h264settings-level"></a>
The H.264 level.  
*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)

`LookAheadRateControl`  <a name="cfn-medialive-channel-h264settings-lookaheadratecontrol"></a>
The amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.  
*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)

`MaxBitrate`  <a name="cfn-medialive-channel-h264settings-maxbitrate"></a>
For QVBR: See the tooltip for Quality level. For VBR: Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.  
*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)

`MinBitrate`  <a name="cfn-medialive-channel-h264settings-minbitrate"></a>
Property description not available.  
*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)

`MinIInterval`  <a name="cfn-medialive-channel-h264settings-miniinterval"></a>
Meaningful only if sceneChangeDetect is set to enabled. This setting enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting the I-interval. The normal cadence resumes for the next GOP. Note that the maximum GOP stretch = GOP size \$1 Min-I-interval - 1.  
*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)

`MinQp`  <a name="cfn-medialive-channel-h264settings-minqp"></a>
Property description not available.  
*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)

`NumRefFrames`  <a name="cfn-medialive-channel-h264settings-numrefframes"></a>
The number of reference frames to use. The encoder might use more than requested if you use B-frames or interlaced encoding.  
*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)

`ParControl`  <a name="cfn-medialive-channel-h264settings-parcontrol"></a>
Indicates how the output pixel aspect ratio is specified. If "specified" is selected, the output video pixel aspect ratio is determined by parNumerator and parDenominator. If "initializeFromSource" is selected, the output pixels aspect ratio will be set equal to the input video pixel aspect ratio of the first input.  
*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)

`ParDenominator`  <a name="cfn-medialive-channel-h264settings-pardenominator"></a>
The Pixel Aspect Ratio denominator.  
*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)

`ParNumerator`  <a name="cfn-medialive-channel-h264settings-parnumerator"></a>
The Pixel Aspect Ratio numerator.  
*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)

`Profile`  <a name="cfn-medialive-channel-h264settings-profile"></a>
An H.264 profile.  
*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)

`QualityLevel`  <a name="cfn-medialive-channel-h264settings-qualitylevel"></a>
Leave as STANDARD\$1QUALITY or choose a different value (which might result in additional costs to run the channel). - ENHANCED\$1QUALITY: Produces a slightly better video quality without an increase in the bitrate. Has an effect only when the Rate control mode is QVBR or CBR. If this channel is in a MediaLive multiplex, the value must be ENHANCED\$1QUALITY. - STANDARD\$1QUALITY: Valid for any Rate control mode.  
*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)

`QvbrQualityLevel`  <a name="cfn-medialive-channel-h264settings-qvbrqualitylevel"></a>
Controls the target quality for the video encode. This applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are: - Primary screen: Quality level: 8 to 10. Max bitrate: 4M - PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M - Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M.  
*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)

`RateControlMode`  <a name="cfn-medialive-channel-h264settings-ratecontrolmode"></a>
The rate control mode. QVBR: The quality will match the specified quality level except when it is constrained by the maximum bitrate. We recommend this if you or your viewers pay for bandwidth. VBR: The quality and bitrate vary, depending on the video complexity. We recommend this instead of QVBR if you want to maintain a specific average bitrate over the duration of the channel. CBR: The quality varies, depending on the video complexity. We recommend this only if you distribute your assets to devices that can't handle variable bitrates.  
*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)

`ScanType`  <a name="cfn-medialive-channel-h264settings-scantype"></a>
Sets the scan type of the output to progressive or top-field-first interlaced.  
*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)

`SceneChangeDetect`  <a name="cfn-medialive-channel-h264settings-scenechangedetect"></a>
The scene change detection. On: inserts I-frames when the scene change is detected. Off: does not force an I-frame when the scene change is detected.  
*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)

`Slices`  <a name="cfn-medialive-channel-h264settings-slices"></a>
The number of slices per picture. The number must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures. This field is optional. If you don't specify a value, MediaLive chooses the number of slices based on the encode resolution.  
*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)

`Softness`  <a name="cfn-medialive-channel-h264settings-softness"></a>
Softness. Selects a quantizer matrix. Larger values reduce high-frequency content in the encoded image.  
*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)

`SpatialAq`  <a name="cfn-medialive-channel-h264settings-spatialaq"></a>
If set to enabled, adjusts quantization within each frame based on the spatial variation of content complexity.  
*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)

`SubgopLength`  <a name="cfn-medialive-channel-h264settings-subgoplength"></a>
If set to fixed, uses gopNumBFrames B-frames per sub-GOP. If set to dynamic, optimizes the number of B-frames used for each sub-GOP to improve visual quality.  
*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)

`Syntax`  <a name="cfn-medialive-channel-h264settings-syntax"></a>
Produces a bitstream that is compliant with SMPTE RP-2027.  
*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)

`TemporalAq`  <a name="cfn-medialive-channel-h264settings-temporalaq"></a>
If set to enabled, adjusts quantization within each frame based on the temporal variation of content complexity.  
*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)

`TimecodeBurninSettings`  <a name="cfn-medialive-channel-h264settings-timecodeburninsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [TimecodeBurninSettings](aws-properties-medialive-channel-timecodeburninsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimecodeInsertion`  <a name="cfn-medialive-channel-h264settings-timecodeinsertion"></a>
Determines how timecodes should be inserted into the video elementary stream. disabled: don't include timecodes. picTimingSei: pass through picture timing SEI messages from the source specified in Timecode Config.  
*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)

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

H265 Color Space Settings

The parent of this entity is H265Settings.

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

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

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

```
{
  "[ColorSpacePassthroughSettings](#cfn-medialive-channel-h265colorspacesettings-colorspacepassthroughsettings)" : Json,
  "[DolbyVision81Settings](#cfn-medialive-channel-h265colorspacesettings-dolbyvision81settings)" : Json,
  "[Hdr10Settings](#cfn-medialive-channel-h265colorspacesettings-hdr10settings)" : Hdr10Settings,
  "[Hlg2020Settings](#cfn-medialive-channel-h265colorspacesettings-hlg2020settings)" : Json,
  "[Rec601Settings](#cfn-medialive-channel-h265colorspacesettings-rec601settings)" : Json,
  "[Rec709Settings](#cfn-medialive-channel-h265colorspacesettings-rec709settings)" : Json
}
```

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

```
  [ColorSpacePassthroughSettings](#cfn-medialive-channel-h265colorspacesettings-colorspacepassthroughsettings): Json
  [DolbyVision81Settings](#cfn-medialive-channel-h265colorspacesettings-dolbyvision81settings): Json
  [Hdr10Settings](#cfn-medialive-channel-h265colorspacesettings-hdr10settings): 
    Hdr10Settings
  [Hlg2020Settings](#cfn-medialive-channel-h265colorspacesettings-hlg2020settings): Json
  [Rec601Settings](#cfn-medialive-channel-h265colorspacesettings-rec601settings): Json
  [Rec709Settings](#cfn-medialive-channel-h265colorspacesettings-rec709settings): Json
```

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

`ColorSpacePassthroughSettings`  <a name="cfn-medialive-channel-h265colorspacesettings-colorspacepassthroughsettings"></a>
Passthrough applies no color space conversion to the output.   
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DolbyVision81Settings`  <a name="cfn-medialive-channel-h265colorspacesettings-dolbyvision81settings"></a>
Property description not available.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Hdr10Settings`  <a name="cfn-medialive-channel-h265colorspacesettings-hdr10settings"></a>
Settings to configure the handling of HDR10 color space.  
*Required*: No  
*Type*: [Hdr10Settings](aws-properties-medialive-channel-hdr10settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Hlg2020Settings`  <a name="cfn-medialive-channel-h265colorspacesettings-hlg2020settings"></a>
Property description not available.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Rec601Settings`  <a name="cfn-medialive-channel-h265colorspacesettings-rec601settings"></a>
Settings to configure the handling of Rec601 color space.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Rec709Settings`  <a name="cfn-medialive-channel-h265colorspacesettings-rec709settings"></a>
Settings to configure the handling of Rec709 color space.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Settings to configure video filters that apply to the H265 codec.

The parent of this entity is H265Settings.

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

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

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

```
{
  "[BandwidthReductionFilterSettings](#cfn-medialive-channel-h265filtersettings-bandwidthreductionfiltersettings)" : BandwidthReductionFilterSettings,
  "[TemporalFilterSettings](#cfn-medialive-channel-h265filtersettings-temporalfiltersettings)" : TemporalFilterSettings
}
```

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

```
  [BandwidthReductionFilterSettings](#cfn-medialive-channel-h265filtersettings-bandwidthreductionfiltersettings): 
    BandwidthReductionFilterSettings
  [TemporalFilterSettings](#cfn-medialive-channel-h265filtersettings-temporalfiltersettings): 
    TemporalFilterSettings
```

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

`BandwidthReductionFilterSettings`  <a name="cfn-medialive-channel-h265filtersettings-bandwidthreductionfiltersettings"></a>
Property description not available.  
*Required*: No  
*Type*: [BandwidthReductionFilterSettings](aws-properties-medialive-channel-bandwidthreductionfiltersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TemporalFilterSettings`  <a name="cfn-medialive-channel-h265filtersettings-temporalfiltersettings"></a>
Settings for applying the temporal filter to the video.   
*Required*: No  
*Type*: [TemporalFilterSettings](aws-properties-medialive-channel-temporalfiltersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

H265 Settings

The parent of this entity is VideoCodecSettings.

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

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

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

```
{
  "[AdaptiveQuantization](#cfn-medialive-channel-h265settings-adaptivequantization)" : String,
  "[AfdSignaling](#cfn-medialive-channel-h265settings-afdsignaling)" : String,
  "[AlternativeTransferFunction](#cfn-medialive-channel-h265settings-alternativetransferfunction)" : String,
  "[Bitrate](#cfn-medialive-channel-h265settings-bitrate)" : Integer,
  "[BufSize](#cfn-medialive-channel-h265settings-bufsize)" : Integer,
  "[ColorMetadata](#cfn-medialive-channel-h265settings-colormetadata)" : String,
  "[ColorSpaceSettings](#cfn-medialive-channel-h265settings-colorspacesettings)" : H265ColorSpaceSettings,
  "[Deblocking](#cfn-medialive-channel-h265settings-deblocking)" : String,
  "[FilterSettings](#cfn-medialive-channel-h265settings-filtersettings)" : H265FilterSettings,
  "[FixedAfd](#cfn-medialive-channel-h265settings-fixedafd)" : String,
  "[FlickerAq](#cfn-medialive-channel-h265settings-flickeraq)" : String,
  "[FramerateDenominator](#cfn-medialive-channel-h265settings-frameratedenominator)" : Integer,
  "[FramerateNumerator](#cfn-medialive-channel-h265settings-frameratenumerator)" : Integer,
  "[GopBReference](#cfn-medialive-channel-h265settings-gopbreference)" : String,
  "[GopClosedCadence](#cfn-medialive-channel-h265settings-gopclosedcadence)" : Integer,
  "[GopNumBFrames](#cfn-medialive-channel-h265settings-gopnumbframes)" : Integer,
  "[GopSize](#cfn-medialive-channel-h265settings-gopsize)" : Number,
  "[GopSizeUnits](#cfn-medialive-channel-h265settings-gopsizeunits)" : String,
  "[Level](#cfn-medialive-channel-h265settings-level)" : String,
  "[LookAheadRateControl](#cfn-medialive-channel-h265settings-lookaheadratecontrol)" : String,
  "[MaxBitrate](#cfn-medialive-channel-h265settings-maxbitrate)" : Integer,
  "[MinBitrate](#cfn-medialive-channel-h265settings-minbitrate)" : Integer,
  "[MinIInterval](#cfn-medialive-channel-h265settings-miniinterval)" : Integer,
  "[MinQp](#cfn-medialive-channel-h265settings-minqp)" : Integer,
  "[MvOverPictureBoundaries](#cfn-medialive-channel-h265settings-mvoverpictureboundaries)" : String,
  "[MvTemporalPredictor](#cfn-medialive-channel-h265settings-mvtemporalpredictor)" : String,
  "[ParDenominator](#cfn-medialive-channel-h265settings-pardenominator)" : Integer,
  "[ParNumerator](#cfn-medialive-channel-h265settings-parnumerator)" : Integer,
  "[Profile](#cfn-medialive-channel-h265settings-profile)" : String,
  "[QvbrQualityLevel](#cfn-medialive-channel-h265settings-qvbrqualitylevel)" : Integer,
  "[RateControlMode](#cfn-medialive-channel-h265settings-ratecontrolmode)" : String,
  "[ScanType](#cfn-medialive-channel-h265settings-scantype)" : String,
  "[SceneChangeDetect](#cfn-medialive-channel-h265settings-scenechangedetect)" : String,
  "[Slices](#cfn-medialive-channel-h265settings-slices)" : Integer,
  "[SubgopLength](#cfn-medialive-channel-h265settings-subgoplength)" : String,
  "[Tier](#cfn-medialive-channel-h265settings-tier)" : String,
  "[TileHeight](#cfn-medialive-channel-h265settings-tileheight)" : Integer,
  "[TilePadding](#cfn-medialive-channel-h265settings-tilepadding)" : String,
  "[TileWidth](#cfn-medialive-channel-h265settings-tilewidth)" : Integer,
  "[TimecodeBurninSettings](#cfn-medialive-channel-h265settings-timecodeburninsettings)" : TimecodeBurninSettings,
  "[TimecodeInsertion](#cfn-medialive-channel-h265settings-timecodeinsertion)" : String,
  "[TreeblockSize](#cfn-medialive-channel-h265settings-treeblocksize)" : String
}
```

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

```
  [AdaptiveQuantization](#cfn-medialive-channel-h265settings-adaptivequantization): String
  [AfdSignaling](#cfn-medialive-channel-h265settings-afdsignaling): String
  [AlternativeTransferFunction](#cfn-medialive-channel-h265settings-alternativetransferfunction): String
  [Bitrate](#cfn-medialive-channel-h265settings-bitrate): Integer
  [BufSize](#cfn-medialive-channel-h265settings-bufsize): Integer
  [ColorMetadata](#cfn-medialive-channel-h265settings-colormetadata): String
  [ColorSpaceSettings](#cfn-medialive-channel-h265settings-colorspacesettings): 
    H265ColorSpaceSettings
  [Deblocking](#cfn-medialive-channel-h265settings-deblocking): String
  [FilterSettings](#cfn-medialive-channel-h265settings-filtersettings): 
    H265FilterSettings
  [FixedAfd](#cfn-medialive-channel-h265settings-fixedafd): String
  [FlickerAq](#cfn-medialive-channel-h265settings-flickeraq): String
  [FramerateDenominator](#cfn-medialive-channel-h265settings-frameratedenominator): Integer
  [FramerateNumerator](#cfn-medialive-channel-h265settings-frameratenumerator): Integer
  [GopBReference](#cfn-medialive-channel-h265settings-gopbreference): String
  [GopClosedCadence](#cfn-medialive-channel-h265settings-gopclosedcadence): Integer
  [GopNumBFrames](#cfn-medialive-channel-h265settings-gopnumbframes): Integer
  [GopSize](#cfn-medialive-channel-h265settings-gopsize): Number
  [GopSizeUnits](#cfn-medialive-channel-h265settings-gopsizeunits): String
  [Level](#cfn-medialive-channel-h265settings-level): String
  [LookAheadRateControl](#cfn-medialive-channel-h265settings-lookaheadratecontrol): String
  [MaxBitrate](#cfn-medialive-channel-h265settings-maxbitrate): Integer
  [MinBitrate](#cfn-medialive-channel-h265settings-minbitrate): Integer
  [MinIInterval](#cfn-medialive-channel-h265settings-miniinterval): Integer
  [MinQp](#cfn-medialive-channel-h265settings-minqp): Integer
  [MvOverPictureBoundaries](#cfn-medialive-channel-h265settings-mvoverpictureboundaries): String
  [MvTemporalPredictor](#cfn-medialive-channel-h265settings-mvtemporalpredictor): String
  [ParDenominator](#cfn-medialive-channel-h265settings-pardenominator): Integer
  [ParNumerator](#cfn-medialive-channel-h265settings-parnumerator): Integer
  [Profile](#cfn-medialive-channel-h265settings-profile): String
  [QvbrQualityLevel](#cfn-medialive-channel-h265settings-qvbrqualitylevel): Integer
  [RateControlMode](#cfn-medialive-channel-h265settings-ratecontrolmode): String
  [ScanType](#cfn-medialive-channel-h265settings-scantype): String
  [SceneChangeDetect](#cfn-medialive-channel-h265settings-scenechangedetect): String
  [Slices](#cfn-medialive-channel-h265settings-slices): Integer
  [SubgopLength](#cfn-medialive-channel-h265settings-subgoplength): String
  [Tier](#cfn-medialive-channel-h265settings-tier): String
  [TileHeight](#cfn-medialive-channel-h265settings-tileheight): Integer
  [TilePadding](#cfn-medialive-channel-h265settings-tilepadding): String
  [TileWidth](#cfn-medialive-channel-h265settings-tilewidth): Integer
  [TimecodeBurninSettings](#cfn-medialive-channel-h265settings-timecodeburninsettings): 
    TimecodeBurninSettings
  [TimecodeInsertion](#cfn-medialive-channel-h265settings-timecodeinsertion): String
  [TreeblockSize](#cfn-medialive-channel-h265settings-treeblocksize): String
```

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

`AdaptiveQuantization`  <a name="cfn-medialive-channel-h265settings-adaptivequantization"></a>
Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.  
*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)

`AfdSignaling`  <a name="cfn-medialive-channel-h265settings-afdsignaling"></a>
Indicates that AFD values will be written into the output stream. If afdSignaling is "auto", the system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set to "fixed", the AFD value will be the value configured in the fixedAfd parameter.  
*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)

`AlternativeTransferFunction`  <a name="cfn-medialive-channel-h265settings-alternativetransferfunction"></a>
Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility with non-HDR decoders and displays.  
*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)

`Bitrate`  <a name="cfn-medialive-channel-h265settings-bitrate"></a>
Average bitrate in bits/second. Required when the rate control mode is VBR or CBR. Not used for QVBR. In an MS Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.  
*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)

`BufSize`  <a name="cfn-medialive-channel-h265settings-bufsize"></a>
Size of buffer (HRD buffer model) in bits.  
*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)

`ColorMetadata`  <a name="cfn-medialive-channel-h265settings-colormetadata"></a>
Includes colorspace metadata in the output.  
*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)

`ColorSpaceSettings`  <a name="cfn-medialive-channel-h265settings-colorspacesettings"></a>
Color Space settings  
*Required*: No  
*Type*: [H265ColorSpaceSettings](aws-properties-medialive-channel-h265colorspacesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Deblocking`  <a name="cfn-medialive-channel-h265settings-deblocking"></a>
Property description not available.  
*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)

`FilterSettings`  <a name="cfn-medialive-channel-h265settings-filtersettings"></a>
Optional filters that you can apply to an encode.  
*Required*: No  
*Type*: [H265FilterSettings](aws-properties-medialive-channel-h265filtersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FixedAfd`  <a name="cfn-medialive-channel-h265settings-fixedafd"></a>
Four bit AFD value to write on all frames of video in the output stream. Only valid when afdSignaling is set to 'Fixed'.  
*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)

`FlickerAq`  <a name="cfn-medialive-channel-h265settings-flickeraq"></a>
If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.  
*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)

`FramerateDenominator`  <a name="cfn-medialive-channel-h265settings-frameratedenominator"></a>
Framerate denominator.  
*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)

`FramerateNumerator`  <a name="cfn-medialive-channel-h265settings-frameratenumerator"></a>
Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.  
*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)

`GopBReference`  <a name="cfn-medialive-channel-h265settings-gopbreference"></a>
Property description not available.  
*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)

`GopClosedCadence`  <a name="cfn-medialive-channel-h265settings-gopclosedcadence"></a>
Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.  
*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)

`GopNumBFrames`  <a name="cfn-medialive-channel-h265settings-gopnumbframes"></a>
Property description not available.  
*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)

`GopSize`  <a name="cfn-medialive-channel-h265settings-gopsize"></a>
GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits. If gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1. If gopSizeUnits is seconds, gopSize must be greater than 0, but need not be an integer.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GopSizeUnits`  <a name="cfn-medialive-channel-h265settings-gopsizeunits"></a>
Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the gopSize into a frame count at run time.  
*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)

`Level`  <a name="cfn-medialive-channel-h265settings-level"></a>
H.265 Level.  
*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)

`LookAheadRateControl`  <a name="cfn-medialive-channel-h265settings-lookaheadratecontrol"></a>
Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.  
*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)

`MaxBitrate`  <a name="cfn-medialive-channel-h265settings-maxbitrate"></a>
For QVBR: See the tooltip for Quality level  
*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)

`MinBitrate`  <a name="cfn-medialive-channel-h265settings-minbitrate"></a>
Property description not available.  
*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)

`MinIInterval`  <a name="cfn-medialive-channel-h265settings-miniinterval"></a>
Only meaningful if sceneChangeDetect is set to enabled. Defaults to 5 if multiplex rate control is used. Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size \$1 Min-I-interval - 1  
*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)

`MinQp`  <a name="cfn-medialive-channel-h265settings-minqp"></a>
Property description not available.  
*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)

`MvOverPictureBoundaries`  <a name="cfn-medialive-channel-h265settings-mvoverpictureboundaries"></a>
Property description not available.  
*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)

`MvTemporalPredictor`  <a name="cfn-medialive-channel-h265settings-mvtemporalpredictor"></a>
Property description not available.  
*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)

`ParDenominator`  <a name="cfn-medialive-channel-h265settings-pardenominator"></a>
Pixel Aspect Ratio denominator.  
*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)

`ParNumerator`  <a name="cfn-medialive-channel-h265settings-parnumerator"></a>
Pixel Aspect Ratio numerator.  
*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)

`Profile`  <a name="cfn-medialive-channel-h265settings-profile"></a>
H.265 Profile.  
*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)

`QvbrQualityLevel`  <a name="cfn-medialive-channel-h265settings-qvbrqualitylevel"></a>
Controls the target quality for the video encode. Applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are: - Primary screen: Quality level: 8 to 10. Max bitrate: 4M - PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M - Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M  
*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)

`RateControlMode`  <a name="cfn-medialive-channel-h265settings-ratecontrolmode"></a>
Rate control mode. QVBR: Quality will match the specified quality level except when it is constrained by the maximum bitrate. Recommended if you or your viewers pay for bandwidth. CBR: Quality varies, depending on the video complexity. Recommended only if you distribute your assets to devices that cannot handle variable bitrates. Multiplex: This rate control mode is only supported (and is required) when the video is being delivered to a MediaLive Multiplex in which case the rate control configuration is controlled by the properties within the Multiplex Program.  
*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)

`ScanType`  <a name="cfn-medialive-channel-h265settings-scantype"></a>
Sets the scan type of the output to progressive or top-field-first interlaced.  
*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)

`SceneChangeDetect`  <a name="cfn-medialive-channel-h265settings-scenechangedetect"></a>
Scene change detection.  
*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)

`Slices`  <a name="cfn-medialive-channel-h265settings-slices"></a>
Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures. This field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution.  
*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)

`SubgopLength`  <a name="cfn-medialive-channel-h265settings-subgoplength"></a>
Property description not available.  
*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)

`Tier`  <a name="cfn-medialive-channel-h265settings-tier"></a>
H.265 Tier.  
*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)

`TileHeight`  <a name="cfn-medialive-channel-h265settings-tileheight"></a>
Property description not available.  
*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)

`TilePadding`  <a name="cfn-medialive-channel-h265settings-tilepadding"></a>
Property description not available.  
*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)

`TileWidth`  <a name="cfn-medialive-channel-h265settings-tilewidth"></a>
Property description not available.  
*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)

`TimecodeBurninSettings`  <a name="cfn-medialive-channel-h265settings-timecodeburninsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [TimecodeBurninSettings](aws-properties-medialive-channel-timecodeburninsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimecodeInsertion`  <a name="cfn-medialive-channel-h265settings-timecodeinsertion"></a>
Determines how timecodes should be inserted into the video elementary stream. - 'disabled': Do not include timecodes - 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config  
*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)

`TreeblockSize`  <a name="cfn-medialive-channel-h265settings-treeblocksize"></a>
Property description not available.  
*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)

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

Hdr10 Settings

The parents of this entity are H265ColorSpaceSettings (for color space settings in the output) and VideoSelectorColorSpaceSettings (for color space settings in the input).

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

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

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

```
{
  "[MaxCll](#cfn-medialive-channel-hdr10settings-maxcll)" : Integer,
  "[MaxFall](#cfn-medialive-channel-hdr10settings-maxfall)" : Integer
}
```

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

```
  [MaxCll](#cfn-medialive-channel-hdr10settings-maxcll): Integer
  [MaxFall](#cfn-medialive-channel-hdr10settings-maxfall): Integer
```

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

`MaxCll`  <a name="cfn-medialive-channel-hdr10settings-maxcll"></a>
Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.  
*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)

`MaxFall`  <a name="cfn-medialive-channel-hdr10settings-maxfall"></a>
Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.  
*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)

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

The Akamai settings in an HLS output.

The parent of this entity is HlsCdnSettings.

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

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

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

```
{
  "[ConnectionRetryInterval](#cfn-medialive-channel-hlsakamaisettings-connectionretryinterval)" : Integer,
  "[FilecacheDuration](#cfn-medialive-channel-hlsakamaisettings-filecacheduration)" : Integer,
  "[HttpTransferMode](#cfn-medialive-channel-hlsakamaisettings-httptransfermode)" : String,
  "[NumRetries](#cfn-medialive-channel-hlsakamaisettings-numretries)" : Integer,
  "[RestartDelay](#cfn-medialive-channel-hlsakamaisettings-restartdelay)" : Integer,
  "[Salt](#cfn-medialive-channel-hlsakamaisettings-salt)" : String,
  "[Token](#cfn-medialive-channel-hlsakamaisettings-token)" : String
}
```

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

```
  [ConnectionRetryInterval](#cfn-medialive-channel-hlsakamaisettings-connectionretryinterval): Integer
  [FilecacheDuration](#cfn-medialive-channel-hlsakamaisettings-filecacheduration): Integer
  [HttpTransferMode](#cfn-medialive-channel-hlsakamaisettings-httptransfermode): String
  [NumRetries](#cfn-medialive-channel-hlsakamaisettings-numretries): Integer
  [RestartDelay](#cfn-medialive-channel-hlsakamaisettings-restartdelay): Integer
  [Salt](#cfn-medialive-channel-hlsakamaisettings-salt): String
  [Token](#cfn-medialive-channel-hlsakamaisettings-token): String
```

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

`ConnectionRetryInterval`  <a name="cfn-medialive-channel-hlsakamaisettings-connectionretryinterval"></a>
The number of seconds to wait before retrying a connection to the CDN if the connection is lost.  
*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)

`FilecacheDuration`  <a name="cfn-medialive-channel-hlsakamaisettings-filecacheduration"></a>
The size, in seconds, of the file cache for streaming outputs.  
*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)

`HttpTransferMode`  <a name="cfn-medialive-channel-hlsakamaisettings-httptransfermode"></a>
Specifies whether to use chunked transfer encoding to Akamai. To enable this feature, contact Akamai.  
*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)

`NumRetries`  <a name="cfn-medialive-channel-hlsakamaisettings-numretries"></a>
The number of retry attempts that will be made before the channel is put into an error state.  
*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)

`RestartDelay`  <a name="cfn-medialive-channel-hlsakamaisettings-restartdelay"></a>
If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.  
*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)

`Salt`  <a name="cfn-medialive-channel-hlsakamaisettings-salt"></a>
The salt for authenticated Akamai.  
*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)

`Token`  <a name="cfn-medialive-channel-hlsakamaisettings-token"></a>
The token parameter for authenticated Akamai. If this is not specified, \$1gda\$1 is used.  
*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)

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

The configuration of HLS Basic Put Settings.

The parent of this entity is HlsCdnSettings.

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

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

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

```
{
  "[ConnectionRetryInterval](#cfn-medialive-channel-hlsbasicputsettings-connectionretryinterval)" : Integer,
  "[FilecacheDuration](#cfn-medialive-channel-hlsbasicputsettings-filecacheduration)" : Integer,
  "[NumRetries](#cfn-medialive-channel-hlsbasicputsettings-numretries)" : Integer,
  "[RestartDelay](#cfn-medialive-channel-hlsbasicputsettings-restartdelay)" : Integer
}
```

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

```
  [ConnectionRetryInterval](#cfn-medialive-channel-hlsbasicputsettings-connectionretryinterval): Integer
  [FilecacheDuration](#cfn-medialive-channel-hlsbasicputsettings-filecacheduration): Integer
  [NumRetries](#cfn-medialive-channel-hlsbasicputsettings-numretries): Integer
  [RestartDelay](#cfn-medialive-channel-hlsbasicputsettings-restartdelay): Integer
```

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

`ConnectionRetryInterval`  <a name="cfn-medialive-channel-hlsbasicputsettings-connectionretryinterval"></a>
The number of seconds to wait before retrying a connection to the CDN if the connection is lost.  
*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)

`FilecacheDuration`  <a name="cfn-medialive-channel-hlsbasicputsettings-filecacheduration"></a>
The size, in seconds, of the file cache for streaming outputs.  
*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)

`NumRetries`  <a name="cfn-medialive-channel-hlsbasicputsettings-numretries"></a>
The number of retry attempts that MediaLive makes before the channel is put into an error state.  
*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)

`RestartDelay`  <a name="cfn-medialive-channel-hlsbasicputsettings-restartdelay"></a>
If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.  
*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)

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

The settings for the CDN of an HLS output.

The parent of this entity is HlsGroupSettings.

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

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

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

```
{
  "[HlsAkamaiSettings](#cfn-medialive-channel-hlscdnsettings-hlsakamaisettings)" : HlsAkamaiSettings,
  "[HlsBasicPutSettings](#cfn-medialive-channel-hlscdnsettings-hlsbasicputsettings)" : HlsBasicPutSettings,
  "[HlsMediaStoreSettings](#cfn-medialive-channel-hlscdnsettings-hlsmediastoresettings)" : HlsMediaStoreSettings,
  "[HlsS3Settings](#cfn-medialive-channel-hlscdnsettings-hlss3settings)" : HlsS3Settings,
  "[HlsWebdavSettings](#cfn-medialive-channel-hlscdnsettings-hlswebdavsettings)" : HlsWebdavSettings
}
```

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

```
  [HlsAkamaiSettings](#cfn-medialive-channel-hlscdnsettings-hlsakamaisettings): 
    HlsAkamaiSettings
  [HlsBasicPutSettings](#cfn-medialive-channel-hlscdnsettings-hlsbasicputsettings): 
    HlsBasicPutSettings
  [HlsMediaStoreSettings](#cfn-medialive-channel-hlscdnsettings-hlsmediastoresettings): 
    HlsMediaStoreSettings
  [HlsS3Settings](#cfn-medialive-channel-hlscdnsettings-hlss3settings): 
    HlsS3Settings
  [HlsWebdavSettings](#cfn-medialive-channel-hlscdnsettings-hlswebdavsettings): 
    HlsWebdavSettings
```

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

`HlsAkamaiSettings`  <a name="cfn-medialive-channel-hlscdnsettings-hlsakamaisettings"></a>
Sets up Akamai as the downstream system for the HLS output group.  
*Required*: No  
*Type*: [HlsAkamaiSettings](aws-properties-medialive-channel-hlsakamaisettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HlsBasicPutSettings`  <a name="cfn-medialive-channel-hlscdnsettings-hlsbasicputsettings"></a>
The settings for Basic Put for the HLS output.  
*Required*: No  
*Type*: [HlsBasicPutSettings](aws-properties-medialive-channel-hlsbasicputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HlsMediaStoreSettings`  <a name="cfn-medialive-channel-hlscdnsettings-hlsmediastoresettings"></a>
Sets up MediaStore as the destination for the HLS output.  
*Required*: No  
*Type*: [HlsMediaStoreSettings](aws-properties-medialive-channel-hlsmediastoresettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HlsS3Settings`  <a name="cfn-medialive-channel-hlscdnsettings-hlss3settings"></a>
Sets up Amazon S3 as the destination for this HLS output.  
*Required*: No  
*Type*: [HlsS3Settings](aws-properties-medialive-channel-hlss3settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HlsWebdavSettings`  <a name="cfn-medialive-channel-hlscdnsettings-hlswebdavsettings"></a>
The settings for Web VTT captions in the HLS output group.  
The parent of this entity is HlsGroupSettings.  
*Required*: No  
*Type*: [HlsWebdavSettings](aws-properties-medialive-channel-hlswebdavsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The settings for an HLS output group.

The parent of this entity is OutputGroupSettings.

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

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

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

```
{
  "[AdMarkers](#cfn-medialive-channel-hlsgroupsettings-admarkers)" : [ String, ... ],
  "[BaseUrlContent](#cfn-medialive-channel-hlsgroupsettings-baseurlcontent)" : String,
  "[BaseUrlContent1](#cfn-medialive-channel-hlsgroupsettings-baseurlcontent1)" : String,
  "[BaseUrlManifest](#cfn-medialive-channel-hlsgroupsettings-baseurlmanifest)" : String,
  "[BaseUrlManifest1](#cfn-medialive-channel-hlsgroupsettings-baseurlmanifest1)" : String,
  "[CaptionLanguageMappings](#cfn-medialive-channel-hlsgroupsettings-captionlanguagemappings)" : [ CaptionLanguageMapping, ... ],
  "[CaptionLanguageSetting](#cfn-medialive-channel-hlsgroupsettings-captionlanguagesetting)" : String,
  "[ClientCache](#cfn-medialive-channel-hlsgroupsettings-clientcache)" : String,
  "[CodecSpecification](#cfn-medialive-channel-hlsgroupsettings-codecspecification)" : String,
  "[ConstantIv](#cfn-medialive-channel-hlsgroupsettings-constantiv)" : String,
  "[Destination](#cfn-medialive-channel-hlsgroupsettings-destination)" : OutputLocationRef,
  "[DirectoryStructure](#cfn-medialive-channel-hlsgroupsettings-directorystructure)" : String,
  "[DiscontinuityTags](#cfn-medialive-channel-hlsgroupsettings-discontinuitytags)" : String,
  "[EncryptionType](#cfn-medialive-channel-hlsgroupsettings-encryptiontype)" : String,
  "[HlsCdnSettings](#cfn-medialive-channel-hlsgroupsettings-hlscdnsettings)" : HlsCdnSettings,
  "[HlsId3SegmentTagging](#cfn-medialive-channel-hlsgroupsettings-hlsid3segmenttagging)" : String,
  "[IFrameOnlyPlaylists](#cfn-medialive-channel-hlsgroupsettings-iframeonlyplaylists)" : String,
  "[IncompleteSegmentBehavior](#cfn-medialive-channel-hlsgroupsettings-incompletesegmentbehavior)" : String,
  "[IndexNSegments](#cfn-medialive-channel-hlsgroupsettings-indexnsegments)" : Integer,
  "[InputLossAction](#cfn-medialive-channel-hlsgroupsettings-inputlossaction)" : String,
  "[IvInManifest](#cfn-medialive-channel-hlsgroupsettings-ivinmanifest)" : String,
  "[IvSource](#cfn-medialive-channel-hlsgroupsettings-ivsource)" : String,
  "[KeepSegments](#cfn-medialive-channel-hlsgroupsettings-keepsegments)" : Integer,
  "[KeyFormat](#cfn-medialive-channel-hlsgroupsettings-keyformat)" : String,
  "[KeyFormatVersions](#cfn-medialive-channel-hlsgroupsettings-keyformatversions)" : String,
  "[KeyProviderSettings](#cfn-medialive-channel-hlsgroupsettings-keyprovidersettings)" : KeyProviderSettings,
  "[ManifestCompression](#cfn-medialive-channel-hlsgroupsettings-manifestcompression)" : String,
  "[ManifestDurationFormat](#cfn-medialive-channel-hlsgroupsettings-manifestdurationformat)" : String,
  "[MinSegmentLength](#cfn-medialive-channel-hlsgroupsettings-minsegmentlength)" : Integer,
  "[Mode](#cfn-medialive-channel-hlsgroupsettings-mode)" : String,
  "[OutputSelection](#cfn-medialive-channel-hlsgroupsettings-outputselection)" : String,
  "[ProgramDateTime](#cfn-medialive-channel-hlsgroupsettings-programdatetime)" : String,
  "[ProgramDateTimeClock](#cfn-medialive-channel-hlsgroupsettings-programdatetimeclock)" : String,
  "[ProgramDateTimePeriod](#cfn-medialive-channel-hlsgroupsettings-programdatetimeperiod)" : Integer,
  "[RedundantManifest](#cfn-medialive-channel-hlsgroupsettings-redundantmanifest)" : String,
  "[SegmentationMode](#cfn-medialive-channel-hlsgroupsettings-segmentationmode)" : String,
  "[SegmentLength](#cfn-medialive-channel-hlsgroupsettings-segmentlength)" : Integer,
  "[SegmentsPerSubdirectory](#cfn-medialive-channel-hlsgroupsettings-segmentspersubdirectory)" : Integer,
  "[StreamInfResolution](#cfn-medialive-channel-hlsgroupsettings-streaminfresolution)" : String,
  "[TimedMetadataId3Frame](#cfn-medialive-channel-hlsgroupsettings-timedmetadataid3frame)" : String,
  "[TimedMetadataId3Period](#cfn-medialive-channel-hlsgroupsettings-timedmetadataid3period)" : Integer,
  "[TimestampDeltaMilliseconds](#cfn-medialive-channel-hlsgroupsettings-timestampdeltamilliseconds)" : Integer,
  "[TsFileMode](#cfn-medialive-channel-hlsgroupsettings-tsfilemode)" : String
}
```

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

```
  [AdMarkers](#cfn-medialive-channel-hlsgroupsettings-admarkers): 
    - String
  [BaseUrlContent](#cfn-medialive-channel-hlsgroupsettings-baseurlcontent): String
  [BaseUrlContent1](#cfn-medialive-channel-hlsgroupsettings-baseurlcontent1): String
  [BaseUrlManifest](#cfn-medialive-channel-hlsgroupsettings-baseurlmanifest): String
  [BaseUrlManifest1](#cfn-medialive-channel-hlsgroupsettings-baseurlmanifest1): String
  [CaptionLanguageMappings](#cfn-medialive-channel-hlsgroupsettings-captionlanguagemappings): 
    - CaptionLanguageMapping
  [CaptionLanguageSetting](#cfn-medialive-channel-hlsgroupsettings-captionlanguagesetting): String
  [ClientCache](#cfn-medialive-channel-hlsgroupsettings-clientcache): String
  [CodecSpecification](#cfn-medialive-channel-hlsgroupsettings-codecspecification): String
  [ConstantIv](#cfn-medialive-channel-hlsgroupsettings-constantiv): String
  [Destination](#cfn-medialive-channel-hlsgroupsettings-destination): 
    OutputLocationRef
  [DirectoryStructure](#cfn-medialive-channel-hlsgroupsettings-directorystructure): String
  [DiscontinuityTags](#cfn-medialive-channel-hlsgroupsettings-discontinuitytags): String
  [EncryptionType](#cfn-medialive-channel-hlsgroupsettings-encryptiontype): String
  [HlsCdnSettings](#cfn-medialive-channel-hlsgroupsettings-hlscdnsettings): 
    HlsCdnSettings
  [HlsId3SegmentTagging](#cfn-medialive-channel-hlsgroupsettings-hlsid3segmenttagging): String
  [IFrameOnlyPlaylists](#cfn-medialive-channel-hlsgroupsettings-iframeonlyplaylists): String
  [IncompleteSegmentBehavior](#cfn-medialive-channel-hlsgroupsettings-incompletesegmentbehavior): String
  [IndexNSegments](#cfn-medialive-channel-hlsgroupsettings-indexnsegments): Integer
  [InputLossAction](#cfn-medialive-channel-hlsgroupsettings-inputlossaction): String
  [IvInManifest](#cfn-medialive-channel-hlsgroupsettings-ivinmanifest): String
  [IvSource](#cfn-medialive-channel-hlsgroupsettings-ivsource): String
  [KeepSegments](#cfn-medialive-channel-hlsgroupsettings-keepsegments): Integer
  [KeyFormat](#cfn-medialive-channel-hlsgroupsettings-keyformat): String
  [KeyFormatVersions](#cfn-medialive-channel-hlsgroupsettings-keyformatversions): String
  [KeyProviderSettings](#cfn-medialive-channel-hlsgroupsettings-keyprovidersettings): 
    KeyProviderSettings
  [ManifestCompression](#cfn-medialive-channel-hlsgroupsettings-manifestcompression): String
  [ManifestDurationFormat](#cfn-medialive-channel-hlsgroupsettings-manifestdurationformat): String
  [MinSegmentLength](#cfn-medialive-channel-hlsgroupsettings-minsegmentlength): Integer
  [Mode](#cfn-medialive-channel-hlsgroupsettings-mode): String
  [OutputSelection](#cfn-medialive-channel-hlsgroupsettings-outputselection): String
  [ProgramDateTime](#cfn-medialive-channel-hlsgroupsettings-programdatetime): String
  [ProgramDateTimeClock](#cfn-medialive-channel-hlsgroupsettings-programdatetimeclock): String
  [ProgramDateTimePeriod](#cfn-medialive-channel-hlsgroupsettings-programdatetimeperiod): Integer
  [RedundantManifest](#cfn-medialive-channel-hlsgroupsettings-redundantmanifest): String
  [SegmentationMode](#cfn-medialive-channel-hlsgroupsettings-segmentationmode): String
  [SegmentLength](#cfn-medialive-channel-hlsgroupsettings-segmentlength): Integer
  [SegmentsPerSubdirectory](#cfn-medialive-channel-hlsgroupsettings-segmentspersubdirectory): Integer
  [StreamInfResolution](#cfn-medialive-channel-hlsgroupsettings-streaminfresolution): String
  [TimedMetadataId3Frame](#cfn-medialive-channel-hlsgroupsettings-timedmetadataid3frame): String
  [TimedMetadataId3Period](#cfn-medialive-channel-hlsgroupsettings-timedmetadataid3period): Integer
  [TimestampDeltaMilliseconds](#cfn-medialive-channel-hlsgroupsettings-timestampdeltamilliseconds): Integer
  [TsFileMode](#cfn-medialive-channel-hlsgroupsettings-tsfilemode): String
```

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

`AdMarkers`  <a name="cfn-medialive-channel-hlsgroupsettings-admarkers"></a>
Chooses one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BaseUrlContent`  <a name="cfn-medialive-channel-hlsgroupsettings-baseurlcontent"></a>
A partial URI prefix that will be prepended to each output in the media .m3u8 file. The partial URI prefix can be used if the base manifest is delivered from a different URL than the main .m3u8 file.  
*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)

`BaseUrlContent1`  <a name="cfn-medialive-channel-hlsgroupsettings-baseurlcontent1"></a>
Optional. One value per output group. This field is required only if you are completing Base URL content A, and the downstream system has notified you that the media files for pipeline 1 of all outputs are in a location different from the media files for pipeline 0.  
*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)

`BaseUrlManifest`  <a name="cfn-medialive-channel-hlsgroupsettings-baseurlmanifest"></a>
A partial URI prefix that will be prepended to each output in the media .m3u8 file. The partial URI prefix can be used if the base manifest is delivered from a different URL than the main .m3u8 file.  
*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)

`BaseUrlManifest1`  <a name="cfn-medialive-channel-hlsgroupsettings-baseurlmanifest1"></a>
Optional. One value per output group. Complete this field only if you are completing Base URL manifest A, and the downstream system has notified you that the child manifest files for pipeline 1 of all outputs are in a location different from the child manifest files for pipeline 0.  
*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)

`CaptionLanguageMappings`  <a name="cfn-medialive-channel-hlsgroupsettings-captionlanguagemappings"></a>
A mapping of up to 4 captions channels to captions languages. This is meaningful only if captionLanguageSetting is set to "insert."  
*Required*: No  
*Type*: Array of [CaptionLanguageMapping](aws-properties-medialive-channel-captionlanguagemapping.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CaptionLanguageSetting`  <a name="cfn-medialive-channel-hlsgroupsettings-captionlanguagesetting"></a>
Applies only to 608 embedded output captions. Insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code that you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the captions selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match properly with the output captions. None: Include the CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line from the manifest.  
*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)

`ClientCache`  <a name="cfn-medialive-channel-hlsgroupsettings-clientcache"></a>
When set to "disabled," sets the \$1EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving media segments for later replay.  
*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)

`CodecSpecification`  <a name="cfn-medialive-channel-hlsgroupsettings-codecspecification"></a>
The specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.  
*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)

`ConstantIv`  <a name="cfn-medialive-channel-hlsgroupsettings-constantiv"></a>
Used with encryptionType. This is a 128-bit, 16-byte hex value that is represented by a 32-character text string. If ivSource is set to "explicit," this parameter is required and is used as the IV for encryption.  
*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)

`Destination`  <a name="cfn-medialive-channel-hlsgroupsettings-destination"></a>
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DirectoryStructure`  <a name="cfn-medialive-channel-hlsgroupsettings-directorystructure"></a>
Places segments in subdirectories.  
*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)

`DiscontinuityTags`  <a name="cfn-medialive-channel-hlsgroupsettings-discontinuitytags"></a>
Specifies whether to insert EXT-X-DISCONTINUITY tags in the HLS child manifests for this output group. Typically, choose Insert because these tags are required in the manifest (according to the HLS specification) and serve an important purpose. Choose Never Insert only if the downstream system is doing real-time failover (without using the MediaLive automatic failover feature) and only if that downstream system has advised you to exclude the tags.  
*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)

`EncryptionType`  <a name="cfn-medialive-channel-hlsgroupsettings-encryptiontype"></a>
Encrypts the segments with the specified encryption scheme. Exclude this parameter if you don't want encryption.  
*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)

`HlsCdnSettings`  <a name="cfn-medialive-channel-hlsgroupsettings-hlscdnsettings"></a>
The parameters that control interactions with the CDN.  
*Required*: No  
*Type*: [HlsCdnSettings](aws-properties-medialive-channel-hlscdnsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HlsId3SegmentTagging`  <a name="cfn-medialive-channel-hlsgroupsettings-hlsid3segmenttagging"></a>
State of HLS ID3 Segment Tagging  
*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)

`IFrameOnlyPlaylists`  <a name="cfn-medialive-channel-hlsgroupsettings-iframeonlyplaylists"></a>
DISABLED: Don't create an I-frame-only manifest, but do create the master and media manifests (according to the Output Selection field). STANDARD: Create an I-frame-only manifest for each output that contains video, as well as the other manifests (according to the Output Selection field). The I-frame manifest contains a \$1EXT-X-I-FRAMES-ONLY tag to indicate it is I-frame only, and one or more \$1EXT-X-BYTERANGE entries identifying the I-frame position. For example, \$1EXT-X-BYTERANGE:160364@1461888".  
*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)

`IncompleteSegmentBehavior`  <a name="cfn-medialive-channel-hlsgroupsettings-incompletesegmentbehavior"></a>
Specifies whether to include the final (incomplete) segment in the media output when the pipeline stops producing output because of a channel stop, a channel pause or a loss of input to the pipeline. Auto means that MediaLive decides whether to include the final segment, depending on the channel class and the types of output groups. Suppress means to never include the incomplete segment. We recommend you choose Auto and let MediaLive control the behavior.  
*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)

`IndexNSegments`  <a name="cfn-medialive-channel-hlsgroupsettings-indexnsegments"></a>
Applies only if the Mode field is LIVE. Specifies the maximum number of segments in the media manifest file. After this maximum, older segments are removed from the media manifest. This number must be less than or equal to the Keep Segments field.  
*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)

`InputLossAction`  <a name="cfn-medialive-channel-hlsgroupsettings-inputlossaction"></a>
A parameter that controls output group behavior on an input loss.  
*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)

`IvInManifest`  <a name="cfn-medialive-channel-hlsgroupsettings-ivinmanifest"></a>
Used with encryptionType. The IV (initialization vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If set to "include," the IV is listed in the manifest. Otherwise, the IV is not in the manifest.  
*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)

`IvSource`  <a name="cfn-medialive-channel-hlsgroupsettings-ivsource"></a>
Used with encryptionType. The IV (initialization vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If this setting is "followsSegmentNumber," it causes the IV to change every segment (to match the segment number). If this is set to "explicit," you must enter a constantIv value.  
*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)

`KeepSegments`  <a name="cfn-medialive-channel-hlsgroupsettings-keepsegments"></a>
Applies only if the Mode field is LIVE. Specifies the number of media segments (.ts files) to retain in the destination directory.  
*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)

`KeyFormat`  <a name="cfn-medialive-channel-hlsgroupsettings-keyformat"></a>
Specifies how the key is represented in the resource identified by the URI. If the parameter is absent, an implicit value of "identity" is used. A reverse DNS string can also be specified.  
*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)

`KeyFormatVersions`  <a name="cfn-medialive-channel-hlsgroupsettings-keyformatversions"></a>
Either a single positive integer version value or a slash-delimited list of version values (1/2/3).  
*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)

`KeyProviderSettings`  <a name="cfn-medialive-channel-hlsgroupsettings-keyprovidersettings"></a>
The key provider settings.  
*Required*: No  
*Type*: [KeyProviderSettings](aws-properties-medialive-channel-keyprovidersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ManifestCompression`  <a name="cfn-medialive-channel-hlsgroupsettings-manifestcompression"></a>
When set to gzip, compresses HLS playlist.  
*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)

`ManifestDurationFormat`  <a name="cfn-medialive-channel-hlsgroupsettings-manifestdurationformat"></a>
Indicates whether the output manifest should use a floating point or integer values for segment duration.  
*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)

`MinSegmentLength`  <a name="cfn-medialive-channel-hlsgroupsettings-minsegmentlength"></a>
When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.  
*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)

`Mode`  <a name="cfn-medialive-channel-hlsgroupsettings-mode"></a>
If "vod," all segments are indexed and kept permanently in the destination and manifest. If "live," only the number segments specified in keepSegments and indexNSegments are kept. Newer segments replace older segments, which might prevent players from rewinding all the way to the beginning of the channel. VOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a "VOD" type manifest on completion of the stream.  
*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)

`OutputSelection`  <a name="cfn-medialive-channel-hlsgroupsettings-outputselection"></a>
MANIFESTSANDSEGMENTS: Generates manifests (the master manifest, if applicable, and media manifests) for this output group. SEGMENTSONLY: Doesn't generate any manifests for this output group.  
*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)

`ProgramDateTime`  <a name="cfn-medialive-channel-hlsgroupsettings-programdatetime"></a>
Includes or excludes the EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: Either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestampOffset.  
*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)

`ProgramDateTimeClock`  <a name="cfn-medialive-channel-hlsgroupsettings-programdatetimeclock"></a>
Specifies the algorithm used to drive the HLS EXT-X-PROGRAM-DATE-TIME clock. Options include: INITIALIZE\$1FROM\$1OUTPUT\$1TIMECODE: The PDT clock is initialized as a function of the first output timecode, then incremented by the EXTINF duration of each encoded segment. SYSTEM\$1CLOCK: The PDT clock is initialized as a function of the UTC wall clock, then incremented by the EXTINF duration of each encoded segment. If the PDT clock diverges from the wall clock by more than 500ms, it is resynchronized to the wall clock.  
*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)

`ProgramDateTimePeriod`  <a name="cfn-medialive-channel-hlsgroupsettings-programdatetimeperiod"></a>
The period of insertion of the EXT-X-PROGRAM-DATE-TIME entry, in seconds.  
*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)

`RedundantManifest`  <a name="cfn-medialive-channel-hlsgroupsettings-redundantmanifest"></a>
ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline. This feature allows a playout device that supports stale manifest detection to switch from one manifest to the other, when the current manifest seems to be stale. There are still two destinations and two master manifests, but both master manifests reference the media files from both pipelines. DISABLED: The master manifest (.m3u8 file) for each pipeline includes information about its own pipeline only. For an HLS output group with MediaPackage as the destination, the DISABLED behavior is always followed. MediaPackage regenerates the manifests it serves to players, so a redundant manifest from MediaLive is irrelevant.  
*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)

`SegmentationMode`  <a name="cfn-medialive-channel-hlsgroupsettings-segmentationmode"></a>
useInputSegmentation has been deprecated. The configured segment size is always used.  
*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)

`SegmentLength`  <a name="cfn-medialive-channel-hlsgroupsettings-segmentlength"></a>
The length of the MPEG-2 Transport Stream segments to create, in seconds. Note that segments will end on the next keyframe after this number of seconds, so the actual segment length might be longer.  
*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)

`SegmentsPerSubdirectory`  <a name="cfn-medialive-channel-hlsgroupsettings-segmentspersubdirectory"></a>
The number of segments to write to a subdirectory before starting a new one. For this setting to have an effect, directoryStructure must be subdirectoryPerStream.  
*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)

`StreamInfResolution`  <a name="cfn-medialive-channel-hlsgroupsettings-streaminfresolution"></a>
The include or exclude RESOLUTION attribute for a video in the EXT-X-STREAM-INF tag of a variant manifest.  
*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)

`TimedMetadataId3Frame`  <a name="cfn-medialive-channel-hlsgroupsettings-timedmetadataid3frame"></a>
Indicates the ID3 frame that has the timecode.  
*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)

`TimedMetadataId3Period`  <a name="cfn-medialive-channel-hlsgroupsettings-timedmetadataid3period"></a>
The timed metadata interval, in seconds.  
*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)

`TimestampDeltaMilliseconds`  <a name="cfn-medialive-channel-hlsgroupsettings-timestampdeltamilliseconds"></a>
Provides an extra millisecond delta offset to fine tune the timestamps.  
*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)

`TsFileMode`  <a name="cfn-medialive-channel-hlsgroupsettings-tsfilemode"></a>
SEGMENTEDFILES: Emits the program as segments -multiple .ts media files. SINGLEFILE: Applies only if the Mode field is VOD. Emits the program as a single .ts media file. The media manifest includes \$1EXT-X-BYTERANGE tags to index segments for playback. A typical use for this value is when sending the output to AWS Elemental MediaConvert, which can accept only a single media file. Playback while the channel is running is not guaranteed due to HTTP server caching.  
*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)

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

Information about how to connect to the upstream system.

The parent of this entity is NetworkInputSettings.

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

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

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

```
{
  "[Bandwidth](#cfn-medialive-channel-hlsinputsettings-bandwidth)" : Integer,
  "[BufferSegments](#cfn-medialive-channel-hlsinputsettings-buffersegments)" : Integer,
  "[Retries](#cfn-medialive-channel-hlsinputsettings-retries)" : Integer,
  "[RetryInterval](#cfn-medialive-channel-hlsinputsettings-retryinterval)" : Integer,
  "[Scte35Source](#cfn-medialive-channel-hlsinputsettings-scte35source)" : String
}
```

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

```
  [Bandwidth](#cfn-medialive-channel-hlsinputsettings-bandwidth): Integer
  [BufferSegments](#cfn-medialive-channel-hlsinputsettings-buffersegments): Integer
  [Retries](#cfn-medialive-channel-hlsinputsettings-retries): Integer
  [RetryInterval](#cfn-medialive-channel-hlsinputsettings-retryinterval): Integer
  [Scte35Source](#cfn-medialive-channel-hlsinputsettings-scte35source): String
```

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

`Bandwidth`  <a name="cfn-medialive-channel-hlsinputsettings-bandwidth"></a>
When specified, the HLS stream with the m3u8 bandwidth that most closely matches this value is chosen. Otherwise, the highest bandwidth stream in the m3u8 is chosen. The bitrate is specified in bits per second, as in an HLS manifest.  
*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)

`BufferSegments`  <a name="cfn-medialive-channel-hlsinputsettings-buffersegments"></a>
When specified, reading of the HLS input begins this many buffer segments from the end (most recently written segment). When not specified, the HLS input begins with the first segment specified in the m3u8.  
*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)

`Retries`  <a name="cfn-medialive-channel-hlsinputsettings-retries"></a>
The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.  
*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)

`RetryInterval`  <a name="cfn-medialive-channel-hlsinputsettings-retryinterval"></a>
The number of seconds between retries when an attempt to read a manifest or segment fails.  
*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)

`Scte35Source`  <a name="cfn-medialive-channel-hlsinputsettings-scte35source"></a>
Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.  
*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)

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

The configuration of a MediaStore container as the destination for an HLS output.

The parent of this entity is HlsCdnSettings.

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

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

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

```
{
  "[ConnectionRetryInterval](#cfn-medialive-channel-hlsmediastoresettings-connectionretryinterval)" : Integer,
  "[FilecacheDuration](#cfn-medialive-channel-hlsmediastoresettings-filecacheduration)" : Integer,
  "[MediaStoreStorageClass](#cfn-medialive-channel-hlsmediastoresettings-mediastorestorageclass)" : String,
  "[NumRetries](#cfn-medialive-channel-hlsmediastoresettings-numretries)" : Integer,
  "[RestartDelay](#cfn-medialive-channel-hlsmediastoresettings-restartdelay)" : Integer
}
```

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

```
  [ConnectionRetryInterval](#cfn-medialive-channel-hlsmediastoresettings-connectionretryinterval): Integer
  [FilecacheDuration](#cfn-medialive-channel-hlsmediastoresettings-filecacheduration): Integer
  [MediaStoreStorageClass](#cfn-medialive-channel-hlsmediastoresettings-mediastorestorageclass): String
  [NumRetries](#cfn-medialive-channel-hlsmediastoresettings-numretries): Integer
  [RestartDelay](#cfn-medialive-channel-hlsmediastoresettings-restartdelay): Integer
```

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

`ConnectionRetryInterval`  <a name="cfn-medialive-channel-hlsmediastoresettings-connectionretryinterval"></a>
The number of seconds to wait before retrying a connection to the CDN if the connection is lost.  
*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)

`FilecacheDuration`  <a name="cfn-medialive-channel-hlsmediastoresettings-filecacheduration"></a>
The size, in seconds, of the file cache for streaming outputs.  
*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)

`MediaStoreStorageClass`  <a name="cfn-medialive-channel-hlsmediastoresettings-mediastorestorageclass"></a>
When set to temporal, output files are stored in non-persistent memory for faster reading and writing.  
*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)

`NumRetries`  <a name="cfn-medialive-channel-hlsmediastoresettings-numretries"></a>
The number of retry attempts that are made before the channel is put into an error state.  
*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)

`RestartDelay`  <a name="cfn-medialive-channel-hlsmediastoresettings-restartdelay"></a>
If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.  
*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)

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

The settings for an HLS output.

The parent of this entity is OutputSettings.

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

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

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

```
{
  "[H265PackagingType](#cfn-medialive-channel-hlsoutputsettings-h265packagingtype)" : String,
  "[HlsSettings](#cfn-medialive-channel-hlsoutputsettings-hlssettings)" : HlsSettings,
  "[NameModifier](#cfn-medialive-channel-hlsoutputsettings-namemodifier)" : String,
  "[SegmentModifier](#cfn-medialive-channel-hlsoutputsettings-segmentmodifier)" : String
}
```

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

```
  [H265PackagingType](#cfn-medialive-channel-hlsoutputsettings-h265packagingtype): String
  [HlsSettings](#cfn-medialive-channel-hlsoutputsettings-hlssettings): 
    HlsSettings
  [NameModifier](#cfn-medialive-channel-hlsoutputsettings-namemodifier): String
  [SegmentModifier](#cfn-medialive-channel-hlsoutputsettings-segmentmodifier): String
```

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

`H265PackagingType`  <a name="cfn-medialive-channel-hlsoutputsettings-h265packagingtype"></a>
Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.  
*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)

`HlsSettings`  <a name="cfn-medialive-channel-hlsoutputsettings-hlssettings"></a>
The settings regarding the underlying stream. These settings are different for audio-only outputs.  
*Required*: No  
*Type*: [HlsSettings](aws-properties-medialive-channel-hlssettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NameModifier`  <a name="cfn-medialive-channel-hlsoutputsettings-namemodifier"></a>
A string that is concatenated to the end of the destination file name. Accepts \$1"Format Identifiers\$1":\$1formatIdentifierParameters.  
*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)

`SegmentModifier`  <a name="cfn-medialive-channel-hlsoutputsettings-segmentmodifier"></a>
A string that is concatenated to the end of segment file names.  
*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)

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

Sets up Amazon S3 as the destination for this HLS output.

The parent of this entity is HlsCdnSettings.

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

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

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

```
{
  "[CannedAcl](#cfn-medialive-channel-hlss3settings-cannedacl)" : String
}
```

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

```
  [CannedAcl](#cfn-medialive-channel-hlss3settings-cannedacl): String
```

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

`CannedAcl`  <a name="cfn-medialive-channel-hlss3settings-cannedacl"></a>
Specify the canned ACL to apply to each S3 request. Defaults to none.  
*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)

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

The settings for an HLS output.

The parent of this entity is HlsOutputSettings.

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

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

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

```
{
  "[AudioOnlyHlsSettings](#cfn-medialive-channel-hlssettings-audioonlyhlssettings)" : AudioOnlyHlsSettings,
  "[Fmp4HlsSettings](#cfn-medialive-channel-hlssettings-fmp4hlssettings)" : Fmp4HlsSettings,
  "[FrameCaptureHlsSettings](#cfn-medialive-channel-hlssettings-framecapturehlssettings)" : Json,
  "[StandardHlsSettings](#cfn-medialive-channel-hlssettings-standardhlssettings)" : StandardHlsSettings
}
```

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

```
  [AudioOnlyHlsSettings](#cfn-medialive-channel-hlssettings-audioonlyhlssettings): 
    AudioOnlyHlsSettings
  [Fmp4HlsSettings](#cfn-medialive-channel-hlssettings-fmp4hlssettings): 
    Fmp4HlsSettings
  [FrameCaptureHlsSettings](#cfn-medialive-channel-hlssettings-framecapturehlssettings): Json
  [StandardHlsSettings](#cfn-medialive-channel-hlssettings-standardhlssettings): 
    StandardHlsSettings
```

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

`AudioOnlyHlsSettings`  <a name="cfn-medialive-channel-hlssettings-audioonlyhlssettings"></a>
The settings for an audio-only output.  
*Required*: No  
*Type*: [AudioOnlyHlsSettings](aws-properties-medialive-channel-audioonlyhlssettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Fmp4HlsSettings`  <a name="cfn-medialive-channel-hlssettings-fmp4hlssettings"></a>
The settings for an fMP4 container.  
*Required*: No  
*Type*: [Fmp4HlsSettings](aws-properties-medialive-channel-fmp4hlssettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FrameCaptureHlsSettings`  <a name="cfn-medialive-channel-hlssettings-framecapturehlssettings"></a>
Settings for a frame capture output in an HLS output group.   
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StandardHlsSettings`  <a name="cfn-medialive-channel-hlssettings-standardhlssettings"></a>
The settings for a standard output (an output that is not audio-only).  
*Required*: No  
*Type*: [StandardHlsSettings](aws-properties-medialive-channel-standardhlssettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of a WebDav server as the downstream system for an HLS output.

The parent of this entity is HlsCdnSettings.

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

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

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

```
{
  "[ConnectionRetryInterval](#cfn-medialive-channel-hlswebdavsettings-connectionretryinterval)" : Integer,
  "[FilecacheDuration](#cfn-medialive-channel-hlswebdavsettings-filecacheduration)" : Integer,
  "[HttpTransferMode](#cfn-medialive-channel-hlswebdavsettings-httptransfermode)" : String,
  "[NumRetries](#cfn-medialive-channel-hlswebdavsettings-numretries)" : Integer,
  "[RestartDelay](#cfn-medialive-channel-hlswebdavsettings-restartdelay)" : Integer
}
```

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

```
  [ConnectionRetryInterval](#cfn-medialive-channel-hlswebdavsettings-connectionretryinterval): Integer
  [FilecacheDuration](#cfn-medialive-channel-hlswebdavsettings-filecacheduration): Integer
  [HttpTransferMode](#cfn-medialive-channel-hlswebdavsettings-httptransfermode): String
  [NumRetries](#cfn-medialive-channel-hlswebdavsettings-numretries): Integer
  [RestartDelay](#cfn-medialive-channel-hlswebdavsettings-restartdelay): Integer
```

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

`ConnectionRetryInterval`  <a name="cfn-medialive-channel-hlswebdavsettings-connectionretryinterval"></a>
The number of seconds to wait before retrying a connection to the CDN if the connection is lost.  
*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)

`FilecacheDuration`  <a name="cfn-medialive-channel-hlswebdavsettings-filecacheduration"></a>
The size, in seconds, of the file cache for streaming outputs.  
*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)

`HttpTransferMode`  <a name="cfn-medialive-channel-hlswebdavsettings-httptransfermode"></a>
Specifies whether to use chunked transfer encoding to WebDAV.  
*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)

`NumRetries`  <a name="cfn-medialive-channel-hlswebdavsettings-numretries"></a>
The number of retry attempts that are made before the channel is put into an error state.  
*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)

`RestartDelay`  <a name="cfn-medialive-channel-hlswebdavsettings-restartdelay"></a>
If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.  
*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)

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

<a name="aws-properties-medialive-channel-inferencesettings-description"></a>The `InferenceSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[FeedArn](#cfn-medialive-channel-inferencesettings-feedarn)" : String
}
```

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

```
  [FeedArn](#cfn-medialive-channel-inferencesettings-feedarn): String
```

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

`FeedArn`  <a name="cfn-medialive-channel-inferencesettings-feedarn"></a>
Property description not available.  
*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)

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

An input to attach to this channel.

This entity is at the top level in the channel.

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

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

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

```
{
  "[AutomaticInputFailoverSettings](#cfn-medialive-channel-inputattachment-automaticinputfailoversettings)" : AutomaticInputFailoverSettings,
  "[InputAttachmentName](#cfn-medialive-channel-inputattachment-inputattachmentname)" : String,
  "[InputId](#cfn-medialive-channel-inputattachment-inputid)" : String,
  "[InputSettings](#cfn-medialive-channel-inputattachment-inputsettings)" : InputSettings,
  "[LogicalInterfaceNames](#cfn-medialive-channel-inputattachment-logicalinterfacenames)" : [ String, ... ]
}
```

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

```
  [AutomaticInputFailoverSettings](#cfn-medialive-channel-inputattachment-automaticinputfailoversettings): 
    AutomaticInputFailoverSettings
  [InputAttachmentName](#cfn-medialive-channel-inputattachment-inputattachmentname): String
  [InputId](#cfn-medialive-channel-inputattachment-inputid): String
  [InputSettings](#cfn-medialive-channel-inputattachment-inputsettings): 
    InputSettings
  [LogicalInterfaceNames](#cfn-medialive-channel-inputattachment-logicalinterfacenames): 
    - String
```

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

`AutomaticInputFailoverSettings`  <a name="cfn-medialive-channel-inputattachment-automaticinputfailoversettings"></a>
Settings to implement automatic input failover in this input.   
*Required*: No  
*Type*: [AutomaticInputFailoverSettings](aws-properties-medialive-channel-automaticinputfailoversettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InputAttachmentName`  <a name="cfn-medialive-channel-inputattachment-inputattachmentname"></a>
A name for the attachment. This is required if you want to use this input in an input switch action.  
*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)

`InputId`  <a name="cfn-medialive-channel-inputattachment-inputid"></a>
The ID of the input to attach.  
*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)

`InputSettings`  <a name="cfn-medialive-channel-inputattachment-inputsettings"></a>
Information about the content to extract from the input and about the general handling of the content.  
*Required*: No  
*Type*: [InputSettings](aws-properties-medialive-channel-inputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LogicalInterfaceNames`  <a name="cfn-medialive-channel-inputattachment-logicalinterfacenames"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The setting to remix the audio.

The parent of this entity is AudioChannelMappings.

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

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

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

```
{
  "[Gain](#cfn-medialive-channel-inputchannellevel-gain)" : Integer,
  "[InputChannel](#cfn-medialive-channel-inputchannellevel-inputchannel)" : Integer
}
```

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

```
  [Gain](#cfn-medialive-channel-inputchannellevel-gain): Integer
  [InputChannel](#cfn-medialive-channel-inputchannellevel-inputchannel): Integer
```

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

`Gain`  <a name="cfn-medialive-channel-inputchannellevel-gain"></a>
The remixing value. Units are in dB, and acceptable values are within the range from -60 (mute) to 6 dB.  
*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)

`InputChannel`  <a name="cfn-medialive-channel-inputchannellevel-inputchannel"></a>
The index of the input channel that is used as a source.  
*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)

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

The input location.

The parent of this entity is InputLossBehavior.

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

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

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

```
{
  "[PasswordParam](#cfn-medialive-channel-inputlocation-passwordparam)" : String,
  "[Uri](#cfn-medialive-channel-inputlocation-uri)" : String,
  "[Username](#cfn-medialive-channel-inputlocation-username)" : String
}
```

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

```
  [PasswordParam](#cfn-medialive-channel-inputlocation-passwordparam): String
  [Uri](#cfn-medialive-channel-inputlocation-uri): String
  [Username](#cfn-medialive-channel-inputlocation-username): String
```

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

`PasswordParam`  <a name="cfn-medialive-channel-inputlocation-passwordparam"></a>
The password parameter that holds the password for accessing the downstream system. This applies only if the downstream system requires credentials.  
*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)

`Uri`  <a name="cfn-medialive-channel-inputlocation-uri"></a>
The URI should be a path to a file that is accessible to the Live system (for example, an http:// URI) depending on the output type. For example, an RTMP destination should have a URI similar to rtmp://fmsserver/live.  
*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)

`Username`  <a name="cfn-medialive-channel-inputlocation-username"></a>
The user name to connect to the downstream system. This applies only if the downstream system requires credentials.  
*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)

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

The configuration of channel behavior when the input is lost.

The parent of this entity is GlobalConfiguration.

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

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

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

```
{
  "[BlackFrameMsec](#cfn-medialive-channel-inputlossbehavior-blackframemsec)" : Integer,
  "[InputLossImageColor](#cfn-medialive-channel-inputlossbehavior-inputlossimagecolor)" : String,
  "[InputLossImageSlate](#cfn-medialive-channel-inputlossbehavior-inputlossimageslate)" : InputLocation,
  "[InputLossImageType](#cfn-medialive-channel-inputlossbehavior-inputlossimagetype)" : String,
  "[RepeatFrameMsec](#cfn-medialive-channel-inputlossbehavior-repeatframemsec)" : Integer
}
```

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

```
  [BlackFrameMsec](#cfn-medialive-channel-inputlossbehavior-blackframemsec): Integer
  [InputLossImageColor](#cfn-medialive-channel-inputlossbehavior-inputlossimagecolor): String
  [InputLossImageSlate](#cfn-medialive-channel-inputlossbehavior-inputlossimageslate): 
    InputLocation
  [InputLossImageType](#cfn-medialive-channel-inputlossbehavior-inputlossimagetype): String
  [RepeatFrameMsec](#cfn-medialive-channel-inputlossbehavior-repeatframemsec): Integer
```

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

`BlackFrameMsec`  <a name="cfn-medialive-channel-inputlossbehavior-blackframemsec"></a>
On input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType. A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.  
*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)

`InputLossImageColor`  <a name="cfn-medialive-channel-inputlossbehavior-inputlossimagecolor"></a>
When the input loss image type is "color," this field specifies the color to use. Value: 6 hex characters that represent the values of RGB.  
*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)

`InputLossImageSlate`  <a name="cfn-medialive-channel-inputlossbehavior-inputlossimageslate"></a>
When the input loss image type is "slate," these fields specify the parameters for accessing the slate.  
*Required*: No  
*Type*: [InputLocation](aws-properties-medialive-channel-inputlocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InputLossImageType`  <a name="cfn-medialive-channel-inputlossbehavior-inputlossimagetype"></a>
Indicates whether to substitute a solid color or a slate into the output after the input loss exceeds blackFrameMsec.  
*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)

`RepeatFrameMsec`  <a name="cfn-medialive-channel-inputlossbehavior-repeatframemsec"></a>
On input loss, the number of milliseconds to repeat the previous picture before substituting black into the output. A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.  
*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)

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

MediaLive will perform a failover if content is not detected in this input for the specified period.

The parent of this entity is FailoverConditionSettings.

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

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

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

```
{
  "[InputLossThresholdMsec](#cfn-medialive-channel-inputlossfailoversettings-inputlossthresholdmsec)" : Integer
}
```

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

```
  [InputLossThresholdMsec](#cfn-medialive-channel-inputlossfailoversettings-inputlossthresholdmsec): Integer
```

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

`InputLossThresholdMsec`  <a name="cfn-medialive-channel-inputlossfailoversettings-inputlossthresholdmsec"></a>
The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.  
*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)

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

Information about extracting content from the input and about handling the content.

The parent of this entity is InputAttachment.

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

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

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

```
{
  "[AudioSelectors](#cfn-medialive-channel-inputsettings-audioselectors)" : [ AudioSelector, ... ],
  "[CaptionSelectors](#cfn-medialive-channel-inputsettings-captionselectors)" : [ CaptionSelector, ... ],
  "[DeblockFilter](#cfn-medialive-channel-inputsettings-deblockfilter)" : String,
  "[DenoiseFilter](#cfn-medialive-channel-inputsettings-denoisefilter)" : String,
  "[FilterStrength](#cfn-medialive-channel-inputsettings-filterstrength)" : Integer,
  "[InputFilter](#cfn-medialive-channel-inputsettings-inputfilter)" : String,
  "[NetworkInputSettings](#cfn-medialive-channel-inputsettings-networkinputsettings)" : NetworkInputSettings,
  "[Scte35Pid](#cfn-medialive-channel-inputsettings-scte35pid)" : Integer,
  "[Smpte2038DataPreference](#cfn-medialive-channel-inputsettings-smpte2038datapreference)" : String,
  "[SourceEndBehavior](#cfn-medialive-channel-inputsettings-sourceendbehavior)" : String,
  "[VideoSelector](#cfn-medialive-channel-inputsettings-videoselector)" : VideoSelector
}
```

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

```
  [AudioSelectors](#cfn-medialive-channel-inputsettings-audioselectors): 
    - AudioSelector
  [CaptionSelectors](#cfn-medialive-channel-inputsettings-captionselectors): 
    - CaptionSelector
  [DeblockFilter](#cfn-medialive-channel-inputsettings-deblockfilter): String
  [DenoiseFilter](#cfn-medialive-channel-inputsettings-denoisefilter): String
  [FilterStrength](#cfn-medialive-channel-inputsettings-filterstrength): Integer
  [InputFilter](#cfn-medialive-channel-inputsettings-inputfilter): String
  [NetworkInputSettings](#cfn-medialive-channel-inputsettings-networkinputsettings): 
    NetworkInputSettings
  [Scte35Pid](#cfn-medialive-channel-inputsettings-scte35pid): Integer
  [Smpte2038DataPreference](#cfn-medialive-channel-inputsettings-smpte2038datapreference): String
  [SourceEndBehavior](#cfn-medialive-channel-inputsettings-sourceendbehavior): String
  [VideoSelector](#cfn-medialive-channel-inputsettings-videoselector): 
    VideoSelector
```

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

`AudioSelectors`  <a name="cfn-medialive-channel-inputsettings-audioselectors"></a>
Information about the specific audio to extract from the input.  
The parent of this entity is InputSettings.  
*Required*: No  
*Type*: Array of [AudioSelector](aws-properties-medialive-channel-audioselector.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CaptionSelectors`  <a name="cfn-medialive-channel-inputsettings-captionselectors"></a>
Information about the specific captions to extract from the input.  
*Required*: No  
*Type*: Array of [CaptionSelector](aws-properties-medialive-channel-captionselector.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DeblockFilter`  <a name="cfn-medialive-channel-inputsettings-deblockfilter"></a>
Enables or disables the deblock filter when filtering.  
*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)

`DenoiseFilter`  <a name="cfn-medialive-channel-inputsettings-denoisefilter"></a>
Enables or disables the denoise filter when filtering.  
*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)

`FilterStrength`  <a name="cfn-medialive-channel-inputsettings-filterstrength"></a>
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).  
*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)

`InputFilter`  <a name="cfn-medialive-channel-inputsettings-inputfilter"></a>
Turns on the filter for this input. MPEG-2 inputs have the deblocking filter enabled by default. 1) auto - filtering is applied depending on input type/quality 2) disabled - no filtering is applied to the input 3) forced - filtering is applied regardless of the input type.  
*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)

`NetworkInputSettings`  <a name="cfn-medialive-channel-inputsettings-networkinputsettings"></a>
Information about how to connect to the upstream system.  
*Required*: No  
*Type*: [NetworkInputSettings](aws-properties-medialive-channel-networkinputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scte35Pid`  <a name="cfn-medialive-channel-inputsettings-scte35pid"></a>
Property description not available.  
*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)

`Smpte2038DataPreference`  <a name="cfn-medialive-channel-inputsettings-smpte2038datapreference"></a>
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages. - PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any). - IGNORE: Never extract any ancillary data from SMPTE-2038.  
*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)

`SourceEndBehavior`  <a name="cfn-medialive-channel-inputsettings-sourceendbehavior"></a>
The loop input if it is a file.   
*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)

`VideoSelector`  <a name="cfn-medialive-channel-inputsettings-videoselector"></a>
Information about one video to extract from the input.  
*Required*: No  
*Type*: [VideoSelector](aws-properties-medialive-channel-videoselector.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The input specification for this channel. It specifies the key characteristics of the inputs for this channel: the maximum bitrate, the resolution, and the codec. 

This entity is at the top level in the channel.

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

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

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

```
{
  "[Codec](#cfn-medialive-channel-inputspecification-codec)" : String,
  "[MaximumBitrate](#cfn-medialive-channel-inputspecification-maximumbitrate)" : String,
  "[Resolution](#cfn-medialive-channel-inputspecification-resolution)" : String
}
```

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

```
  [Codec](#cfn-medialive-channel-inputspecification-codec): String
  [MaximumBitrate](#cfn-medialive-channel-inputspecification-maximumbitrate): String
  [Resolution](#cfn-medialive-channel-inputspecification-resolution): String
```

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

`Codec`  <a name="cfn-medialive-channel-inputspecification-codec"></a>
The codec to include in the input specification for this channel.  
*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)

`MaximumBitrate`  <a name="cfn-medialive-channel-inputspecification-maximumbitrate"></a>
The maximum input bitrate for any input attached to this channel.  
*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)

`Resolution`  <a name="cfn-medialive-channel-inputspecification-resolution"></a>
The resolution for any input attached to this channel.  
*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)

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

The configuration of key provider settings.

The parent of this entity is HlsGroupSettings.

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

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

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

```
{
  "[StaticKeySettings](#cfn-medialive-channel-keyprovidersettings-statickeysettings)" : StaticKeySettings
}
```

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

```
  [StaticKeySettings](#cfn-medialive-channel-keyprovidersettings-statickeysettings): 
    StaticKeySettings
```

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

`StaticKeySettings`  <a name="cfn-medialive-channel-keyprovidersettings-statickeysettings"></a>
The configuration of static key settings.  
*Required*: No  
*Type*: [StaticKeySettings](aws-properties-medialive-channel-statickeysettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

<a name="aws-properties-medialive-channel-linkedchannelsettings-description"></a>The `LinkedChannelSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[FollowerChannelSettings](#cfn-medialive-channel-linkedchannelsettings-followerchannelsettings)" : FollowerChannelSettings,
  "[PrimaryChannelSettings](#cfn-medialive-channel-linkedchannelsettings-primarychannelsettings)" : PrimaryChannelSettings
}
```

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

```
  [FollowerChannelSettings](#cfn-medialive-channel-linkedchannelsettings-followerchannelsettings): 
    FollowerChannelSettings
  [PrimaryChannelSettings](#cfn-medialive-channel-linkedchannelsettings-primarychannelsettings): 
    PrimaryChannelSettings
```

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

`FollowerChannelSettings`  <a name="cfn-medialive-channel-linkedchannelsettings-followerchannelsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [FollowerChannelSettings](aws-properties-medialive-channel-followerchannelsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryChannelSettings`  <a name="cfn-medialive-channel-linkedchannelsettings-primarychannelsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [PrimaryChannelSettings](aws-properties-medialive-channel-primarychannelsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of the M2TS in the output.

The parents of this entity are ArchiveContainerSettings and UdpContainerSettings.

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

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

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

```
{
  "[AbsentInputAudioBehavior](#cfn-medialive-channel-m2tssettings-absentinputaudiobehavior)" : String,
  "[Arib](#cfn-medialive-channel-m2tssettings-arib)" : String,
  "[AribCaptionsPid](#cfn-medialive-channel-m2tssettings-aribcaptionspid)" : String,
  "[AribCaptionsPidControl](#cfn-medialive-channel-m2tssettings-aribcaptionspidcontrol)" : String,
  "[AudioBufferModel](#cfn-medialive-channel-m2tssettings-audiobuffermodel)" : String,
  "[AudioFramesPerPes](#cfn-medialive-channel-m2tssettings-audioframesperpes)" : Integer,
  "[AudioPids](#cfn-medialive-channel-m2tssettings-audiopids)" : String,
  "[AudioStreamType](#cfn-medialive-channel-m2tssettings-audiostreamtype)" : String,
  "[Bitrate](#cfn-medialive-channel-m2tssettings-bitrate)" : Integer,
  "[BufferModel](#cfn-medialive-channel-m2tssettings-buffermodel)" : String,
  "[CcDescriptor](#cfn-medialive-channel-m2tssettings-ccdescriptor)" : String,
  "[DvbNitSettings](#cfn-medialive-channel-m2tssettings-dvbnitsettings)" : DvbNitSettings,
  "[DvbSdtSettings](#cfn-medialive-channel-m2tssettings-dvbsdtsettings)" : DvbSdtSettings,
  "[DvbSubPids](#cfn-medialive-channel-m2tssettings-dvbsubpids)" : String,
  "[DvbTdtSettings](#cfn-medialive-channel-m2tssettings-dvbtdtsettings)" : DvbTdtSettings,
  "[DvbTeletextPid](#cfn-medialive-channel-m2tssettings-dvbteletextpid)" : String,
  "[Ebif](#cfn-medialive-channel-m2tssettings-ebif)" : String,
  "[EbpAudioInterval](#cfn-medialive-channel-m2tssettings-ebpaudiointerval)" : String,
  "[EbpLookaheadMs](#cfn-medialive-channel-m2tssettings-ebplookaheadms)" : Integer,
  "[EbpPlacement](#cfn-medialive-channel-m2tssettings-ebpplacement)" : String,
  "[EcmPid](#cfn-medialive-channel-m2tssettings-ecmpid)" : String,
  "[EsRateInPes](#cfn-medialive-channel-m2tssettings-esrateinpes)" : String,
  "[EtvPlatformPid](#cfn-medialive-channel-m2tssettings-etvplatformpid)" : String,
  "[EtvSignalPid](#cfn-medialive-channel-m2tssettings-etvsignalpid)" : String,
  "[FragmentTime](#cfn-medialive-channel-m2tssettings-fragmenttime)" : Number,
  "[Klv](#cfn-medialive-channel-m2tssettings-klv)" : String,
  "[KlvDataPids](#cfn-medialive-channel-m2tssettings-klvdatapids)" : String,
  "[NielsenId3Behavior](#cfn-medialive-channel-m2tssettings-nielsenid3behavior)" : String,
  "[NullPacketBitrate](#cfn-medialive-channel-m2tssettings-nullpacketbitrate)" : Number,
  "[PatInterval](#cfn-medialive-channel-m2tssettings-patinterval)" : Integer,
  "[PcrControl](#cfn-medialive-channel-m2tssettings-pcrcontrol)" : String,
  "[PcrPeriod](#cfn-medialive-channel-m2tssettings-pcrperiod)" : Integer,
  "[PcrPid](#cfn-medialive-channel-m2tssettings-pcrpid)" : String,
  "[PmtInterval](#cfn-medialive-channel-m2tssettings-pmtinterval)" : Integer,
  "[PmtPid](#cfn-medialive-channel-m2tssettings-pmtpid)" : String,
  "[ProgramNum](#cfn-medialive-channel-m2tssettings-programnum)" : Integer,
  "[RateMode](#cfn-medialive-channel-m2tssettings-ratemode)" : String,
  "[Scte27Pids](#cfn-medialive-channel-m2tssettings-scte27pids)" : String,
  "[Scte35Control](#cfn-medialive-channel-m2tssettings-scte35control)" : String,
  "[Scte35Pid](#cfn-medialive-channel-m2tssettings-scte35pid)" : String,
  "[Scte35PrerollPullupMilliseconds](#cfn-medialive-channel-m2tssettings-scte35prerollpullupmilliseconds)" : Number,
  "[SegmentationMarkers](#cfn-medialive-channel-m2tssettings-segmentationmarkers)" : String,
  "[SegmentationStyle](#cfn-medialive-channel-m2tssettings-segmentationstyle)" : String,
  "[SegmentationTime](#cfn-medialive-channel-m2tssettings-segmentationtime)" : Number,
  "[TimedMetadataBehavior](#cfn-medialive-channel-m2tssettings-timedmetadatabehavior)" : String,
  "[TimedMetadataPid](#cfn-medialive-channel-m2tssettings-timedmetadatapid)" : String,
  "[TransportStreamId](#cfn-medialive-channel-m2tssettings-transportstreamid)" : Integer,
  "[VideoPid](#cfn-medialive-channel-m2tssettings-videopid)" : String
}
```

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

```
  [AbsentInputAudioBehavior](#cfn-medialive-channel-m2tssettings-absentinputaudiobehavior): String
  [Arib](#cfn-medialive-channel-m2tssettings-arib): String
  [AribCaptionsPid](#cfn-medialive-channel-m2tssettings-aribcaptionspid): String
  [AribCaptionsPidControl](#cfn-medialive-channel-m2tssettings-aribcaptionspidcontrol): String
  [AudioBufferModel](#cfn-medialive-channel-m2tssettings-audiobuffermodel): String
  [AudioFramesPerPes](#cfn-medialive-channel-m2tssettings-audioframesperpes): Integer
  [AudioPids](#cfn-medialive-channel-m2tssettings-audiopids): String
  [AudioStreamType](#cfn-medialive-channel-m2tssettings-audiostreamtype): String
  [Bitrate](#cfn-medialive-channel-m2tssettings-bitrate): Integer
  [BufferModel](#cfn-medialive-channel-m2tssettings-buffermodel): String
  [CcDescriptor](#cfn-medialive-channel-m2tssettings-ccdescriptor): String
  [DvbNitSettings](#cfn-medialive-channel-m2tssettings-dvbnitsettings): 
    DvbNitSettings
  [DvbSdtSettings](#cfn-medialive-channel-m2tssettings-dvbsdtsettings): 
    DvbSdtSettings
  [DvbSubPids](#cfn-medialive-channel-m2tssettings-dvbsubpids): String
  [DvbTdtSettings](#cfn-medialive-channel-m2tssettings-dvbtdtsettings): 
    DvbTdtSettings
  [DvbTeletextPid](#cfn-medialive-channel-m2tssettings-dvbteletextpid): String
  [Ebif](#cfn-medialive-channel-m2tssettings-ebif): String
  [EbpAudioInterval](#cfn-medialive-channel-m2tssettings-ebpaudiointerval): String
  [EbpLookaheadMs](#cfn-medialive-channel-m2tssettings-ebplookaheadms): Integer
  [EbpPlacement](#cfn-medialive-channel-m2tssettings-ebpplacement): String
  [EcmPid](#cfn-medialive-channel-m2tssettings-ecmpid): String
  [EsRateInPes](#cfn-medialive-channel-m2tssettings-esrateinpes): String
  [EtvPlatformPid](#cfn-medialive-channel-m2tssettings-etvplatformpid): String
  [EtvSignalPid](#cfn-medialive-channel-m2tssettings-etvsignalpid): String
  [FragmentTime](#cfn-medialive-channel-m2tssettings-fragmenttime): Number
  [Klv](#cfn-medialive-channel-m2tssettings-klv): String
  [KlvDataPids](#cfn-medialive-channel-m2tssettings-klvdatapids): String
  [NielsenId3Behavior](#cfn-medialive-channel-m2tssettings-nielsenid3behavior): String
  [NullPacketBitrate](#cfn-medialive-channel-m2tssettings-nullpacketbitrate): Number
  [PatInterval](#cfn-medialive-channel-m2tssettings-patinterval): Integer
  [PcrControl](#cfn-medialive-channel-m2tssettings-pcrcontrol): String
  [PcrPeriod](#cfn-medialive-channel-m2tssettings-pcrperiod): Integer
  [PcrPid](#cfn-medialive-channel-m2tssettings-pcrpid): String
  [PmtInterval](#cfn-medialive-channel-m2tssettings-pmtinterval): Integer
  [PmtPid](#cfn-medialive-channel-m2tssettings-pmtpid): String
  [ProgramNum](#cfn-medialive-channel-m2tssettings-programnum): Integer
  [RateMode](#cfn-medialive-channel-m2tssettings-ratemode): String
  [Scte27Pids](#cfn-medialive-channel-m2tssettings-scte27pids): String
  [Scte35Control](#cfn-medialive-channel-m2tssettings-scte35control): String
  [Scte35Pid](#cfn-medialive-channel-m2tssettings-scte35pid): String
  [Scte35PrerollPullupMilliseconds](#cfn-medialive-channel-m2tssettings-scte35prerollpullupmilliseconds): Number
  [SegmentationMarkers](#cfn-medialive-channel-m2tssettings-segmentationmarkers): String
  [SegmentationStyle](#cfn-medialive-channel-m2tssettings-segmentationstyle): String
  [SegmentationTime](#cfn-medialive-channel-m2tssettings-segmentationtime): Number
  [TimedMetadataBehavior](#cfn-medialive-channel-m2tssettings-timedmetadatabehavior): String
  [TimedMetadataPid](#cfn-medialive-channel-m2tssettings-timedmetadatapid): String
  [TransportStreamId](#cfn-medialive-channel-m2tssettings-transportstreamid): Integer
  [VideoPid](#cfn-medialive-channel-m2tssettings-videopid): String
```

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

`AbsentInputAudioBehavior`  <a name="cfn-medialive-channel-m2tssettings-absentinputaudiobehavior"></a>
When set to drop, the output audio streams are removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on the input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.  
*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)

`Arib`  <a name="cfn-medialive-channel-m2tssettings-arib"></a>
When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.  
*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)

`AribCaptionsPid`  <a name="cfn-medialive-channel-m2tssettings-aribcaptionspid"></a>
The PID for ARIB Captions in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`AribCaptionsPidControl`  <a name="cfn-medialive-channel-m2tssettings-aribcaptionspidcontrol"></a>
If set to auto, The PID number used for ARIB Captions will be auto-selected from unused PIDs. If set to useConfigured, ARIB captions will be on the configured PID number.  
*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)

`AudioBufferModel`  <a name="cfn-medialive-channel-m2tssettings-audiobuffermodel"></a>
When set to dvb, uses the DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.  
*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)

`AudioFramesPerPes`  <a name="cfn-medialive-channel-m2tssettings-audioframesperpes"></a>
The number of audio frames to insert for each PES packet.  
*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)

`AudioPids`  <a name="cfn-medialive-channel-m2tssettings-audiopids"></a>
The PID of the elementary audio streams in the transport stream. Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`AudioStreamType`  <a name="cfn-medialive-channel-m2tssettings-audiostreamtype"></a>
When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.  
*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)

`Bitrate`  <a name="cfn-medialive-channel-m2tssettings-bitrate"></a>
The output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate.  
*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)

`BufferModel`  <a name="cfn-medialive-channel-m2tssettings-buffermodel"></a>
If set to multiplex, uses the multiplex buffer model for accurate interleaving. Setting to bufferModel to none can lead to lower latency, but low-memory devices might not be able to play back the stream without interruptions.  
*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)

`CcDescriptor`  <a name="cfn-medialive-channel-m2tssettings-ccdescriptor"></a>
When set to enabled, generates captionServiceDescriptor in PMT.  
*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)

`DvbNitSettings`  <a name="cfn-medialive-channel-m2tssettings-dvbnitsettings"></a>
Inserts a DVB Network Information Table (NIT) at the specified table repetition interval.  
*Required*: No  
*Type*: [DvbNitSettings](aws-properties-medialive-channel-dvbnitsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DvbSdtSettings`  <a name="cfn-medialive-channel-m2tssettings-dvbsdtsettings"></a>
Inserts a DVB Service Description Table (SDT) at the specified table repetition interval.  
*Required*: No  
*Type*: [DvbSdtSettings](aws-properties-medialive-channel-dvbsdtsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DvbSubPids`  <a name="cfn-medialive-channel-m2tssettings-dvbsubpids"></a>
The PID for the input source DVB Subtitle data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`DvbTdtSettings`  <a name="cfn-medialive-channel-m2tssettings-dvbtdtsettings"></a>
Inserts DVB Time and Date Table (TDT) at the specified table repetition interval.  
*Required*: No  
*Type*: [DvbTdtSettings](aws-properties-medialive-channel-dvbtdtsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DvbTeletextPid`  <a name="cfn-medialive-channel-m2tssettings-dvbteletextpid"></a>
The PID for the input source DVB Teletext data to this output. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`Ebif`  <a name="cfn-medialive-channel-m2tssettings-ebif"></a>
If set to passthrough, passes any EBIF data from the input source to this output.  
*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)

`EbpAudioInterval`  <a name="cfn-medialive-channel-m2tssettings-ebpaudiointerval"></a>
When videoAndFixedIntervals is selected, audio EBP markers are added to partitions 3 and 4. The interval between these additional markers is fixed, and is slightly shorter than the video EBP marker interval. This is only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 always follow the video interval.  
*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)

`EbpLookaheadMs`  <a name="cfn-medialive-channel-m2tssettings-ebplookaheadms"></a>
When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is "stretched" to the next marker. The lookahead value does not add latency to the system. The channel must be configured elsewhere to create sufficient latency to make the lookahead accurate.  
*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)

`EbpPlacement`  <a name="cfn-medialive-channel-m2tssettings-ebpplacement"></a>
Controls placement of EBP on audio PIDs. If set to videoAndAudioPids, EBP markers are placed on the video PID and all audio PIDs. If set to videoPid, EBP markers are placed on only the video PID.  
*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)

`EcmPid`  <a name="cfn-medialive-channel-m2tssettings-ecmpid"></a>
This field is unused and deprecated.  
*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)

`EsRateInPes`  <a name="cfn-medialive-channel-m2tssettings-esrateinpes"></a>
Includes or excludes the ES Rate field in the PES header.  
*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)

`EtvPlatformPid`  <a name="cfn-medialive-channel-m2tssettings-etvplatformpid"></a>
The PID for the input source ETV Platform data to this output. You can enter it as a decimal or hexadecimal value. Valid values are 32 (or 0x20) to 8182 (or 0x1ff6).  
*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)

`EtvSignalPid`  <a name="cfn-medialive-channel-m2tssettings-etvsignalpid"></a>
The PID for input source ETV Signal data to this output. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`FragmentTime`  <a name="cfn-medialive-channel-m2tssettings-fragmenttime"></a>
The length in seconds of each fragment. This is used only with EBP markers.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Klv`  <a name="cfn-medialive-channel-m2tssettings-klv"></a>
If set to passthrough, passes any KLV data from the input source to this output.  
*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)

`KlvDataPids`  <a name="cfn-medialive-channel-m2tssettings-klvdatapids"></a>
The PID for the input source KLV data to this output. Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`NielsenId3Behavior`  <a name="cfn-medialive-channel-m2tssettings-nielsenid3behavior"></a>
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.  
*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)

`NullPacketBitrate`  <a name="cfn-medialive-channel-m2tssettings-nullpacketbitrate"></a>
The value, in bits per second, of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PatInterval`  <a name="cfn-medialive-channel-m2tssettings-patinterval"></a>
The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.  
*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)

`PcrControl`  <a name="cfn-medialive-channel-m2tssettings-pcrcontrol"></a>
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.  
*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)

`PcrPeriod`  <a name="cfn-medialive-channel-m2tssettings-pcrperiod"></a>
The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.  
*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)

`PcrPid`  <a name="cfn-medialive-channel-m2tssettings-pcrpid"></a>
The PID of the Program Clock Reference (PCR) in the transport stream. When no value is given, MediaLive assigns the same value as the video PID. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`PmtInterval`  <a name="cfn-medialive-channel-m2tssettings-pmtinterval"></a>
The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.  
*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)

`PmtPid`  <a name="cfn-medialive-channel-m2tssettings-pmtpid"></a>
The PID for the Program Map Table (PMT) in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`ProgramNum`  <a name="cfn-medialive-channel-m2tssettings-programnum"></a>
The value of the program number field in the Program Map Table (PMT).  
*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)

`RateMode`  <a name="cfn-medialive-channel-m2tssettings-ratemode"></a>
When VBR, does not insert null packets into the transport stream to fill the specified bitrate. The bitrate setting acts as the maximum bitrate when VBR is set.  
*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)

`Scte27Pids`  <a name="cfn-medialive-channel-m2tssettings-scte27pids"></a>
The PID for the input source SCTE-27 data to this output. Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`Scte35Control`  <a name="cfn-medialive-channel-m2tssettings-scte35control"></a>
Optionally passes SCTE-35 signals from the input source to this output.  
*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)

`Scte35Pid`  <a name="cfn-medialive-channel-m2tssettings-scte35pid"></a>
The PID of the SCTE-35 stream in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`Scte35PrerollPullupMilliseconds`  <a name="cfn-medialive-channel-m2tssettings-scte35prerollpullupmilliseconds"></a>
Property description not available.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SegmentationMarkers`  <a name="cfn-medialive-channel-m2tssettings-segmentationmarkers"></a>
Inserts segmentation markers at each segmentationTime period. raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.  
*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)

`SegmentationStyle`  <a name="cfn-medialive-channel-m2tssettings-segmentationstyle"></a>
The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments might be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of resetCadence is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of \$1segmentationTime seconds. When a segmentation style of maintainCadence is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of \$1segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule.  
*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)

`SegmentationTime`  <a name="cfn-medialive-channel-m2tssettings-segmentationtime"></a>
The length, in seconds, of each segment. This is required unless markers is set to None\$1.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimedMetadataBehavior`  <a name="cfn-medialive-channel-m2tssettings-timedmetadatabehavior"></a>
When set to passthrough, timed metadata is passed through from input to output.  
*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)

`TimedMetadataPid`  <a name="cfn-medialive-channel-m2tssettings-timedmetadatapid"></a>
The PID of the timed metadata stream in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`TransportStreamId`  <a name="cfn-medialive-channel-m2tssettings-transportstreamid"></a>
The value of the transport stream ID field in the Program Map Table (PMT).  
*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)

`VideoPid`  <a name="cfn-medialive-channel-m2tssettings-videopid"></a>
The PID of the elementary video stream in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

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

Settings for the M3U8 container.

The parent of this entity is StandardHlsSettings.

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

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

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

```
{
  "[AudioFramesPerPes](#cfn-medialive-channel-m3u8settings-audioframesperpes)" : Integer,
  "[AudioPids](#cfn-medialive-channel-m3u8settings-audiopids)" : String,
  "[EcmPid](#cfn-medialive-channel-m3u8settings-ecmpid)" : String,
  "[KlvBehavior](#cfn-medialive-channel-m3u8settings-klvbehavior)" : String,
  "[KlvDataPids](#cfn-medialive-channel-m3u8settings-klvdatapids)" : String,
  "[NielsenId3Behavior](#cfn-medialive-channel-m3u8settings-nielsenid3behavior)" : String,
  "[PatInterval](#cfn-medialive-channel-m3u8settings-patinterval)" : Integer,
  "[PcrControl](#cfn-medialive-channel-m3u8settings-pcrcontrol)" : String,
  "[PcrPeriod](#cfn-medialive-channel-m3u8settings-pcrperiod)" : Integer,
  "[PcrPid](#cfn-medialive-channel-m3u8settings-pcrpid)" : String,
  "[PmtInterval](#cfn-medialive-channel-m3u8settings-pmtinterval)" : Integer,
  "[PmtPid](#cfn-medialive-channel-m3u8settings-pmtpid)" : String,
  "[ProgramNum](#cfn-medialive-channel-m3u8settings-programnum)" : Integer,
  "[Scte35Behavior](#cfn-medialive-channel-m3u8settings-scte35behavior)" : String,
  "[Scte35Pid](#cfn-medialive-channel-m3u8settings-scte35pid)" : String,
  "[TimedMetadataBehavior](#cfn-medialive-channel-m3u8settings-timedmetadatabehavior)" : String,
  "[TimedMetadataPid](#cfn-medialive-channel-m3u8settings-timedmetadatapid)" : String,
  "[TransportStreamId](#cfn-medialive-channel-m3u8settings-transportstreamid)" : Integer,
  "[VideoPid](#cfn-medialive-channel-m3u8settings-videopid)" : String
}
```

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

```
  [AudioFramesPerPes](#cfn-medialive-channel-m3u8settings-audioframesperpes): Integer
  [AudioPids](#cfn-medialive-channel-m3u8settings-audiopids): String
  [EcmPid](#cfn-medialive-channel-m3u8settings-ecmpid): String
  [KlvBehavior](#cfn-medialive-channel-m3u8settings-klvbehavior): String
  [KlvDataPids](#cfn-medialive-channel-m3u8settings-klvdatapids): String
  [NielsenId3Behavior](#cfn-medialive-channel-m3u8settings-nielsenid3behavior): String
  [PatInterval](#cfn-medialive-channel-m3u8settings-patinterval): Integer
  [PcrControl](#cfn-medialive-channel-m3u8settings-pcrcontrol): String
  [PcrPeriod](#cfn-medialive-channel-m3u8settings-pcrperiod): Integer
  [PcrPid](#cfn-medialive-channel-m3u8settings-pcrpid): String
  [PmtInterval](#cfn-medialive-channel-m3u8settings-pmtinterval): Integer
  [PmtPid](#cfn-medialive-channel-m3u8settings-pmtpid): String
  [ProgramNum](#cfn-medialive-channel-m3u8settings-programnum): Integer
  [Scte35Behavior](#cfn-medialive-channel-m3u8settings-scte35behavior): String
  [Scte35Pid](#cfn-medialive-channel-m3u8settings-scte35pid): String
  [TimedMetadataBehavior](#cfn-medialive-channel-m3u8settings-timedmetadatabehavior): String
  [TimedMetadataPid](#cfn-medialive-channel-m3u8settings-timedmetadatapid): String
  [TransportStreamId](#cfn-medialive-channel-m3u8settings-transportstreamid): Integer
  [VideoPid](#cfn-medialive-channel-m3u8settings-videopid): String
```

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

`AudioFramesPerPes`  <a name="cfn-medialive-channel-m3u8settings-audioframesperpes"></a>
The number of audio frames to insert for each PES packet.  
*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)

`AudioPids`  <a name="cfn-medialive-channel-m3u8settings-audiopids"></a>
The PID of the elementary audio streams in the transport stream. Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value.  
*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)

`EcmPid`  <a name="cfn-medialive-channel-m3u8settings-ecmpid"></a>
This parameter is unused and deprecated.  
*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)

`KlvBehavior`  <a name="cfn-medialive-channel-m3u8settings-klvbehavior"></a>
Property description not available.  
*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)

`KlvDataPids`  <a name="cfn-medialive-channel-m3u8settings-klvdatapids"></a>
Property description not available.  
*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)

`NielsenId3Behavior`  <a name="cfn-medialive-channel-m3u8settings-nielsenid3behavior"></a>
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.  
*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)

`PatInterval`  <a name="cfn-medialive-channel-m3u8settings-patinterval"></a>
The number of milliseconds between instances of this table in the output transport stream. A value of \$1"0\$1" writes out the PMT once per segment file.  
*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)

`PcrControl`  <a name="cfn-medialive-channel-m3u8settings-pcrcontrol"></a>
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.  
*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)

`PcrPeriod`  <a name="cfn-medialive-channel-m3u8settings-pcrperiod"></a>
The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.  
*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)

`PcrPid`  <a name="cfn-medialive-channel-m3u8settings-pcrpid"></a>
The PID of the Program Clock Reference (PCR) in the transport stream. When no value is given, MediaLive assigns the same value as the video PID. You can enter the value as a decimal or hexadecimal value.  
*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)

`PmtInterval`  <a name="cfn-medialive-channel-m3u8settings-pmtinterval"></a>
The number of milliseconds between instances of this table in the output transport stream. A value of \$1"0\$1" writes out the PMT once per segment file.  
*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)

`PmtPid`  <a name="cfn-medialive-channel-m3u8settings-pmtpid"></a>
The PID for the Program Map Table (PMT) in the transport stream. You can enter the value as a decimal or hexadecimal value.  
*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)

`ProgramNum`  <a name="cfn-medialive-channel-m3u8settings-programnum"></a>
The value of the program number field in the Program Map Table (PMT).  
*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)

`Scte35Behavior`  <a name="cfn-medialive-channel-m3u8settings-scte35behavior"></a>
If set to passthrough, passes any SCTE-35 signals from the input source to this output.  
*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)

`Scte35Pid`  <a name="cfn-medialive-channel-m3u8settings-scte35pid"></a>
The PID of the SCTE-35 stream in the transport stream. You can enter the value as a decimal or hexadecimal value.  
*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)

`TimedMetadataBehavior`  <a name="cfn-medialive-channel-m3u8settings-timedmetadatabehavior"></a>
When set to passthrough, timed metadata is passed through from input to output.  
*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)

`TimedMetadataPid`  <a name="cfn-medialive-channel-m3u8settings-timedmetadatapid"></a>
The PID of the timed metadata stream in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).  
*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)

`TransportStreamId`  <a name="cfn-medialive-channel-m3u8settings-transportstreamid"></a>
The value of the transport stream ID field in the Program Map Table (PMT).  
*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)

`VideoPid`  <a name="cfn-medialive-channel-m3u8settings-videopid"></a>
The PID of the elementary video stream in the transport stream. You can enter the value as a decimal or hexadecimal value.  
*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)

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

<a name="aws-properties-medialive-channel-maintenancecreatesettings-description"></a>The `MaintenanceCreateSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[MaintenanceDay](#cfn-medialive-channel-maintenancecreatesettings-maintenanceday)" : String,
  "[MaintenanceStartTime](#cfn-medialive-channel-maintenancecreatesettings-maintenancestarttime)" : String
}
```

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

```
  [MaintenanceDay](#cfn-medialive-channel-maintenancecreatesettings-maintenanceday): String
  [MaintenanceStartTime](#cfn-medialive-channel-maintenancecreatesettings-maintenancestarttime): String
```

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

`MaintenanceDay`  <a name="cfn-medialive-channel-maintenancecreatesettings-maintenanceday"></a>
Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.  
*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)

`MaintenanceStartTime`  <a name="cfn-medialive-channel-maintenancecreatesettings-maintenancestarttime"></a>
Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.  
*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)

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

<a name="aws-properties-medialive-channel-mediapackageadditionaldestinations-description"></a>The `MediaPackageAdditionalDestinations` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[Destination](#cfn-medialive-channel-mediapackageadditionaldestinations-destination)" : OutputLocationRef
}
```

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

```
  [Destination](#cfn-medialive-channel-mediapackageadditionaldestinations-destination): 
    OutputLocationRef
```

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

`Destination`  <a name="cfn-medialive-channel-mediapackageadditionaldestinations-destination"></a>
Property description not available.  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The settings for the MediaPackage group.

The parent of this entity is OutputGroupSettings.

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

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

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

```
{
  "[Destination](#cfn-medialive-channel-mediapackagegroupsettings-destination)" : OutputLocationRef,
  "[MediapackageV2GroupSettings](#cfn-medialive-channel-mediapackagegroupsettings-mediapackagev2groupsettings)" : MediaPackageV2GroupSettings
}
```

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

```
  [Destination](#cfn-medialive-channel-mediapackagegroupsettings-destination): 
    OutputLocationRef
  [MediapackageV2GroupSettings](#cfn-medialive-channel-mediapackagegroupsettings-mediapackagev2groupsettings): 
    MediaPackageV2GroupSettings
```

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

`Destination`  <a name="cfn-medialive-channel-mediapackagegroupsettings-destination"></a>
The MediaPackage channel destination.  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MediapackageV2GroupSettings`  <a name="cfn-medialive-channel-mediapackagegroupsettings-mediapackagev2groupsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [MediaPackageV2GroupSettings](aws-properties-medialive-channel-mediapackagev2groupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Destination settings for a MediaPackage output.

The parent of this entity is OutputDestination.

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

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

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

```
{
  "[ChannelEndpointId](#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelendpointid)" : String,
  "[ChannelGroup](#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelgroup)" : String,
  "[ChannelId](#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelid)" : String,
  "[ChannelName](#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelname)" : String,
  "[MediaPackageRegionName](#cfn-medialive-channel-mediapackageoutputdestinationsettings-mediapackageregionname)" : String
}
```

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

```
  [ChannelEndpointId](#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelendpointid): String
  [ChannelGroup](#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelgroup): String
  [ChannelId](#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelid): String
  [ChannelName](#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelname): String
  [MediaPackageRegionName](#cfn-medialive-channel-mediapackageoutputdestinationsettings-mediapackageregionname): String
```

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

`ChannelEndpointId`  <a name="cfn-medialive-channel-mediapackageoutputdestinationsettings-channelendpointid"></a>
Property description not available.  
*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)

`ChannelGroup`  <a name="cfn-medialive-channel-mediapackageoutputdestinationsettings-channelgroup"></a>
Property description not available.  
*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)

`ChannelId`  <a name="cfn-medialive-channel-mediapackageoutputdestinationsettings-channelid"></a>
The ID of the channel in MediaPackage that is the destination for this output group. You don't need to specify the individual inputs in MediaPackage; MediaLive handles the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same Region.  
*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)

`ChannelName`  <a name="cfn-medialive-channel-mediapackageoutputdestinationsettings-channelname"></a>
Property description not available.  
*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)

`MediaPackageRegionName`  <a name="cfn-medialive-channel-mediapackageoutputdestinationsettings-mediapackageregionname"></a>
Property description not available.  
*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)

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

The settings for a MediaPackage output.

The parent of this entity is OutputSettings.

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

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

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

```
{
  "[MediaPackageV2DestinationSettings](#cfn-medialive-channel-mediapackageoutputsettings-mediapackagev2destinationsettings)" : MediaPackageV2DestinationSettings
}
```

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

```
  [MediaPackageV2DestinationSettings](#cfn-medialive-channel-mediapackageoutputsettings-mediapackagev2destinationsettings): 
    MediaPackageV2DestinationSettings
```

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

`MediaPackageV2DestinationSettings`  <a name="cfn-medialive-channel-mediapackageoutputsettings-mediapackagev2destinationsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [MediaPackageV2DestinationSettings](aws-properties-medialive-channel-mediapackagev2destinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

<a name="aws-properties-medialive-channel-mediapackagev2destinationsettings-description"></a>The `MediaPackageV2DestinationSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[AudioGroupId](#cfn-medialive-channel-mediapackagev2destinationsettings-audiogroupid)" : String,
  "[AudioRenditionSets](#cfn-medialive-channel-mediapackagev2destinationsettings-audiorenditionsets)" : String,
  "[HlsAutoSelect](#cfn-medialive-channel-mediapackagev2destinationsettings-hlsautoselect)" : String,
  "[HlsDefault](#cfn-medialive-channel-mediapackagev2destinationsettings-hlsdefault)" : String
}
```

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

```
  [AudioGroupId](#cfn-medialive-channel-mediapackagev2destinationsettings-audiogroupid): String
  [AudioRenditionSets](#cfn-medialive-channel-mediapackagev2destinationsettings-audiorenditionsets): String
  [HlsAutoSelect](#cfn-medialive-channel-mediapackagev2destinationsettings-hlsautoselect): String
  [HlsDefault](#cfn-medialive-channel-mediapackagev2destinationsettings-hlsdefault): String
```

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

`AudioGroupId`  <a name="cfn-medialive-channel-mediapackagev2destinationsettings-audiogroupid"></a>
Property description not available.  
*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)

`AudioRenditionSets`  <a name="cfn-medialive-channel-mediapackagev2destinationsettings-audiorenditionsets"></a>
Property description not available.  
*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)

`HlsAutoSelect`  <a name="cfn-medialive-channel-mediapackagev2destinationsettings-hlsautoselect"></a>
Property description not available.  
*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)

`HlsDefault`  <a name="cfn-medialive-channel-mediapackagev2destinationsettings-hlsdefault"></a>
Property description not available.  
*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)

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

<a name="aws-properties-medialive-channel-mediapackagev2groupsettings-description"></a>The `MediaPackageV2GroupSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[AdditionalDestinations](#cfn-medialive-channel-mediapackagev2groupsettings-additionaldestinations)" : [ MediaPackageAdditionalDestinations, ... ],
  "[CaptionLanguageMappings](#cfn-medialive-channel-mediapackagev2groupsettings-captionlanguagemappings)" : [ CaptionLanguageMapping, ... ],
  "[Id3Behavior](#cfn-medialive-channel-mediapackagev2groupsettings-id3behavior)" : String,
  "[KlvBehavior](#cfn-medialive-channel-mediapackagev2groupsettings-klvbehavior)" : String,
  "[NielsenId3Behavior](#cfn-medialive-channel-mediapackagev2groupsettings-nielsenid3behavior)" : String,
  "[Scte35Type](#cfn-medialive-channel-mediapackagev2groupsettings-scte35type)" : String,
  "[SegmentLength](#cfn-medialive-channel-mediapackagev2groupsettings-segmentlength)" : Integer,
  "[SegmentLengthUnits](#cfn-medialive-channel-mediapackagev2groupsettings-segmentlengthunits)" : String,
  "[TimedMetadataId3Frame](#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3frame)" : String,
  "[TimedMetadataId3Period](#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3period)" : Integer,
  "[TimedMetadataPassthrough](#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadatapassthrough)" : String
}
```

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

```
  [AdditionalDestinations](#cfn-medialive-channel-mediapackagev2groupsettings-additionaldestinations): 
    - MediaPackageAdditionalDestinations
  [CaptionLanguageMappings](#cfn-medialive-channel-mediapackagev2groupsettings-captionlanguagemappings): 
    - CaptionLanguageMapping
  [Id3Behavior](#cfn-medialive-channel-mediapackagev2groupsettings-id3behavior): String
  [KlvBehavior](#cfn-medialive-channel-mediapackagev2groupsettings-klvbehavior): String
  [NielsenId3Behavior](#cfn-medialive-channel-mediapackagev2groupsettings-nielsenid3behavior): String
  [Scte35Type](#cfn-medialive-channel-mediapackagev2groupsettings-scte35type): String
  [SegmentLength](#cfn-medialive-channel-mediapackagev2groupsettings-segmentlength): Integer
  [SegmentLengthUnits](#cfn-medialive-channel-mediapackagev2groupsettings-segmentlengthunits): String
  [TimedMetadataId3Frame](#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3frame): String
  [TimedMetadataId3Period](#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3period): Integer
  [TimedMetadataPassthrough](#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadatapassthrough): String
```

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

`AdditionalDestinations`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-additionaldestinations"></a>
Property description not available.  
*Required*: No  
*Type*: [Array](aws-properties-medialive-channel-additionaldestinations.md) of [MediaPackageAdditionalDestinations](aws-properties-medialive-channel-mediapackageadditionaldestinations.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CaptionLanguageMappings`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-captionlanguagemappings"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [CaptionLanguageMapping](aws-properties-medialive-channel-captionlanguagemapping.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Id3Behavior`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-id3behavior"></a>
Property description not available.  
*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)

`KlvBehavior`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-klvbehavior"></a>
Property description not available.  
*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)

`NielsenId3Behavior`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-nielsenid3behavior"></a>
Property description not available.  
*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)

`Scte35Type`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-scte35type"></a>
Property description not available.  
*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)

`SegmentLength`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-segmentlength"></a>
Property description not available.  
*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)

`SegmentLengthUnits`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-segmentlengthunits"></a>
Property description not available.  
*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)

`TimedMetadataId3Frame`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3frame"></a>
Property description not available.  
*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)

`TimedMetadataId3Period`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3period"></a>
Property description not available.  
*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)

`TimedMetadataPassthrough`  <a name="cfn-medialive-channel-mediapackagev2groupsettings-timedmetadatapassthrough"></a>
Property description not available.  
*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)

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

Settings to enable and configure the motion graphics overlay feature in the channel.

The parent of this entity is EncoderSettings.

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

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

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

```
{
  "[MotionGraphicsInsertion](#cfn-medialive-channel-motiongraphicsconfiguration-motiongraphicsinsertion)" : String,
  "[MotionGraphicsSettings](#cfn-medialive-channel-motiongraphicsconfiguration-motiongraphicssettings)" : MotionGraphicsSettings
}
```

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

```
  [MotionGraphicsInsertion](#cfn-medialive-channel-motiongraphicsconfiguration-motiongraphicsinsertion): String
  [MotionGraphicsSettings](#cfn-medialive-channel-motiongraphicsconfiguration-motiongraphicssettings): 
    MotionGraphicsSettings
```

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

`MotionGraphicsInsertion`  <a name="cfn-medialive-channel-motiongraphicsconfiguration-motiongraphicsinsertion"></a>
Enables or disables the motion graphics overlay feature in the channel.  
*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)

`MotionGraphicsSettings`  <a name="cfn-medialive-channel-motiongraphicsconfiguration-motiongraphicssettings"></a>
Settings to enable and configure the motion graphics overlay feature in the channel.  
*Required*: No  
*Type*: [MotionGraphicsSettings](aws-properties-medialive-channel-motiongraphicssettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Settings to enable and configure the motion graphics overlay feature in the channel.

The parent of this entity is MotionGraphicsConfiguration.

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

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

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

```
{
  "[HtmlMotionGraphicsSettings](#cfn-medialive-channel-motiongraphicssettings-htmlmotiongraphicssettings)" : Json
}
```

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

```
  [HtmlMotionGraphicsSettings](#cfn-medialive-channel-motiongraphicssettings-htmlmotiongraphicssettings): Json
```

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

`HtmlMotionGraphicsSettings`  <a name="cfn-medialive-channel-motiongraphicssettings-htmlmotiongraphicssettings"></a>
Settings to configure the motion graphics overlay to use an HTML asset.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration for this MP2 audio.

The parent of this entity is AudioCodecSettings.

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

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

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

```
{
  "[Bitrate](#cfn-medialive-channel-mp2settings-bitrate)" : Number,
  "[CodingMode](#cfn-medialive-channel-mp2settings-codingmode)" : String,
  "[SampleRate](#cfn-medialive-channel-mp2settings-samplerate)" : Number
}
```

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

```
  [Bitrate](#cfn-medialive-channel-mp2settings-bitrate): Number
  [CodingMode](#cfn-medialive-channel-mp2settings-codingmode): String
  [SampleRate](#cfn-medialive-channel-mp2settings-samplerate): Number
```

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

`Bitrate`  <a name="cfn-medialive-channel-mp2settings-bitrate"></a>
The average bitrate in bits/second.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CodingMode`  <a name="cfn-medialive-channel-mp2settings-codingmode"></a>
The MPEG2 Audio coding mode. Valid values are codingMode10 (for mono) or codingMode20 (for stereo).  
*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)

`SampleRate`  <a name="cfn-medialive-channel-mp2settings-samplerate"></a>
The sample rate in Hz.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Settings to configure video filters that apply to the MPEG-2 codec.

The parent of this entity is Mpeg2FilterSettings.

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

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

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

```
{
  "[TemporalFilterSettings](#cfn-medialive-channel-mpeg2filtersettings-temporalfiltersettings)" : TemporalFilterSettings
}
```

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

```
  [TemporalFilterSettings](#cfn-medialive-channel-mpeg2filtersettings-temporalfiltersettings): 
    TemporalFilterSettings
```

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

`TemporalFilterSettings`  <a name="cfn-medialive-channel-mpeg2filtersettings-temporalfiltersettings"></a>
Settings for applying the temporal filter to the video.   
*Required*: No  
*Type*: [TemporalFilterSettings](aws-properties-medialive-channel-temporalfiltersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The settings for the MPEG-2 codec in the output.

The parent of this entity is VideoCodecSetting.

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

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

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

```
{
  "[AdaptiveQuantization](#cfn-medialive-channel-mpeg2settings-adaptivequantization)" : String,
  "[AfdSignaling](#cfn-medialive-channel-mpeg2settings-afdsignaling)" : String,
  "[ColorMetadata](#cfn-medialive-channel-mpeg2settings-colormetadata)" : String,
  "[ColorSpace](#cfn-medialive-channel-mpeg2settings-colorspace)" : String,
  "[DisplayAspectRatio](#cfn-medialive-channel-mpeg2settings-displayaspectratio)" : String,
  "[FilterSettings](#cfn-medialive-channel-mpeg2settings-filtersettings)" : Mpeg2FilterSettings,
  "[FixedAfd](#cfn-medialive-channel-mpeg2settings-fixedafd)" : String,
  "[FramerateDenominator](#cfn-medialive-channel-mpeg2settings-frameratedenominator)" : Integer,
  "[FramerateNumerator](#cfn-medialive-channel-mpeg2settings-frameratenumerator)" : Integer,
  "[GopClosedCadence](#cfn-medialive-channel-mpeg2settings-gopclosedcadence)" : Integer,
  "[GopNumBFrames](#cfn-medialive-channel-mpeg2settings-gopnumbframes)" : Integer,
  "[GopSize](#cfn-medialive-channel-mpeg2settings-gopsize)" : Number,
  "[GopSizeUnits](#cfn-medialive-channel-mpeg2settings-gopsizeunits)" : String,
  "[ScanType](#cfn-medialive-channel-mpeg2settings-scantype)" : String,
  "[SubgopLength](#cfn-medialive-channel-mpeg2settings-subgoplength)" : String,
  "[TimecodeBurninSettings](#cfn-medialive-channel-mpeg2settings-timecodeburninsettings)" : TimecodeBurninSettings,
  "[TimecodeInsertion](#cfn-medialive-channel-mpeg2settings-timecodeinsertion)" : String
}
```

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

```
  [AdaptiveQuantization](#cfn-medialive-channel-mpeg2settings-adaptivequantization): String
  [AfdSignaling](#cfn-medialive-channel-mpeg2settings-afdsignaling): String
  [ColorMetadata](#cfn-medialive-channel-mpeg2settings-colormetadata): String
  [ColorSpace](#cfn-medialive-channel-mpeg2settings-colorspace): String
  [DisplayAspectRatio](#cfn-medialive-channel-mpeg2settings-displayaspectratio): String
  [FilterSettings](#cfn-medialive-channel-mpeg2settings-filtersettings): 
    Mpeg2FilterSettings
  [FixedAfd](#cfn-medialive-channel-mpeg2settings-fixedafd): String
  [FramerateDenominator](#cfn-medialive-channel-mpeg2settings-frameratedenominator): Integer
  [FramerateNumerator](#cfn-medialive-channel-mpeg2settings-frameratenumerator): Integer
  [GopClosedCadence](#cfn-medialive-channel-mpeg2settings-gopclosedcadence): Integer
  [GopNumBFrames](#cfn-medialive-channel-mpeg2settings-gopnumbframes): Integer
  [GopSize](#cfn-medialive-channel-mpeg2settings-gopsize): Number
  [GopSizeUnits](#cfn-medialive-channel-mpeg2settings-gopsizeunits): String
  [ScanType](#cfn-medialive-channel-mpeg2settings-scantype): String
  [SubgopLength](#cfn-medialive-channel-mpeg2settings-subgoplength): String
  [TimecodeBurninSettings](#cfn-medialive-channel-mpeg2settings-timecodeburninsettings): 
    TimecodeBurninSettings
  [TimecodeInsertion](#cfn-medialive-channel-mpeg2settings-timecodeinsertion): String
```

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

`AdaptiveQuantization`  <a name="cfn-medialive-channel-mpeg2settings-adaptivequantization"></a>
Choose Off to disable adaptive quantization. Or choose another value to enable the quantizer and set its strength. The strengths are: Auto, Off, Low, Medium, High. When you enable this field, MediaLive allows intra-frame quantizers to vary, which might improve visual quality.  
*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)

`AfdSignaling`  <a name="cfn-medialive-channel-mpeg2settings-afdsignaling"></a>
Indicates the AFD values that MediaLive will write into the video encode. If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose AUTO. AUTO: MediaLive will try to preserve the input AFD value (in cases where multiple AFD values are valid). FIXED: MediaLive will use the value you specify in fixedAFD.  
*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)

`ColorMetadata`  <a name="cfn-medialive-channel-mpeg2settings-colormetadata"></a>
Specifies whether to include the color space metadata. The metadata describes the color space that applies to the video (the colorSpace field). We recommend that you insert the metadata.  
*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)

`ColorSpace`  <a name="cfn-medialive-channel-mpeg2settings-colorspace"></a>
Choose the type of color space conversion to apply to the output. For detailed information on setting up both the input and the output to obtain the desired color space in the output, see the section on \$1"MediaLive Features - Video - color space\$1" in the MediaLive User Guide. PASSTHROUGH: Keep the color space of the input content - do not convert it. AUTO:Convert all content that is SD to rec 601, and convert all content that is HD to rec 709.  
*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)

`DisplayAspectRatio`  <a name="cfn-medialive-channel-mpeg2settings-displayaspectratio"></a>
Sets the pixel aspect ratio for the encode.  
*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)

`FilterSettings`  <a name="cfn-medialive-channel-mpeg2settings-filtersettings"></a>
Optionally specify a noise reduction filter, which can improve quality of compressed content. If you do not choose a filter, no filter will be applied. TEMPORAL: This filter is useful for both source content that is noisy (when it has excessive digital artifacts) and source content that is clean. When the content is noisy, the filter cleans up the source content before the encoding phase, with these two effects: First, it improves the output video quality because the content has been cleaned up. Secondly, it decreases the bandwidth because MediaLive does not waste bits on encoding noise. When the content is reasonably clean, the filter tends to decrease the bitrate.  
*Required*: No  
*Type*: [Mpeg2FilterSettings](aws-properties-medialive-channel-mpeg2filtersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FixedAfd`  <a name="cfn-medialive-channel-mpeg2settings-fixedafd"></a>
Complete this field only when afdSignaling is set to FIXED. Enter the AFD value (4 bits) to write on all frames of the video encode.  
*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)

`FramerateDenominator`  <a name="cfn-medialive-channel-mpeg2settings-frameratedenominator"></a>
description": "The framerate denominator. For example, 1001. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.  
*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)

`FramerateNumerator`  <a name="cfn-medialive-channel-mpeg2settings-frameratenumerator"></a>
The framerate numerator. For example, 24000. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.  
*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)

`GopClosedCadence`  <a name="cfn-medialive-channel-mpeg2settings-gopclosedcadence"></a>
MPEG2: default is open GOP.  
*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)

`GopNumBFrames`  <a name="cfn-medialive-channel-mpeg2settings-gopnumbframes"></a>
Relates to the GOP structure. The number of B-frames between reference frames. If you do not know what a B-frame is, use the default.  
*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)

`GopSize`  <a name="cfn-medialive-channel-mpeg2settings-gopsize"></a>
Relates to the GOP structure. The GOP size (keyframe interval) in the units specified in gopSizeUnits. If you do not know what GOP is, use the default. If gopSizeUnits is frames, then the gopSize must be an integer and must be greater than or equal to 1. If gopSizeUnits is seconds, the gopSize must be greater than 0, but does not need to be an integer.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GopSizeUnits`  <a name="cfn-medialive-channel-mpeg2settings-gopsizeunits"></a>
Relates to the GOP structure. Specifies whether the gopSize is specified in frames or seconds. If you do not plan to change the default gopSize, leave the default. If you specify SECONDS, MediaLive will internally convert the gop size to a frame count.  
*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)

`ScanType`  <a name="cfn-medialive-channel-mpeg2settings-scantype"></a>
Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).  
*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)

`SubgopLength`  <a name="cfn-medialive-channel-mpeg2settings-subgoplength"></a>
Relates to the GOP structure. If you do not know what GOP is, use the default. FIXED: Set the number of B-frames in each sub-GOP to the value in gopNumBFrames. DYNAMIC: Let MediaLive optimize the number of B-frames in each sub-GOP, to improve visual quality.  
*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)

`TimecodeBurninSettings`  <a name="cfn-medialive-channel-mpeg2settings-timecodeburninsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [TimecodeBurninSettings](aws-properties-medialive-channel-timecodeburninsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimecodeInsertion`  <a name="cfn-medialive-channel-mpeg2settings-timecodeinsertion"></a>
Determines how MediaLive inserts timecodes in the output video. For detailed information about setting up the input and the output for a timecode, see the section on \$1"MediaLive Features - Timecode configuration\$1" in the MediaLive User Guide. DISABLED: do not include timecodes. GOP\$1TIMECODE: Include timecode metadata in the GOP header.  
*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)

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

The settings for a Microsoft Smooth output group.

The parent of this entity is OutputGroupSettings.

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

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

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

```
{
  "[AcquisitionPointId](#cfn-medialive-channel-mssmoothgroupsettings-acquisitionpointid)" : String,
  "[AudioOnlyTimecodeControl](#cfn-medialive-channel-mssmoothgroupsettings-audioonlytimecodecontrol)" : String,
  "[CertificateMode](#cfn-medialive-channel-mssmoothgroupsettings-certificatemode)" : String,
  "[ConnectionRetryInterval](#cfn-medialive-channel-mssmoothgroupsettings-connectionretryinterval)" : Integer,
  "[Destination](#cfn-medialive-channel-mssmoothgroupsettings-destination)" : OutputLocationRef,
  "[EventId](#cfn-medialive-channel-mssmoothgroupsettings-eventid)" : String,
  "[EventIdMode](#cfn-medialive-channel-mssmoothgroupsettings-eventidmode)" : String,
  "[EventStopBehavior](#cfn-medialive-channel-mssmoothgroupsettings-eventstopbehavior)" : String,
  "[FilecacheDuration](#cfn-medialive-channel-mssmoothgroupsettings-filecacheduration)" : Integer,
  "[FragmentLength](#cfn-medialive-channel-mssmoothgroupsettings-fragmentlength)" : Integer,
  "[InputLossAction](#cfn-medialive-channel-mssmoothgroupsettings-inputlossaction)" : String,
  "[NumRetries](#cfn-medialive-channel-mssmoothgroupsettings-numretries)" : Integer,
  "[RestartDelay](#cfn-medialive-channel-mssmoothgroupsettings-restartdelay)" : Integer,
  "[SegmentationMode](#cfn-medialive-channel-mssmoothgroupsettings-segmentationmode)" : String,
  "[SendDelayMs](#cfn-medialive-channel-mssmoothgroupsettings-senddelayms)" : Integer,
  "[SparseTrackType](#cfn-medialive-channel-mssmoothgroupsettings-sparsetracktype)" : String,
  "[StreamManifestBehavior](#cfn-medialive-channel-mssmoothgroupsettings-streammanifestbehavior)" : String,
  "[TimestampOffset](#cfn-medialive-channel-mssmoothgroupsettings-timestampoffset)" : String,
  "[TimestampOffsetMode](#cfn-medialive-channel-mssmoothgroupsettings-timestampoffsetmode)" : String
}
```

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

```
  [AcquisitionPointId](#cfn-medialive-channel-mssmoothgroupsettings-acquisitionpointid): String
  [AudioOnlyTimecodeControl](#cfn-medialive-channel-mssmoothgroupsettings-audioonlytimecodecontrol): String
  [CertificateMode](#cfn-medialive-channel-mssmoothgroupsettings-certificatemode): String
  [ConnectionRetryInterval](#cfn-medialive-channel-mssmoothgroupsettings-connectionretryinterval): Integer
  [Destination](#cfn-medialive-channel-mssmoothgroupsettings-destination): 
    OutputLocationRef
  [EventId](#cfn-medialive-channel-mssmoothgroupsettings-eventid): String
  [EventIdMode](#cfn-medialive-channel-mssmoothgroupsettings-eventidmode): String
  [EventStopBehavior](#cfn-medialive-channel-mssmoothgroupsettings-eventstopbehavior): String
  [FilecacheDuration](#cfn-medialive-channel-mssmoothgroupsettings-filecacheduration): Integer
  [FragmentLength](#cfn-medialive-channel-mssmoothgroupsettings-fragmentlength): Integer
  [InputLossAction](#cfn-medialive-channel-mssmoothgroupsettings-inputlossaction): String
  [NumRetries](#cfn-medialive-channel-mssmoothgroupsettings-numretries): Integer
  [RestartDelay](#cfn-medialive-channel-mssmoothgroupsettings-restartdelay): Integer
  [SegmentationMode](#cfn-medialive-channel-mssmoothgroupsettings-segmentationmode): String
  [SendDelayMs](#cfn-medialive-channel-mssmoothgroupsettings-senddelayms): Integer
  [SparseTrackType](#cfn-medialive-channel-mssmoothgroupsettings-sparsetracktype): String
  [StreamManifestBehavior](#cfn-medialive-channel-mssmoothgroupsettings-streammanifestbehavior): String
  [TimestampOffset](#cfn-medialive-channel-mssmoothgroupsettings-timestampoffset): String
  [TimestampOffsetMode](#cfn-medialive-channel-mssmoothgroupsettings-timestampoffsetmode): String
```

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

`AcquisitionPointId`  <a name="cfn-medialive-channel-mssmoothgroupsettings-acquisitionpointid"></a>
The value of the Acquisition Point Identity element that is used in each message placed in the sparse track. Enabled only if sparseTrackType is not "none."  
*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)

`AudioOnlyTimecodeControl`  <a name="cfn-medialive-channel-mssmoothgroupsettings-audioonlytimecodecontrol"></a>
If set to passthrough for an audio-only Microsoft Smooth output, the fragment absolute time is set to the current timecode. This option does not write timecodes to the audio elementary stream.  
*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)

`CertificateMode`  <a name="cfn-medialive-channel-mssmoothgroupsettings-certificatemode"></a>
If set to verifyAuthenticity, verifies the HTTPS certificate chain to a trusted certificate authority (CA). This causes HTTPS outputs to self-signed certificates to fail.  
*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)

`ConnectionRetryInterval`  <a name="cfn-medialive-channel-mssmoothgroupsettings-connectionretryinterval"></a>
The number of seconds to wait before retrying the connection to the IIS server if the connection is lost. Content is cached during this time, and the cache is delivered to the IIS server after the connection is re-established.  
*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)

`Destination`  <a name="cfn-medialive-channel-mssmoothgroupsettings-destination"></a>
The Smooth Streaming publish point on an IIS server. MediaLive acts as a "Push" encoder to IIS.  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EventId`  <a name="cfn-medialive-channel-mssmoothgroupsettings-eventid"></a>
The Microsoft Smooth channel ID that is sent to the IIS server. Specify the ID only if eventIdMode is set to useConfigured.  
*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)

`EventIdMode`  <a name="cfn-medialive-channel-mssmoothgroupsettings-eventidmode"></a>
Specifies whether to send a channel ID to the IIS server. If no channel ID is sent and the same channel is used without changing the publishing point, clients might see cached video from the previous run. Options: - "useConfigured" - use the value provided in eventId - "useTimestamp" - generate and send a channel ID based on the current timestamp - "noEventId" - do not send a channel ID to the IIS server.  
*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)

`EventStopBehavior`  <a name="cfn-medialive-channel-mssmoothgroupsettings-eventstopbehavior"></a>
When set to sendEos, sends an EOS signal to an IIS server when stopping the channel.  
*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)

`FilecacheDuration`  <a name="cfn-medialive-channel-mssmoothgroupsettings-filecacheduration"></a>
The size, in seconds, of the file cache for streaming outputs.  
*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)

`FragmentLength`  <a name="cfn-medialive-channel-mssmoothgroupsettings-fragmentlength"></a>
The length, in seconds, of mp4 fragments to generate. The fragment length must be compatible with GOP size and frame rate.  
*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)

`InputLossAction`  <a name="cfn-medialive-channel-mssmoothgroupsettings-inputlossaction"></a>
A parameter that controls output group behavior on an input loss.  
*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)

`NumRetries`  <a name="cfn-medialive-channel-mssmoothgroupsettings-numretries"></a>
The number of retry attempts.  
*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)

`RestartDelay`  <a name="cfn-medialive-channel-mssmoothgroupsettings-restartdelay"></a>
The number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one segment, or exceeding filecacheDuration.  
*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)

`SegmentationMode`  <a name="cfn-medialive-channel-mssmoothgroupsettings-segmentationmode"></a>
useInputSegmentation has been deprecated. The configured segment size is always used.  
*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)

`SendDelayMs`  <a name="cfn-medialive-channel-mssmoothgroupsettings-senddelayms"></a>
The number of milliseconds to delay the output from the second pipeline.  
*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)

`SparseTrackType`  <a name="cfn-medialive-channel-mssmoothgroupsettings-sparsetracktype"></a>
If set to scte35, uses incoming SCTE-35 messages to generate a sparse track in this group of Microsoft Smooth outputs.  
*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)

`StreamManifestBehavior`  <a name="cfn-medialive-channel-mssmoothgroupsettings-streammanifestbehavior"></a>
When set to send, sends a stream manifest so that the publishing point doesn't start until all streams start.  
*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)

`TimestampOffset`  <a name="cfn-medialive-channel-mssmoothgroupsettings-timestampoffset"></a>
The timestamp offset for the channel. Used only if timestampOffsetMode is set to useConfiguredOffset.  
*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)

`TimestampOffsetMode`  <a name="cfn-medialive-channel-mssmoothgroupsettings-timestampoffsetmode"></a>
The type of timestamp date offset to use. - useEventStartDate: Use the date the channel was started as the offset - useConfiguredOffset: Use an explicitly configured date as the offset.  
*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)

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

Configuration of a Microsoft Smooth output.

The parent of this entity is OutputSettings.

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

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

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

```
{
  "[H265PackagingType](#cfn-medialive-channel-mssmoothoutputsettings-h265packagingtype)" : String,
  "[NameModifier](#cfn-medialive-channel-mssmoothoutputsettings-namemodifier)" : String
}
```

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

```
  [H265PackagingType](#cfn-medialive-channel-mssmoothoutputsettings-h265packagingtype): String
  [NameModifier](#cfn-medialive-channel-mssmoothoutputsettings-namemodifier): String
```

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

`H265PackagingType`  <a name="cfn-medialive-channel-mssmoothoutputsettings-h265packagingtype"></a>
Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.  
*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)

`NameModifier`  <a name="cfn-medialive-channel-mssmoothoutputsettings-namemodifier"></a>
A string that is concatenated to the end of the destination file name. This is required for multiple outputs of the same type.  
*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)

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

<a name="aws-properties-medialive-channel-multicastinputsettings-description"></a>The `MulticastInputSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[SourceIpAddress](#cfn-medialive-channel-multicastinputsettings-sourceipaddress)" : String
}
```

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

```
  [SourceIpAddress](#cfn-medialive-channel-multicastinputsettings-sourceipaddress): String
```

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

`SourceIpAddress`  <a name="cfn-medialive-channel-multicastinputsettings-sourceipaddress"></a>
Property description not available.  
*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)

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

<a name="aws-properties-medialive-channel-multiplexcontainersettings-description"></a>The `MultiplexContainerSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[MultiplexM2tsSettings](#cfn-medialive-channel-multiplexcontainersettings-multiplexm2tssettings)" : MultiplexM2tsSettings
}
```

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

```
  [MultiplexM2tsSettings](#cfn-medialive-channel-multiplexcontainersettings-multiplexm2tssettings): 
    MultiplexM2tsSettings
```

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

`MultiplexM2tsSettings`  <a name="cfn-medialive-channel-multiplexcontainersettings-multiplexm2tssettings"></a>
Property description not available.  
*Required*: No  
*Type*: [MultiplexM2tsSettings](aws-properties-medialive-channel-multiplexm2tssettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

<a name="aws-properties-medialive-channel-multiplexm2tssettings-description"></a>The `MultiplexM2tsSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[AbsentInputAudioBehavior](#cfn-medialive-channel-multiplexm2tssettings-absentinputaudiobehavior)" : String,
  "[Arib](#cfn-medialive-channel-multiplexm2tssettings-arib)" : String,
  "[AudioBufferModel](#cfn-medialive-channel-multiplexm2tssettings-audiobuffermodel)" : String,
  "[AudioFramesPerPes](#cfn-medialive-channel-multiplexm2tssettings-audioframesperpes)" : Integer,
  "[AudioStreamType](#cfn-medialive-channel-multiplexm2tssettings-audiostreamtype)" : String,
  "[CcDescriptor](#cfn-medialive-channel-multiplexm2tssettings-ccdescriptor)" : String,
  "[Ebif](#cfn-medialive-channel-multiplexm2tssettings-ebif)" : String,
  "[EsRateInPes](#cfn-medialive-channel-multiplexm2tssettings-esrateinpes)" : String,
  "[Klv](#cfn-medialive-channel-multiplexm2tssettings-klv)" : String,
  "[NielsenId3Behavior](#cfn-medialive-channel-multiplexm2tssettings-nielsenid3behavior)" : String,
  "[PcrControl](#cfn-medialive-channel-multiplexm2tssettings-pcrcontrol)" : String,
  "[PcrPeriod](#cfn-medialive-channel-multiplexm2tssettings-pcrperiod)" : Integer,
  "[Scte35Control](#cfn-medialive-channel-multiplexm2tssettings-scte35control)" : String,
  "[Scte35PrerollPullupMilliseconds](#cfn-medialive-channel-multiplexm2tssettings-scte35prerollpullupmilliseconds)" : Number
}
```

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

```
  [AbsentInputAudioBehavior](#cfn-medialive-channel-multiplexm2tssettings-absentinputaudiobehavior): String
  [Arib](#cfn-medialive-channel-multiplexm2tssettings-arib): String
  [AudioBufferModel](#cfn-medialive-channel-multiplexm2tssettings-audiobuffermodel): String
  [AudioFramesPerPes](#cfn-medialive-channel-multiplexm2tssettings-audioframesperpes): Integer
  [AudioStreamType](#cfn-medialive-channel-multiplexm2tssettings-audiostreamtype): String
  [CcDescriptor](#cfn-medialive-channel-multiplexm2tssettings-ccdescriptor): String
  [Ebif](#cfn-medialive-channel-multiplexm2tssettings-ebif): String
  [EsRateInPes](#cfn-medialive-channel-multiplexm2tssettings-esrateinpes): String
  [Klv](#cfn-medialive-channel-multiplexm2tssettings-klv): String
  [NielsenId3Behavior](#cfn-medialive-channel-multiplexm2tssettings-nielsenid3behavior): String
  [PcrControl](#cfn-medialive-channel-multiplexm2tssettings-pcrcontrol): String
  [PcrPeriod](#cfn-medialive-channel-multiplexm2tssettings-pcrperiod): Integer
  [Scte35Control](#cfn-medialive-channel-multiplexm2tssettings-scte35control): String
  [Scte35PrerollPullupMilliseconds](#cfn-medialive-channel-multiplexm2tssettings-scte35prerollpullupmilliseconds): Number
```

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

`AbsentInputAudioBehavior`  <a name="cfn-medialive-channel-multiplexm2tssettings-absentinputaudiobehavior"></a>
Property description not available.  
*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)

`Arib`  <a name="cfn-medialive-channel-multiplexm2tssettings-arib"></a>
Property description not available.  
*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)

`AudioBufferModel`  <a name="cfn-medialive-channel-multiplexm2tssettings-audiobuffermodel"></a>
Property description not available.  
*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)

`AudioFramesPerPes`  <a name="cfn-medialive-channel-multiplexm2tssettings-audioframesperpes"></a>
Property description not available.  
*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)

`AudioStreamType`  <a name="cfn-medialive-channel-multiplexm2tssettings-audiostreamtype"></a>
Property description not available.  
*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)

`CcDescriptor`  <a name="cfn-medialive-channel-multiplexm2tssettings-ccdescriptor"></a>
Property description not available.  
*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)

`Ebif`  <a name="cfn-medialive-channel-multiplexm2tssettings-ebif"></a>
Property description not available.  
*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)

`EsRateInPes`  <a name="cfn-medialive-channel-multiplexm2tssettings-esrateinpes"></a>
Property description not available.  
*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)

`Klv`  <a name="cfn-medialive-channel-multiplexm2tssettings-klv"></a>
Property description not available.  
*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)

`NielsenId3Behavior`  <a name="cfn-medialive-channel-multiplexm2tssettings-nielsenid3behavior"></a>
Property description not available.  
*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)

`PcrControl`  <a name="cfn-medialive-channel-multiplexm2tssettings-pcrcontrol"></a>
Property description not available.  
*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)

`PcrPeriod`  <a name="cfn-medialive-channel-multiplexm2tssettings-pcrperiod"></a>
Property description not available.  
*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)

`Scte35Control`  <a name="cfn-medialive-channel-multiplexm2tssettings-scte35control"></a>
Property description not available.  
*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)

`Scte35PrerollPullupMilliseconds`  <a name="cfn-medialive-channel-multiplexm2tssettings-scte35prerollpullupmilliseconds"></a>
Property description not available.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Configuration of a Multiplex output.

The parent of this entity is OutputSettings.

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

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

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

```
{
  "[ContainerSettings](#cfn-medialive-channel-multiplexoutputsettings-containersettings)" : MultiplexContainerSettings,
  "[Destination](#cfn-medialive-channel-multiplexoutputsettings-destination)" : OutputLocationRef
}
```

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

```
  [ContainerSettings](#cfn-medialive-channel-multiplexoutputsettings-containersettings): 
    MultiplexContainerSettings
  [Destination](#cfn-medialive-channel-multiplexoutputsettings-destination): 
    OutputLocationRef
```

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

`ContainerSettings`  <a name="cfn-medialive-channel-multiplexoutputsettings-containersettings"></a>
Property description not available.  
*Required*: No  
*Type*: [MultiplexContainerSettings](aws-properties-medialive-channel-multiplexcontainersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Destination`  <a name="cfn-medialive-channel-multiplexoutputsettings-destination"></a>
Destination is a Multiplex.  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Destination settings for a Multiplex output.

The parent of this entity is OutputDestination.

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

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

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

```
{
  "[MultiplexId](#cfn-medialive-channel-multiplexprogramchanneldestinationsettings-multiplexid)" : String,
  "[ProgramName](#cfn-medialive-channel-multiplexprogramchanneldestinationsettings-programname)" : String
}
```

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

```
  [MultiplexId](#cfn-medialive-channel-multiplexprogramchanneldestinationsettings-multiplexid): String
  [ProgramName](#cfn-medialive-channel-multiplexprogramchanneldestinationsettings-programname): String
```

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

`MultiplexId`  <a name="cfn-medialive-channel-multiplexprogramchanneldestinationsettings-multiplexid"></a>
The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.  
*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)

`ProgramName`  <a name="cfn-medialive-channel-multiplexprogramchanneldestinationsettings-programname"></a>
The program name of the Multiplex program that the encoder is providing output to.  
*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)

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

Information about how to connect to the upstream system.

The parent of this entity is InputSettings.

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

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

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

```
{
  "[HlsInputSettings](#cfn-medialive-channel-networkinputsettings-hlsinputsettings)" : HlsInputSettings,
  "[MulticastInputSettings](#cfn-medialive-channel-networkinputsettings-multicastinputsettings)" : MulticastInputSettings,
  "[ServerValidation](#cfn-medialive-channel-networkinputsettings-servervalidation)" : String
}
```

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

```
  [HlsInputSettings](#cfn-medialive-channel-networkinputsettings-hlsinputsettings): 
    HlsInputSettings
  [MulticastInputSettings](#cfn-medialive-channel-networkinputsettings-multicastinputsettings): 
    MulticastInputSettings
  [ServerValidation](#cfn-medialive-channel-networkinputsettings-servervalidation): String
```

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

`HlsInputSettings`  <a name="cfn-medialive-channel-networkinputsettings-hlsinputsettings"></a>
Information about how to connect to the upstream system.  
*Required*: No  
*Type*: [HlsInputSettings](aws-properties-medialive-channel-hlsinputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MulticastInputSettings`  <a name="cfn-medialive-channel-networkinputsettings-multicastinputsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [MulticastInputSettings](aws-properties-medialive-channel-multicastinputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ServerValidation`  <a name="cfn-medialive-channel-networkinputsettings-servervalidation"></a>
Checks HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate is checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) don't strictly match the corresponding certificate's wildcard pattern and would otherwise cause the channel to error. This setting is ignored for protocols that do not use HTTPS.  
*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)

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

Complete these fields only if you want to insert watermarks of type Nielsen CBET

The parent of this entity is NielsenWatermarksSettings

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

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

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

```
{
  "[CbetCheckDigitString](#cfn-medialive-channel-nielsencbet-cbetcheckdigitstring)" : String,
  "[CbetStepaside](#cfn-medialive-channel-nielsencbet-cbetstepaside)" : String,
  "[Csid](#cfn-medialive-channel-nielsencbet-csid)" : String
}
```

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

```
  [CbetCheckDigitString](#cfn-medialive-channel-nielsencbet-cbetcheckdigitstring): 
    String
  [CbetStepaside](#cfn-medialive-channel-nielsencbet-cbetstepaside): String
  [Csid](#cfn-medialive-channel-nielsencbet-csid): String
```

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

`CbetCheckDigitString`  <a name="cfn-medialive-channel-nielsencbet-cbetcheckdigitstring"></a>
Enter the CBET check digits to use in the watermark.  
*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)

`CbetStepaside`  <a name="cfn-medialive-channel-nielsencbet-cbetstepaside"></a>
Determines the method of CBET insertion mode when prior encoding is detected on the same layer.  
*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)

`Csid`  <a name="cfn-medialive-channel-nielsencbet-csid"></a>
Enter the CBET Source ID (CSID) to use in the watermark  
*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)

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

The settings to configure Nielsen watermarks.

The parent of this entity is EncoderSettings.

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

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

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

```
{
  "[DistributorId](#cfn-medialive-channel-nielsenconfiguration-distributorid)" : String,
  "[NielsenPcmToId3Tagging](#cfn-medialive-channel-nielsenconfiguration-nielsenpcmtoid3tagging)" : String
}
```

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

```
  [DistributorId](#cfn-medialive-channel-nielsenconfiguration-distributorid): String
  [NielsenPcmToId3Tagging](#cfn-medialive-channel-nielsenconfiguration-nielsenpcmtoid3tagging): String
```

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

`DistributorId`  <a name="cfn-medialive-channel-nielsenconfiguration-distributorid"></a>
Enter the Distributor ID assigned to your organization by Nielsen.  
*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)

`NielsenPcmToId3Tagging`  <a name="cfn-medialive-channel-nielsenconfiguration-nielsenpcmtoid3tagging"></a>
Enables Nielsen PCM to ID3 tagging  
*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)

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

Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).

The parent of this entity is NielsenWatermarksSettings.

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

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

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

```
{
  "[CheckDigitString](#cfn-medialive-channel-nielsennaesiinw-checkdigitstring)" : String,
  "[Sid](#cfn-medialive-channel-nielsennaesiinw-sid)" : Number,
  "[Timezone](#cfn-medialive-channel-nielsennaesiinw-timezone)" : String
}
```

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

```
  [CheckDigitString](#cfn-medialive-channel-nielsennaesiinw-checkdigitstring): 
    String
  [Sid](#cfn-medialive-channel-nielsennaesiinw-sid): Number
  [Timezone](#cfn-medialive-channel-nielsennaesiinw-timezone): String
```

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

`CheckDigitString`  <a name="cfn-medialive-channel-nielsennaesiinw-checkdigitstring"></a>
Enter the check digit string for the watermark  
*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)

`Sid`  <a name="cfn-medialive-channel-nielsennaesiinw-sid"></a>
Enter the Nielsen Source ID (SID) to include in the watermark  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Timezone`  <a name="cfn-medialive-channel-nielsennaesiinw-timezone"></a>
Property description not available.  
*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)

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

Settings to configure Nielsen Watermarks in the audio encode.

The parent of this entity is AudioWatermarkSettings.

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

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

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

```
{
  "[NielsenCbetSettings](#cfn-medialive-channel-nielsenwatermarkssettings-nielsencbetsettings)" : NielsenCBET,
  "[NielsenDistributionType](#cfn-medialive-channel-nielsenwatermarkssettings-nielsendistributiontype)" : String,
  "[NielsenNaesIiNwSettings](#cfn-medialive-channel-nielsenwatermarkssettings-nielsennaesiinwsettings)" : NielsenNaesIiNw
}
```

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

```
  [NielsenCbetSettings](#cfn-medialive-channel-nielsenwatermarkssettings-nielsencbetsettings): 
    NielsenCBET
  [NielsenDistributionType](#cfn-medialive-channel-nielsenwatermarkssettings-nielsendistributiontype): String
  [NielsenNaesIiNwSettings](#cfn-medialive-channel-nielsenwatermarkssettings-nielsennaesiinwsettings): 
    NielsenNaesIiNw
```

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

`NielsenCbetSettings`  <a name="cfn-medialive-channel-nielsenwatermarkssettings-nielsencbetsettings"></a>
Complete these fields only if you want to insert watermarks of type Nielsen CBET  
*Required*: No  
*Type*: [NielsenCBET](aws-properties-medialive-channel-nielsencbet.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NielsenDistributionType`  <a name="cfn-medialive-channel-nielsenwatermarkssettings-nielsendistributiontype"></a>
Choose the distribution types that you want to assign to the watermarks: - PROGRAM\$1CONTENT - FINAL\$1DISTRIBUTOR  
*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)

`NielsenNaesIiNwSettings`  <a name="cfn-medialive-channel-nielsenwatermarkssettings-nielsennaesiinwsettings"></a>
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).  
*Required*: No  
*Type*: [NielsenNaesIiNw](aws-properties-medialive-channel-nielsennaesiinw.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The output settings. 

The parent of this entity is OutputGroup.

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

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

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

```
{
  "[AudioDescriptionNames](#cfn-medialive-channel-output-audiodescriptionnames)" : [ String, ... ],
  "[CaptionDescriptionNames](#cfn-medialive-channel-output-captiondescriptionnames)" : [ String, ... ],
  "[OutputName](#cfn-medialive-channel-output-outputname)" : String,
  "[OutputSettings](#cfn-medialive-channel-output-outputsettings)" : OutputSettings,
  "[VideoDescriptionName](#cfn-medialive-channel-output-videodescriptionname)" : String
}
```

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

```
  [AudioDescriptionNames](#cfn-medialive-channel-output-audiodescriptionnames): 
    - String
  [CaptionDescriptionNames](#cfn-medialive-channel-output-captiondescriptionnames): 
    - String
  [OutputName](#cfn-medialive-channel-output-outputname): String
  [OutputSettings](#cfn-medialive-channel-output-outputsettings): 
    OutputSettings
  [VideoDescriptionName](#cfn-medialive-channel-output-videodescriptionname): String
```

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

`AudioDescriptionNames`  <a name="cfn-medialive-channel-output-audiodescriptionnames"></a>
The names of the audio descriptions that are used as audio sources for this output.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CaptionDescriptionNames`  <a name="cfn-medialive-channel-output-captiondescriptionnames"></a>
The names of the caption descriptions that are used as captions sources for this output.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`OutputName`  <a name="cfn-medialive-channel-output-outputname"></a>
The name that is used to identify an output.  
*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)

`OutputSettings`  <a name="cfn-medialive-channel-output-outputsettings"></a>
The output type-specific settings.  
*Required*: No  
*Type*: [OutputSettings](aws-properties-medialive-channel-outputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VideoDescriptionName`  <a name="cfn-medialive-channel-output-videodescriptionname"></a>
The name of the VideoDescription that is used as the source for this output.  
*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)

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

Configuration information for an output.

This entity is at the top level in the channel.

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

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

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

```
{
  "[Id](#cfn-medialive-channel-outputdestination-id)" : String,
  "[LogicalInterfaceNames](#cfn-medialive-channel-outputdestination-logicalinterfacenames)" : [ String, ... ],
  "[MediaPackageSettings](#cfn-medialive-channel-outputdestination-mediapackagesettings)" : [ MediaPackageOutputDestinationSettings, ... ],
  "[MultiplexSettings](#cfn-medialive-channel-outputdestination-multiplexsettings)" : MultiplexProgramChannelDestinationSettings,
  "[Settings](#cfn-medialive-channel-outputdestination-settings)" : [ OutputDestinationSettings, ... ],
  "[SrtSettings](#cfn-medialive-channel-outputdestination-srtsettings)" : [ SrtOutputDestinationSettings, ... ]
}
```

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

```
  [Id](#cfn-medialive-channel-outputdestination-id): String
  [LogicalInterfaceNames](#cfn-medialive-channel-outputdestination-logicalinterfacenames): 
    - String
  [MediaPackageSettings](#cfn-medialive-channel-outputdestination-mediapackagesettings): 
    - MediaPackageOutputDestinationSettings
  [MultiplexSettings](#cfn-medialive-channel-outputdestination-multiplexsettings): 
    MultiplexProgramChannelDestinationSettings
  [Settings](#cfn-medialive-channel-outputdestination-settings): 
    - OutputDestinationSettings
  [SrtSettings](#cfn-medialive-channel-outputdestination-srtsettings): 
    - SrtOutputDestinationSettings
```

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

`Id`  <a name="cfn-medialive-channel-outputdestination-id"></a>
The ID for this destination.  
*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)

`LogicalInterfaceNames`  <a name="cfn-medialive-channel-outputdestination-logicalinterfacenames"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MediaPackageSettings`  <a name="cfn-medialive-channel-outputdestination-mediapackagesettings"></a>
The destination settings for a MediaPackage output.  
*Required*: No  
*Type*: Array of [MediaPackageOutputDestinationSettings](aws-properties-medialive-channel-mediapackageoutputdestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MultiplexSettings`  <a name="cfn-medialive-channel-outputdestination-multiplexsettings"></a>
Destination settings for a Multiplex output; one destination for both encoders.  
*Required*: No  
*Type*: [MultiplexProgramChannelDestinationSettings](aws-properties-medialive-channel-multiplexprogramchanneldestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Settings`  <a name="cfn-medialive-channel-outputdestination-settings"></a>
The destination settings for an output.  
*Required*: No  
*Type*: Array of [OutputDestinationSettings](aws-properties-medialive-channel-outputdestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SrtSettings`  <a name="cfn-medialive-channel-outputdestination-srtsettings"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [SrtOutputDestinationSettings](aws-properties-medialive-channel-srtoutputdestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration information for this output.

The parent of this entity is OutputDestination.

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

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

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

```
{
  "[PasswordParam](#cfn-medialive-channel-outputdestinationsettings-passwordparam)" : String,
  "[StreamName](#cfn-medialive-channel-outputdestinationsettings-streamname)" : String,
  "[Url](#cfn-medialive-channel-outputdestinationsettings-url)" : String,
  "[Username](#cfn-medialive-channel-outputdestinationsettings-username)" : String
}
```

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

```
  [PasswordParam](#cfn-medialive-channel-outputdestinationsettings-passwordparam): String
  [StreamName](#cfn-medialive-channel-outputdestinationsettings-streamname): String
  [Url](#cfn-medialive-channel-outputdestinationsettings-url): String
  [Username](#cfn-medialive-channel-outputdestinationsettings-username): String
```

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

`PasswordParam`  <a name="cfn-medialive-channel-outputdestinationsettings-passwordparam"></a>
The password parameter that holds the password for accessing the downstream system. This password parameter applies only if the downstream system requires credentials.  
*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)

`StreamName`  <a name="cfn-medialive-channel-outputdestinationsettings-streamname"></a>
The stream name for the content. This applies only to RTMP outputs.  
*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)

`Url`  <a name="cfn-medialive-channel-outputdestinationsettings-url"></a>
The URL for the destination.  
*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)

`Username`  <a name="cfn-medialive-channel-outputdestinationsettings-username"></a>
The user name to connect to the downstream system. This applies only if the downstream system requires credentials.  
*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)

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

The settings for one output group.

The parent of this entity is EncoderSettings.

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

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

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

```
{
  "[Name](#cfn-medialive-channel-outputgroup-name)" : String,
  "[OutputGroupSettings](#cfn-medialive-channel-outputgroup-outputgroupsettings)" : OutputGroupSettings,
  "[Outputs](#cfn-medialive-channel-outputgroup-outputs)" : [ Output, ... ]
}
```

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

```
  [Name](#cfn-medialive-channel-outputgroup-name): String
  [OutputGroupSettings](#cfn-medialive-channel-outputgroup-outputgroupsettings): 
    OutputGroupSettings
  [Outputs](#cfn-medialive-channel-outputgroup-outputs): 
    - Output
```

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

`Name`  <a name="cfn-medialive-channel-outputgroup-name"></a>
A custom output group name that you can optionally define. Only letters, numbers, and the underscore character are allowed. The maximum length is 32 characters.  
*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)

`OutputGroupSettings`  <a name="cfn-medialive-channel-outputgroup-outputgroupsettings"></a>
The settings associated with the output group.  
*Required*: No  
*Type*: [OutputGroupSettings](aws-properties-medialive-channel-outputgroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Outputs`  <a name="cfn-medialive-channel-outputgroup-outputs"></a>
The settings for the outputs in the output group.  
*Required*: No  
*Type*: Array of [Output](aws-properties-medialive-channel-output.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of the output group.

The parent of this entity is OutputGroup.

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

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

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

```
{
  "[ArchiveGroupSettings](#cfn-medialive-channel-outputgroupsettings-archivegroupsettings)" : ArchiveGroupSettings,
  "[CmafIngestGroupSettings](#cfn-medialive-channel-outputgroupsettings-cmafingestgroupsettings)" : CmafIngestGroupSettings,
  "[FrameCaptureGroupSettings](#cfn-medialive-channel-outputgroupsettings-framecapturegroupsettings)" : FrameCaptureGroupSettings,
  "[HlsGroupSettings](#cfn-medialive-channel-outputgroupsettings-hlsgroupsettings)" : HlsGroupSettings,
  "[MediaPackageGroupSettings](#cfn-medialive-channel-outputgroupsettings-mediapackagegroupsettings)" : MediaPackageGroupSettings,
  "[MsSmoothGroupSettings](#cfn-medialive-channel-outputgroupsettings-mssmoothgroupsettings)" : MsSmoothGroupSettings,
  "[MultiplexGroupSettings](#cfn-medialive-channel-outputgroupsettings-multiplexgroupsettings)" : Json,
  "[RtmpGroupSettings](#cfn-medialive-channel-outputgroupsettings-rtmpgroupsettings)" : RtmpGroupSettings,
  "[SrtGroupSettings](#cfn-medialive-channel-outputgroupsettings-srtgroupsettings)" : SrtGroupSettings,
  "[UdpGroupSettings](#cfn-medialive-channel-outputgroupsettings-udpgroupsettings)" : UdpGroupSettings
}
```

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

```
  [ArchiveGroupSettings](#cfn-medialive-channel-outputgroupsettings-archivegroupsettings): 
    ArchiveGroupSettings
  [CmafIngestGroupSettings](#cfn-medialive-channel-outputgroupsettings-cmafingestgroupsettings): 
    CmafIngestGroupSettings
  [FrameCaptureGroupSettings](#cfn-medialive-channel-outputgroupsettings-framecapturegroupsettings): 
    FrameCaptureGroupSettings
  [HlsGroupSettings](#cfn-medialive-channel-outputgroupsettings-hlsgroupsettings): 
    HlsGroupSettings
  [MediaPackageGroupSettings](#cfn-medialive-channel-outputgroupsettings-mediapackagegroupsettings): 
    MediaPackageGroupSettings
  [MsSmoothGroupSettings](#cfn-medialive-channel-outputgroupsettings-mssmoothgroupsettings): 
    MsSmoothGroupSettings
  [MultiplexGroupSettings](#cfn-medialive-channel-outputgroupsettings-multiplexgroupsettings): Json
  [RtmpGroupSettings](#cfn-medialive-channel-outputgroupsettings-rtmpgroupsettings): 
    RtmpGroupSettings
  [SrtGroupSettings](#cfn-medialive-channel-outputgroupsettings-srtgroupsettings): 
    SrtGroupSettings
  [UdpGroupSettings](#cfn-medialive-channel-outputgroupsettings-udpgroupsettings): 
    UdpGroupSettings
```

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

`ArchiveGroupSettings`  <a name="cfn-medialive-channel-outputgroupsettings-archivegroupsettings"></a>
The configuration of an archive output group.  
The parent of this entity is OutputGroupSettings.  
*Required*: No  
*Type*: [ArchiveGroupSettings](aws-properties-medialive-channel-archivegroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CmafIngestGroupSettings`  <a name="cfn-medialive-channel-outputgroupsettings-cmafingestgroupsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [CmafIngestGroupSettings](aws-properties-medialive-channel-cmafingestgroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FrameCaptureGroupSettings`  <a name="cfn-medialive-channel-outputgroupsettings-framecapturegroupsettings"></a>
The configuration of a frame capture output group.  
*Required*: No  
*Type*: [FrameCaptureGroupSettings](aws-properties-medialive-channel-framecapturegroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HlsGroupSettings`  <a name="cfn-medialive-channel-outputgroupsettings-hlsgroupsettings"></a>
The configuration of an HLS output group.  
*Required*: No  
*Type*: [HlsGroupSettings](aws-properties-medialive-channel-hlsgroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MediaPackageGroupSettings`  <a name="cfn-medialive-channel-outputgroupsettings-mediapackagegroupsettings"></a>
The configuration of a MediaPackage output group.  
*Required*: No  
*Type*: [MediaPackageGroupSettings](aws-properties-medialive-channel-mediapackagegroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MsSmoothGroupSettings`  <a name="cfn-medialive-channel-outputgroupsettings-mssmoothgroupsettings"></a>
The configuration of a Microsoft Smooth output group.  
*Required*: No  
*Type*: [MsSmoothGroupSettings](aws-properties-medialive-channel-mssmoothgroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MultiplexGroupSettings`  <a name="cfn-medialive-channel-outputgroupsettings-multiplexgroupsettings"></a>
The settings for a Multiplex output group.   
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RtmpGroupSettings`  <a name="cfn-medialive-channel-outputgroupsettings-rtmpgroupsettings"></a>
The configuration of an RTMP output group.  
*Required*: No  
*Type*: [RtmpGroupSettings](aws-properties-medialive-channel-rtmpgroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SrtGroupSettings`  <a name="cfn-medialive-channel-outputgroupsettings-srtgroupsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [SrtGroupSettings](aws-properties-medialive-channel-srtgroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UdpGroupSettings`  <a name="cfn-medialive-channel-outputgroupsettings-udpgroupsettings"></a>
The configuration of a UDP output group.  
*Required*: No  
*Type*: [UdpGroupSettings](aws-properties-medialive-channel-udpgroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A reference to an OutputDestination ID that is defined in the channel.

This entity is used by ArchiveGroupSettings, FrameCaptureGroupSettings, HlsGroupSettings, MediaPackageGroupSettings, MSSmoothGroupSettings, RtmpOutputSettings, and UdpOutputSettings. 

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

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

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

```
{
  "[DestinationRefId](#cfn-medialive-channel-outputlocationref-destinationrefid)" : String
}
```

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

```
  [DestinationRefId](#cfn-medialive-channel-outputlocationref-destinationrefid): String
```

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

`DestinationRefId`  <a name="cfn-medialive-channel-outputlocationref-destinationrefid"></a>
A reference ID for this destination.  
*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)

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

<a name="aws-properties-medialive-channel-outputlockingsettings-description"></a>The `OutputLockingSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

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

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

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

```
{
  "[DisabledLockingSettings](#cfn-medialive-channel-outputlockingsettings-disabledlockingsettings)" : DisabledLockingSettings,
  "[EpochLockingSettings](#cfn-medialive-channel-outputlockingsettings-epochlockingsettings)" : EpochLockingSettings,
  "[PipelineLockingSettings](#cfn-medialive-channel-outputlockingsettings-pipelinelockingsettings)" : PipelineLockingSettings
}
```

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

```
  [DisabledLockingSettings](#cfn-medialive-channel-outputlockingsettings-disabledlockingsettings): 
    DisabledLockingSettings
  [EpochLockingSettings](#cfn-medialive-channel-outputlockingsettings-epochlockingsettings): 
    EpochLockingSettings
  [PipelineLockingSettings](#cfn-medialive-channel-outputlockingsettings-pipelinelockingsettings): 
    PipelineLockingSettings
```

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

`DisabledLockingSettings`  <a name="cfn-medialive-channel-outputlockingsettings-disabledlockingsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [DisabledLockingSettings](aws-properties-medialive-channel-disabledlockingsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EpochLockingSettings`  <a name="cfn-medialive-channel-outputlockingsettings-epochlockingsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [EpochLockingSettings](aws-properties-medialive-channel-epochlockingsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PipelineLockingSettings`  <a name="cfn-medialive-channel-outputlockingsettings-pipelinelockingsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [PipelineLockingSettings](aws-properties-medialive-channel-pipelinelockingsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The output settings.

The parent of this entity is Output.

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

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

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

```
{
  "[ArchiveOutputSettings](#cfn-medialive-channel-outputsettings-archiveoutputsettings)" : ArchiveOutputSettings,
  "[CmafIngestOutputSettings](#cfn-medialive-channel-outputsettings-cmafingestoutputsettings)" : CmafIngestOutputSettings,
  "[FrameCaptureOutputSettings](#cfn-medialive-channel-outputsettings-framecaptureoutputsettings)" : FrameCaptureOutputSettings,
  "[HlsOutputSettings](#cfn-medialive-channel-outputsettings-hlsoutputsettings)" : HlsOutputSettings,
  "[MediaPackageOutputSettings](#cfn-medialive-channel-outputsettings-mediapackageoutputsettings)" : MediaPackageOutputSettings,
  "[MsSmoothOutputSettings](#cfn-medialive-channel-outputsettings-mssmoothoutputsettings)" : MsSmoothOutputSettings,
  "[MultiplexOutputSettings](#cfn-medialive-channel-outputsettings-multiplexoutputsettings)" : MultiplexOutputSettings,
  "[RtmpOutputSettings](#cfn-medialive-channel-outputsettings-rtmpoutputsettings)" : RtmpOutputSettings,
  "[SrtOutputSettings](#cfn-medialive-channel-outputsettings-srtoutputsettings)" : SrtOutputSettings,
  "[UdpOutputSettings](#cfn-medialive-channel-outputsettings-udpoutputsettings)" : UdpOutputSettings
}
```

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

```
  [ArchiveOutputSettings](#cfn-medialive-channel-outputsettings-archiveoutputsettings): 
    ArchiveOutputSettings
  [CmafIngestOutputSettings](#cfn-medialive-channel-outputsettings-cmafingestoutputsettings): 
    CmafIngestOutputSettings
  [FrameCaptureOutputSettings](#cfn-medialive-channel-outputsettings-framecaptureoutputsettings): 
    FrameCaptureOutputSettings
  [HlsOutputSettings](#cfn-medialive-channel-outputsettings-hlsoutputsettings): 
    HlsOutputSettings
  [MediaPackageOutputSettings](#cfn-medialive-channel-outputsettings-mediapackageoutputsettings): 
    MediaPackageOutputSettings
  [MsSmoothOutputSettings](#cfn-medialive-channel-outputsettings-mssmoothoutputsettings): 
    MsSmoothOutputSettings
  [MultiplexOutputSettings](#cfn-medialive-channel-outputsettings-multiplexoutputsettings): 
    MultiplexOutputSettings
  [RtmpOutputSettings](#cfn-medialive-channel-outputsettings-rtmpoutputsettings): 
    RtmpOutputSettings
  [SrtOutputSettings](#cfn-medialive-channel-outputsettings-srtoutputsettings): 
    SrtOutputSettings
  [UdpOutputSettings](#cfn-medialive-channel-outputsettings-udpoutputsettings): 
    UdpOutputSettings
```

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

`ArchiveOutputSettings`  <a name="cfn-medialive-channel-outputsettings-archiveoutputsettings"></a>
The settings for an archive output.  
*Required*: No  
*Type*: [ArchiveOutputSettings](aws-properties-medialive-channel-archiveoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CmafIngestOutputSettings`  <a name="cfn-medialive-channel-outputsettings-cmafingestoutputsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [CmafIngestOutputSettings](aws-properties-medialive-channel-cmafingestoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FrameCaptureOutputSettings`  <a name="cfn-medialive-channel-outputsettings-framecaptureoutputsettings"></a>
The settings for a frame capture output.  
The parent of this entity is OutputGroupSettings.  
*Required*: No  
*Type*: [FrameCaptureOutputSettings](aws-properties-medialive-channel-framecaptureoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HlsOutputSettings`  <a name="cfn-medialive-channel-outputsettings-hlsoutputsettings"></a>
The settings for an HLS output.  
The parent of this entity is OutputGroupSettings.  
*Required*: No  
*Type*: [HlsOutputSettings](aws-properties-medialive-channel-hlsoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MediaPackageOutputSettings`  <a name="cfn-medialive-channel-outputsettings-mediapackageoutputsettings"></a>
The settings for a MediaPackage output.  
The parent of this entity is OutputGroupSettings.  
*Required*: No  
*Type*: [MediaPackageOutputSettings](aws-properties-medialive-channel-mediapackageoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MsSmoothOutputSettings`  <a name="cfn-medialive-channel-outputsettings-mssmoothoutputsettings"></a>
The settings for a Microsoft Smooth output.  
*Required*: No  
*Type*: [MsSmoothOutputSettings](aws-properties-medialive-channel-mssmoothoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MultiplexOutputSettings`  <a name="cfn-medialive-channel-outputsettings-multiplexoutputsettings"></a>
Configuration of a Multiplex output.   
*Required*: No  
*Type*: [MultiplexOutputSettings](aws-properties-medialive-channel-multiplexoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RtmpOutputSettings`  <a name="cfn-medialive-channel-outputsettings-rtmpoutputsettings"></a>
The settings for an RTMP output.  
The parent of this entity is OutputGroupSettings.  
*Required*: No  
*Type*: [RtmpOutputSettings](aws-properties-medialive-channel-rtmpoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SrtOutputSettings`  <a name="cfn-medialive-channel-outputsettings-srtoutputsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [SrtOutputSettings](aws-properties-medialive-channel-srtoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UdpOutputSettings`  <a name="cfn-medialive-channel-outputsettings-udpoutputsettings"></a>
The settings for a UDP output.  
The parent of this entity is OutputGroupSettings.  
*Required*: No  
*Type*: [UdpOutputSettings](aws-properties-medialive-channel-udpoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

<a name="aws-properties-medialive-channel-pipelinelockingsettings-description"></a>The `PipelineLockingSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

## Syntax
<a name="aws-properties-medialive-channel-pipelinelockingsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-pipelinelockingsettings-syntax.json"></a>

```
{
  "[CustomEpoch](#cfn-medialive-channel-pipelinelockingsettings-customepoch)" : String,
  "[PipelineLockingMethod](#cfn-medialive-channel-pipelinelockingsettings-pipelinelockingmethod)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-pipelinelockingsettings-syntax.yaml"></a>

```
  [CustomEpoch](#cfn-medialive-channel-pipelinelockingsettings-customepoch): String
  [PipelineLockingMethod](#cfn-medialive-channel-pipelinelockingsettings-pipelinelockingmethod): String
```

## Properties
<a name="aws-properties-medialive-channel-pipelinelockingsettings-properties"></a>

`CustomEpoch`  <a name="cfn-medialive-channel-pipelinelockingsettings-customepoch"></a>
Property description not available.  
*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)

`PipelineLockingMethod`  <a name="cfn-medialive-channel-pipelinelockingsettings-pipelinelockingmethod"></a>
Property description not available.  
*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)

# AWS::MediaLive::Channel PrimaryChannelSettings
<a name="aws-properties-medialive-channel-primarychannelsettings"></a>

<a name="aws-properties-medialive-channel-primarychannelsettings-description"></a>The `PrimaryChannelSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

## Syntax
<a name="aws-properties-medialive-channel-primarychannelsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-primarychannelsettings-syntax.json"></a>

```
{
  "[LinkedChannelType](#cfn-medialive-channel-primarychannelsettings-linkedchanneltype)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-primarychannelsettings-syntax.yaml"></a>

```
  [LinkedChannelType](#cfn-medialive-channel-primarychannelsettings-linkedchanneltype): String
```

## Properties
<a name="aws-properties-medialive-channel-primarychannelsettings-properties"></a>

`LinkedChannelType`  <a name="cfn-medialive-channel-primarychannelsettings-linkedchanneltype"></a>
Property description not available.  
*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)

# AWS::MediaLive::Channel RemixSettings
<a name="aws-properties-medialive-channel-remixsettings"></a>

The settings for remixing audio in the output.

The parent of this entity is AudioDescription.

## Syntax
<a name="aws-properties-medialive-channel-remixsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-remixsettings-syntax.json"></a>

```
{
  "[ChannelMappings](#cfn-medialive-channel-remixsettings-channelmappings)" : [ AudioChannelMapping, ... ],
  "[ChannelsIn](#cfn-medialive-channel-remixsettings-channelsin)" : Integer,
  "[ChannelsOut](#cfn-medialive-channel-remixsettings-channelsout)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-remixsettings-syntax.yaml"></a>

```
  [ChannelMappings](#cfn-medialive-channel-remixsettings-channelmappings): 
    - AudioChannelMapping
  [ChannelsIn](#cfn-medialive-channel-remixsettings-channelsin): Integer
  [ChannelsOut](#cfn-medialive-channel-remixsettings-channelsout): Integer
```

## Properties
<a name="aws-properties-medialive-channel-remixsettings-properties"></a>

`ChannelMappings`  <a name="cfn-medialive-channel-remixsettings-channelmappings"></a>
A mapping of input channels to output channels, with appropriate gain adjustments.  
*Required*: No  
*Type*: Array of [AudioChannelMapping](aws-properties-medialive-channel-audiochannelmapping.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChannelsIn`  <a name="cfn-medialive-channel-remixsettings-channelsin"></a>
The number of input channels to be used.  
*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)

`ChannelsOut`  <a name="cfn-medialive-channel-remixsettings-channelsout"></a>
The number of output channels to be produced. Valid values: 1, 2, 4, 6, 8.  
*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)

# AWS::MediaLive::Channel RtmpGroupSettings
<a name="aws-properties-medialive-channel-rtmpgroupsettings"></a>

The configuration of an RTMP output group.

The parent of this entity is OutputGroupSettings.

## Syntax
<a name="aws-properties-medialive-channel-rtmpgroupsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-rtmpgroupsettings-syntax.json"></a>

```
{
  "[AdMarkers](#cfn-medialive-channel-rtmpgroupsettings-admarkers)" : [ String, ... ],
  "[AuthenticationScheme](#cfn-medialive-channel-rtmpgroupsettings-authenticationscheme)" : String,
  "[CacheFullBehavior](#cfn-medialive-channel-rtmpgroupsettings-cachefullbehavior)" : String,
  "[CacheLength](#cfn-medialive-channel-rtmpgroupsettings-cachelength)" : Integer,
  "[CaptionData](#cfn-medialive-channel-rtmpgroupsettings-captiondata)" : String,
  "[IncludeFillerNalUnits](#cfn-medialive-channel-rtmpgroupsettings-includefillernalunits)" : String,
  "[InputLossAction](#cfn-medialive-channel-rtmpgroupsettings-inputlossaction)" : String,
  "[RestartDelay](#cfn-medialive-channel-rtmpgroupsettings-restartdelay)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-rtmpgroupsettings-syntax.yaml"></a>

```
  [AdMarkers](#cfn-medialive-channel-rtmpgroupsettings-admarkers): 
    - String
  [AuthenticationScheme](#cfn-medialive-channel-rtmpgroupsettings-authenticationscheme): String
  [CacheFullBehavior](#cfn-medialive-channel-rtmpgroupsettings-cachefullbehavior): String
  [CacheLength](#cfn-medialive-channel-rtmpgroupsettings-cachelength): Integer
  [CaptionData](#cfn-medialive-channel-rtmpgroupsettings-captiondata): String
  [IncludeFillerNalUnits](#cfn-medialive-channel-rtmpgroupsettings-includefillernalunits): String
  [InputLossAction](#cfn-medialive-channel-rtmpgroupsettings-inputlossaction): String
  [RestartDelay](#cfn-medialive-channel-rtmpgroupsettings-restartdelay): Integer
```

## Properties
<a name="aws-properties-medialive-channel-rtmpgroupsettings-properties"></a>

`AdMarkers`  <a name="cfn-medialive-channel-rtmpgroupsettings-admarkers"></a>
Choose the ad marker type for this output group. MediaLive will create a message based on the content of each SCTE-35 message, format it for that marker type, and insert it in the datastream.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AuthenticationScheme`  <a name="cfn-medialive-channel-rtmpgroupsettings-authenticationscheme"></a>
An authentication scheme to use when connecting with a CDN.  
*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)

`CacheFullBehavior`  <a name="cfn-medialive-channel-rtmpgroupsettings-cachefullbehavior"></a>
Controls behavior when the content cache fills up. If a remote origin server stalls the RTMP connection and doesn't accept content fast enough, the media cache fills up. When the cache reaches the duration specified by cacheLength, the cache stops accepting new content. If set to disconnectImmediately, the RTMP output forces a disconnect. Clear the media cache, and reconnect after restartDelay seconds. If set to waitForServer, the RTMP output waits up to 5 minutes to allow the origin server to begin accepting data again.  
*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)

`CacheLength`  <a name="cfn-medialive-channel-rtmpgroupsettings-cachelength"></a>
The cache length, in seconds, that is used to calculate buffer size.  
*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)

`CaptionData`  <a name="cfn-medialive-channel-rtmpgroupsettings-captiondata"></a>
Controls the types of data that pass to onCaptionInfo outputs. If set to all, 608 and 708 carried DTVCC data is passed. If set to field1AndField2608, DTVCC data is stripped out, but 608 data from both fields is passed. If set to field1608, only the data carried in 608 from field 1 video is passed.  
*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)

`IncludeFillerNalUnits`  <a name="cfn-medialive-channel-rtmpgroupsettings-includefillernalunits"></a>
Property description not available.  
*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)

`InputLossAction`  <a name="cfn-medialive-channel-rtmpgroupsettings-inputlossaction"></a>
Controls the behavior of this RTMP group if the input becomes unavailable. emitOutput: Emit a slate until the input returns. pauseOutput: Stop transmitting data until the input returns. This does not close the underlying RTMP connection.  
*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)

`RestartDelay`  <a name="cfn-medialive-channel-rtmpgroupsettings-restartdelay"></a>
If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.  
*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)

# AWS::MediaLive::Channel RtmpOutputSettings
<a name="aws-properties-medialive-channel-rtmpoutputsettings"></a>

The settings for one RTMP output.

The parent of this entity is OutputSettings.

## Syntax
<a name="aws-properties-medialive-channel-rtmpoutputsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-rtmpoutputsettings-syntax.json"></a>

```
{
  "[CertificateMode](#cfn-medialive-channel-rtmpoutputsettings-certificatemode)" : String,
  "[ConnectionRetryInterval](#cfn-medialive-channel-rtmpoutputsettings-connectionretryinterval)" : Integer,
  "[Destination](#cfn-medialive-channel-rtmpoutputsettings-destination)" : OutputLocationRef,
  "[NumRetries](#cfn-medialive-channel-rtmpoutputsettings-numretries)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-rtmpoutputsettings-syntax.yaml"></a>

```
  [CertificateMode](#cfn-medialive-channel-rtmpoutputsettings-certificatemode): String
  [ConnectionRetryInterval](#cfn-medialive-channel-rtmpoutputsettings-connectionretryinterval): Integer
  [Destination](#cfn-medialive-channel-rtmpoutputsettings-destination): 
    OutputLocationRef
  [NumRetries](#cfn-medialive-channel-rtmpoutputsettings-numretries): Integer
```

## Properties
<a name="aws-properties-medialive-channel-rtmpoutputsettings-properties"></a>

`CertificateMode`  <a name="cfn-medialive-channel-rtmpoutputsettings-certificatemode"></a>
If set to verifyAuthenticity, verifies the TLS certificate chain to a trusted certificate authority (CA). This causes RTMPS outputs with self-signed certificates to fail.  
*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)

`ConnectionRetryInterval`  <a name="cfn-medialive-channel-rtmpoutputsettings-connectionretryinterval"></a>
The number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.  
*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)

`Destination`  <a name="cfn-medialive-channel-rtmpoutputsettings-destination"></a>
The RTMP endpoint excluding the stream name (for example, rtmp://host/appname).  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumRetries`  <a name="cfn-medialive-channel-rtmpoutputsettings-numretries"></a>
The number of retry attempts.  
*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)

# AWS::MediaLive::Channel Scte20SourceSettings
<a name="aws-properties-medialive-channel-scte20sourcesettings"></a>

Information about the SCTE-20 captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

## Syntax
<a name="aws-properties-medialive-channel-scte20sourcesettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-scte20sourcesettings-syntax.json"></a>

```
{
  "[Convert608To708](#cfn-medialive-channel-scte20sourcesettings-convert608to708)" : String,
  "[Source608ChannelNumber](#cfn-medialive-channel-scte20sourcesettings-source608channelnumber)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-scte20sourcesettings-syntax.yaml"></a>

```
  [Convert608To708](#cfn-medialive-channel-scte20sourcesettings-convert608to708): String
  [Source608ChannelNumber](#cfn-medialive-channel-scte20sourcesettings-source608channelnumber): Integer
```

## Properties
<a name="aws-properties-medialive-channel-scte20sourcesettings-properties"></a>

`Convert608To708`  <a name="cfn-medialive-channel-scte20sourcesettings-convert608to708"></a>
If upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. Any 708 data present in the source content is discarded.  
*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)

`Source608ChannelNumber`  <a name="cfn-medialive-channel-scte20sourcesettings-source608channelnumber"></a>
Specifies the 608/708 channel number within the video track from which to extract captions.   
*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)

# AWS::MediaLive::Channel Scte27SourceSettings
<a name="aws-properties-medialive-channel-scte27sourcesettings"></a>

Information about the SCTE-27 captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

## Syntax
<a name="aws-properties-medialive-channel-scte27sourcesettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-scte27sourcesettings-syntax.json"></a>

```
{
  "[OcrLanguage](#cfn-medialive-channel-scte27sourcesettings-ocrlanguage)" : String,
  "[Pid](#cfn-medialive-channel-scte27sourcesettings-pid)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-scte27sourcesettings-syntax.yaml"></a>

```
  [OcrLanguage](#cfn-medialive-channel-scte27sourcesettings-ocrlanguage): String
  [Pid](#cfn-medialive-channel-scte27sourcesettings-pid): Integer
```

## Properties
<a name="aws-properties-medialive-channel-scte27sourcesettings-properties"></a>

`OcrLanguage`  <a name="cfn-medialive-channel-scte27sourcesettings-ocrlanguage"></a>
If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.  
*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)

`Pid`  <a name="cfn-medialive-channel-scte27sourcesettings-pid"></a>
The PID field is used in conjunction with the captions selector languageCode field as follows: Specify PID and Language: Extracts captions from that PID; the language is "informational." Specify PID and omit Language: Extracts the specified PID. Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages are passed through.  
*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)

# AWS::MediaLive::Channel Scte35SpliceInsert
<a name="aws-properties-medialive-channel-scte35spliceinsert"></a>

The setup of SCTE-35 splice insert handling.

The parent of this entity is AvailSettings.

## Syntax
<a name="aws-properties-medialive-channel-scte35spliceinsert-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-scte35spliceinsert-syntax.json"></a>

```
{
  "[AdAvailOffset](#cfn-medialive-channel-scte35spliceinsert-adavailoffset)" : Integer,
  "[NoRegionalBlackoutFlag](#cfn-medialive-channel-scte35spliceinsert-noregionalblackoutflag)" : String,
  "[WebDeliveryAllowedFlag](#cfn-medialive-channel-scte35spliceinsert-webdeliveryallowedflag)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-scte35spliceinsert-syntax.yaml"></a>

```
  [AdAvailOffset](#cfn-medialive-channel-scte35spliceinsert-adavailoffset): Integer
  [NoRegionalBlackoutFlag](#cfn-medialive-channel-scte35spliceinsert-noregionalblackoutflag): String
  [WebDeliveryAllowedFlag](#cfn-medialive-channel-scte35spliceinsert-webdeliveryallowedflag): String
```

## Properties
<a name="aws-properties-medialive-channel-scte35spliceinsert-properties"></a>

`AdAvailOffset`  <a name="cfn-medialive-channel-scte35spliceinsert-adavailoffset"></a>
When specified, this offset (in milliseconds) is added to the input ad avail PTS time. This applies only to embedded SCTE 104/35 messages. It doesn't apply to OOB messages.  
*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)

`NoRegionalBlackoutFlag`  <a name="cfn-medialive-channel-scte35spliceinsert-noregionalblackoutflag"></a>
When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.  
*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)

`WebDeliveryAllowedFlag`  <a name="cfn-medialive-channel-scte35spliceinsert-webdeliveryallowedflag"></a>
When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.  
*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)

# AWS::MediaLive::Channel Scte35TimeSignalApos
<a name="aws-properties-medialive-channel-scte35timesignalapos"></a>

The settings for the SCTE-35 time signal APOS mode.

The parent of this entity is AvailSettings.

## Syntax
<a name="aws-properties-medialive-channel-scte35timesignalapos-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-scte35timesignalapos-syntax.json"></a>

```
{
  "[AdAvailOffset](#cfn-medialive-channel-scte35timesignalapos-adavailoffset)" : Integer,
  "[NoRegionalBlackoutFlag](#cfn-medialive-channel-scte35timesignalapos-noregionalblackoutflag)" : String,
  "[WebDeliveryAllowedFlag](#cfn-medialive-channel-scte35timesignalapos-webdeliveryallowedflag)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-scte35timesignalapos-syntax.yaml"></a>

```
  [AdAvailOffset](#cfn-medialive-channel-scte35timesignalapos-adavailoffset): Integer
  [NoRegionalBlackoutFlag](#cfn-medialive-channel-scte35timesignalapos-noregionalblackoutflag): String
  [WebDeliveryAllowedFlag](#cfn-medialive-channel-scte35timesignalapos-webdeliveryallowedflag): String
```

## Properties
<a name="aws-properties-medialive-channel-scte35timesignalapos-properties"></a>

`AdAvailOffset`  <a name="cfn-medialive-channel-scte35timesignalapos-adavailoffset"></a>
When specified, this offset (in milliseconds) is added to the input ad avail PTS time. This applies only to embedded SCTE 104/35 messages. It doesn't apply to OOB messages.  
*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)

`NoRegionalBlackoutFlag`  <a name="cfn-medialive-channel-scte35timesignalapos-noregionalblackoutflag"></a>
When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.  
*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)

`WebDeliveryAllowedFlag`  <a name="cfn-medialive-channel-scte35timesignalapos-webdeliveryallowedflag"></a>
When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.  
*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)

# AWS::MediaLive::Channel SrtGroupSettings
<a name="aws-properties-medialive-channel-srtgroupsettings"></a>

<a name="aws-properties-medialive-channel-srtgroupsettings-description"></a>The `SrtGroupSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

## Syntax
<a name="aws-properties-medialive-channel-srtgroupsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-srtgroupsettings-syntax.json"></a>

```
{
  "[InputLossAction](#cfn-medialive-channel-srtgroupsettings-inputlossaction)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-srtgroupsettings-syntax.yaml"></a>

```
  [InputLossAction](#cfn-medialive-channel-srtgroupsettings-inputlossaction): String
```

## Properties
<a name="aws-properties-medialive-channel-srtgroupsettings-properties"></a>

`InputLossAction`  <a name="cfn-medialive-channel-srtgroupsettings-inputlossaction"></a>
Property description not available.  
*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)

# AWS::MediaLive::Channel SrtOutputDestinationSettings
<a name="aws-properties-medialive-channel-srtoutputdestinationsettings"></a>

<a name="aws-properties-medialive-channel-srtoutputdestinationsettings-description"></a>The `SrtOutputDestinationSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

## Syntax
<a name="aws-properties-medialive-channel-srtoutputdestinationsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-srtoutputdestinationsettings-syntax.json"></a>

```
{
  "[ConnectionMode](#cfn-medialive-channel-srtoutputdestinationsettings-connectionmode)" : String,
  "[EncryptionPassphraseSecretArn](#cfn-medialive-channel-srtoutputdestinationsettings-encryptionpassphrasesecretarn)" : String,
  "[ListenerPort](#cfn-medialive-channel-srtoutputdestinationsettings-listenerport)" : Integer,
  "[StreamId](#cfn-medialive-channel-srtoutputdestinationsettings-streamid)" : String,
  "[Url](#cfn-medialive-channel-srtoutputdestinationsettings-url)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-srtoutputdestinationsettings-syntax.yaml"></a>

```
  [ConnectionMode](#cfn-medialive-channel-srtoutputdestinationsettings-connectionmode): String
  [EncryptionPassphraseSecretArn](#cfn-medialive-channel-srtoutputdestinationsettings-encryptionpassphrasesecretarn): String
  [ListenerPort](#cfn-medialive-channel-srtoutputdestinationsettings-listenerport): Integer
  [StreamId](#cfn-medialive-channel-srtoutputdestinationsettings-streamid): String
  [Url](#cfn-medialive-channel-srtoutputdestinationsettings-url): String
```

## Properties
<a name="aws-properties-medialive-channel-srtoutputdestinationsettings-properties"></a>

`ConnectionMode`  <a name="cfn-medialive-channel-srtoutputdestinationsettings-connectionmode"></a>
Property description not available.  
*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)

`EncryptionPassphraseSecretArn`  <a name="cfn-medialive-channel-srtoutputdestinationsettings-encryptionpassphrasesecretarn"></a>
Property description not available.  
*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)

`ListenerPort`  <a name="cfn-medialive-channel-srtoutputdestinationsettings-listenerport"></a>
Property description not available.  
*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)

`StreamId`  <a name="cfn-medialive-channel-srtoutputdestinationsettings-streamid"></a>
Property description not available.  
*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)

`Url`  <a name="cfn-medialive-channel-srtoutputdestinationsettings-url"></a>
Property description not available.  
*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)

# AWS::MediaLive::Channel SrtOutputSettings
<a name="aws-properties-medialive-channel-srtoutputsettings"></a>

<a name="aws-properties-medialive-channel-srtoutputsettings-description"></a>The `SrtOutputSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

## Syntax
<a name="aws-properties-medialive-channel-srtoutputsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-srtoutputsettings-syntax.json"></a>

```
{
  "[BufferMsec](#cfn-medialive-channel-srtoutputsettings-buffermsec)" : Integer,
  "[ContainerSettings](#cfn-medialive-channel-srtoutputsettings-containersettings)" : UdpContainerSettings,
  "[Destination](#cfn-medialive-channel-srtoutputsettings-destination)" : OutputLocationRef,
  "[EncryptionType](#cfn-medialive-channel-srtoutputsettings-encryptiontype)" : String,
  "[Latency](#cfn-medialive-channel-srtoutputsettings-latency)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-srtoutputsettings-syntax.yaml"></a>

```
  [BufferMsec](#cfn-medialive-channel-srtoutputsettings-buffermsec): Integer
  [ContainerSettings](#cfn-medialive-channel-srtoutputsettings-containersettings): 
    UdpContainerSettings
  [Destination](#cfn-medialive-channel-srtoutputsettings-destination): 
    OutputLocationRef
  [EncryptionType](#cfn-medialive-channel-srtoutputsettings-encryptiontype): String
  [Latency](#cfn-medialive-channel-srtoutputsettings-latency): Integer
```

## Properties
<a name="aws-properties-medialive-channel-srtoutputsettings-properties"></a>

`BufferMsec`  <a name="cfn-medialive-channel-srtoutputsettings-buffermsec"></a>
Property description not available.  
*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)

`ContainerSettings`  <a name="cfn-medialive-channel-srtoutputsettings-containersettings"></a>
Property description not available.  
*Required*: No  
*Type*: [UdpContainerSettings](aws-properties-medialive-channel-udpcontainersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Destination`  <a name="cfn-medialive-channel-srtoutputsettings-destination"></a>
Property description not available.  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EncryptionType`  <a name="cfn-medialive-channel-srtoutputsettings-encryptiontype"></a>
Property description not available.  
*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)

`Latency`  <a name="cfn-medialive-channel-srtoutputsettings-latency"></a>
Property description not available.  
*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)

# AWS::MediaLive::Channel StandardHlsSettings
<a name="aws-properties-medialive-channel-standardhlssettings"></a>

The configuration of an HLS output that is a standard output (not an audio-only output).

The parent of this entity is HlsSettings.

## Syntax
<a name="aws-properties-medialive-channel-standardhlssettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-standardhlssettings-syntax.json"></a>

```
{
  "[AudioRenditionSets](#cfn-medialive-channel-standardhlssettings-audiorenditionsets)" : String,
  "[M3u8Settings](#cfn-medialive-channel-standardhlssettings-m3u8settings)" : M3u8Settings
}
```

### YAML
<a name="aws-properties-medialive-channel-standardhlssettings-syntax.yaml"></a>

```
  [AudioRenditionSets](#cfn-medialive-channel-standardhlssettings-audiorenditionsets): String
  [M3u8Settings](#cfn-medialive-channel-standardhlssettings-m3u8settings): 
    M3u8Settings
```

## Properties
<a name="aws-properties-medialive-channel-standardhlssettings-properties"></a>

`AudioRenditionSets`  <a name="cfn-medialive-channel-standardhlssettings-audiorenditionsets"></a>
Lists all the audio groups that are used with the video output stream. This inputs all the audio GROUP-IDs that are associated with the video, separated by a comma (,).  
*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)

`M3u8Settings`  <a name="cfn-medialive-channel-standardhlssettings-m3u8settings"></a>
Settings for the M3U8 container.  
*Required*: No  
*Type*: [M3u8Settings](aws-properties-medialive-channel-m3u8settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Channel StaticKeySettings
<a name="aws-properties-medialive-channel-statickeysettings"></a>

The static key settings.

The parent of this entity is KeyProviderSettings.

## Syntax
<a name="aws-properties-medialive-channel-statickeysettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-statickeysettings-syntax.json"></a>

```
{
  "[KeyProviderServer](#cfn-medialive-channel-statickeysettings-keyproviderserver)" : InputLocation,
  "[StaticKeyValue](#cfn-medialive-channel-statickeysettings-statickeyvalue)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-statickeysettings-syntax.yaml"></a>

```
  [KeyProviderServer](#cfn-medialive-channel-statickeysettings-keyproviderserver): 
    InputLocation
  [StaticKeyValue](#cfn-medialive-channel-statickeysettings-statickeyvalue): String
```

## Properties
<a name="aws-properties-medialive-channel-statickeysettings-properties"></a>

`KeyProviderServer`  <a name="cfn-medialive-channel-statickeysettings-keyproviderserver"></a>
The URL of the license server that is used for protecting content.  
*Required*: No  
*Type*: [InputLocation](aws-properties-medialive-channel-inputlocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticKeyValue`  <a name="cfn-medialive-channel-statickeysettings-statickeyvalue"></a>
The static key value as a 32 character hexadecimal string.  
*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)

# AWS::MediaLive::Channel TeletextSourceSettings
<a name="aws-properties-medialive-channel-teletextsourcesettings"></a>

Information about the Teletext captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

## Syntax
<a name="aws-properties-medialive-channel-teletextsourcesettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-teletextsourcesettings-syntax.json"></a>

```
{
  "[OutputRectangle](#cfn-medialive-channel-teletextsourcesettings-outputrectangle)" : CaptionRectangle,
  "[PageNumber](#cfn-medialive-channel-teletextsourcesettings-pagenumber)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-teletextsourcesettings-syntax.yaml"></a>

```
  [OutputRectangle](#cfn-medialive-channel-teletextsourcesettings-outputrectangle): 
    CaptionRectangle
  [PageNumber](#cfn-medialive-channel-teletextsourcesettings-pagenumber): String
```

## Properties
<a name="aws-properties-medialive-channel-teletextsourcesettings-properties"></a>

`OutputRectangle`  <a name="cfn-medialive-channel-teletextsourcesettings-outputrectangle"></a>
Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.  
*Required*: No  
*Type*: [CaptionRectangle](aws-properties-medialive-channel-captionrectangle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PageNumber`  <a name="cfn-medialive-channel-teletextsourcesettings-pagenumber"></a>
Specifies the Teletext page number within the data stream from which to extract captions. The range is 0x100 (256) to 0x8FF (2303). This is unused for passthrough. It should be specified as a hexadecimal string with no "0x" prefix.  
*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)

# AWS::MediaLive::Channel TemporalFilterSettings
<a name="aws-properties-medialive-channel-temporalfiltersettings"></a>

Settings for the temporal filter to apply to the video.

The parents of this entity are H264FilterSettings, H265FilterSettings, and Mpeg2FilterSettings.

## Syntax
<a name="aws-properties-medialive-channel-temporalfiltersettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-temporalfiltersettings-syntax.json"></a>

```
{
  "[PostFilterSharpening](#cfn-medialive-channel-temporalfiltersettings-postfiltersharpening)" : String,
  "[Strength](#cfn-medialive-channel-temporalfiltersettings-strength)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-temporalfiltersettings-syntax.yaml"></a>

```
  [PostFilterSharpening](#cfn-medialive-channel-temporalfiltersettings-postfiltersharpening): String
  [Strength](#cfn-medialive-channel-temporalfiltersettings-strength): String
```

## Properties
<a name="aws-properties-medialive-channel-temporalfiltersettings-properties"></a>

`PostFilterSharpening`  <a name="cfn-medialive-channel-temporalfiltersettings-postfiltersharpening"></a>
If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source. - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.  
*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)

`Strength`  <a name="cfn-medialive-channel-temporalfiltersettings-strength"></a>
Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.  
*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)

# AWS::MediaLive::Channel ThumbnailConfiguration
<a name="aws-properties-medialive-channel-thumbnailconfiguration"></a>

<a name="aws-properties-medialive-channel-thumbnailconfiguration-description"></a>The `ThumbnailConfiguration` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

## Syntax
<a name="aws-properties-medialive-channel-thumbnailconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-thumbnailconfiguration-syntax.json"></a>

```
{
  "[State](#cfn-medialive-channel-thumbnailconfiguration-state)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-thumbnailconfiguration-syntax.yaml"></a>

```
  [State](#cfn-medialive-channel-thumbnailconfiguration-state): String
```

## Properties
<a name="aws-properties-medialive-channel-thumbnailconfiguration-properties"></a>

`State`  <a name="cfn-medialive-channel-thumbnailconfiguration-state"></a>
Property description not available.  
*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)

# AWS::MediaLive::Channel TimecodeBurninSettings
<a name="aws-properties-medialive-channel-timecodeburninsettings"></a>

<a name="aws-properties-medialive-channel-timecodeburninsettings-description"></a>The `TimecodeBurninSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](aws-resource-medialive-channel.md).

## Syntax
<a name="aws-properties-medialive-channel-timecodeburninsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-timecodeburninsettings-syntax.json"></a>

```
{
  "[FontSize](#cfn-medialive-channel-timecodeburninsettings-fontsize)" : String,
  "[Position](#cfn-medialive-channel-timecodeburninsettings-position)" : String,
  "[Prefix](#cfn-medialive-channel-timecodeburninsettings-prefix)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-timecodeburninsettings-syntax.yaml"></a>

```
  [FontSize](#cfn-medialive-channel-timecodeburninsettings-fontsize): String
  [Position](#cfn-medialive-channel-timecodeburninsettings-position): String
  [Prefix](#cfn-medialive-channel-timecodeburninsettings-prefix): String
```

## Properties
<a name="aws-properties-medialive-channel-timecodeburninsettings-properties"></a>

`FontSize`  <a name="cfn-medialive-channel-timecodeburninsettings-fontsize"></a>
Property description not available.  
*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)

`Position`  <a name="cfn-medialive-channel-timecodeburninsettings-position"></a>
Property description not available.  
*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)

`Prefix`  <a name="cfn-medialive-channel-timecodeburninsettings-prefix"></a>
Property description not available.  
*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)

# AWS::MediaLive::Channel TimecodeConfig
<a name="aws-properties-medialive-channel-timecodeconfig"></a>

The configuration of the timecode in the output.

The parent of this entity is EncoderSettings.

## Syntax
<a name="aws-properties-medialive-channel-timecodeconfig-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-timecodeconfig-syntax.json"></a>

```
{
  "[Source](#cfn-medialive-channel-timecodeconfig-source)" : String,
  "[SyncThreshold](#cfn-medialive-channel-timecodeconfig-syncthreshold)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-timecodeconfig-syntax.yaml"></a>

```
  [Source](#cfn-medialive-channel-timecodeconfig-source): String
  [SyncThreshold](#cfn-medialive-channel-timecodeconfig-syncthreshold): Integer
```

## Properties
<a name="aws-properties-medialive-channel-timecodeconfig-properties"></a>

`Source`  <a name="cfn-medialive-channel-timecodeconfig-source"></a>
Identifies the source for the timecode that will be associated with the channel outputs. Embedded (embedded): Initialize the output timecode with timecode from the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). System Clock (systemclock): Use the UTC time. Start at 0 (zerobased): The time of the first frame of the channel will be 00:00:00:00.  
*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)

`SyncThreshold`  <a name="cfn-medialive-channel-timecodeconfig-syncthreshold"></a>
The threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. There is no timecode sync when this is not specified.  
*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)

# AWS::MediaLive::Channel TtmlDestinationSettings
<a name="aws-properties-medialive-channel-ttmldestinationsettings"></a>

The setup of TTML captions in the output.

The parent of this entity is CaptionDestinationSettings.

## Syntax
<a name="aws-properties-medialive-channel-ttmldestinationsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-ttmldestinationsettings-syntax.json"></a>

```
{
  "[StyleControl](#cfn-medialive-channel-ttmldestinationsettings-stylecontrol)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-ttmldestinationsettings-syntax.yaml"></a>

```
  [StyleControl](#cfn-medialive-channel-ttmldestinationsettings-stylecontrol): String
```

## Properties
<a name="aws-properties-medialive-channel-ttmldestinationsettings-properties"></a>

`StyleControl`  <a name="cfn-medialive-channel-ttmldestinationsettings-stylecontrol"></a>
When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.  
*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)

# AWS::MediaLive::Channel UdpContainerSettings
<a name="aws-properties-medialive-channel-udpcontainersettings"></a>

The configuration of a UDP output.

The parent of this entity is UdpOutputSettings.

## Syntax
<a name="aws-properties-medialive-channel-udpcontainersettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-udpcontainersettings-syntax.json"></a>

```
{
  "[M2tsSettings](#cfn-medialive-channel-udpcontainersettings-m2tssettings)" : M2tsSettings
}
```

### YAML
<a name="aws-properties-medialive-channel-udpcontainersettings-syntax.yaml"></a>

```
  [M2tsSettings](#cfn-medialive-channel-udpcontainersettings-m2tssettings): 
    M2tsSettings
```

## Properties
<a name="aws-properties-medialive-channel-udpcontainersettings-properties"></a>

`M2tsSettings`  <a name="cfn-medialive-channel-udpcontainersettings-m2tssettings"></a>
The M2TS configuration for this UDP output.  
*Required*: No  
*Type*: [M2tsSettings](aws-properties-medialive-channel-m2tssettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Channel UdpGroupSettings
<a name="aws-properties-medialive-channel-udpgroupsettings"></a>

The configuration of a UDP output group.

The parent of this entity is OutputGroupSettings.

## Syntax
<a name="aws-properties-medialive-channel-udpgroupsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-udpgroupsettings-syntax.json"></a>

```
{
  "[InputLossAction](#cfn-medialive-channel-udpgroupsettings-inputlossaction)" : String,
  "[TimedMetadataId3Frame](#cfn-medialive-channel-udpgroupsettings-timedmetadataid3frame)" : String,
  "[TimedMetadataId3Period](#cfn-medialive-channel-udpgroupsettings-timedmetadataid3period)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-udpgroupsettings-syntax.yaml"></a>

```
  [InputLossAction](#cfn-medialive-channel-udpgroupsettings-inputlossaction): String
  [TimedMetadataId3Frame](#cfn-medialive-channel-udpgroupsettings-timedmetadataid3frame): String
  [TimedMetadataId3Period](#cfn-medialive-channel-udpgroupsettings-timedmetadataid3period): Integer
```

## Properties
<a name="aws-properties-medialive-channel-udpgroupsettings-properties"></a>

`InputLossAction`  <a name="cfn-medialive-channel-udpgroupsettings-inputlossaction"></a>
Specifies the behavior of the last resort when the input video is lost, and no more backup inputs are available. When dropTs is selected, the entire transport stream stops emitting. When dropProgram is selected, the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or when emitProgram is selected, the transport stream continues to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.  
*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)

`TimedMetadataId3Frame`  <a name="cfn-medialive-channel-udpgroupsettings-timedmetadataid3frame"></a>
Indicates the ID3 frame that has the timecode.  
*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)

`TimedMetadataId3Period`  <a name="cfn-medialive-channel-udpgroupsettings-timedmetadataid3period"></a>
The timed metadata interval in seconds.  
*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)

# AWS::MediaLive::Channel UdpOutputSettings
<a name="aws-properties-medialive-channel-udpoutputsettings"></a>

The settings for one UDP output.

The parent of this entity is OutputSettings.

## Syntax
<a name="aws-properties-medialive-channel-udpoutputsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-udpoutputsettings-syntax.json"></a>

```
{
  "[BufferMsec](#cfn-medialive-channel-udpoutputsettings-buffermsec)" : Integer,
  "[ContainerSettings](#cfn-medialive-channel-udpoutputsettings-containersettings)" : UdpContainerSettings,
  "[Destination](#cfn-medialive-channel-udpoutputsettings-destination)" : OutputLocationRef,
  "[FecOutputSettings](#cfn-medialive-channel-udpoutputsettings-fecoutputsettings)" : FecOutputSettings
}
```

### YAML
<a name="aws-properties-medialive-channel-udpoutputsettings-syntax.yaml"></a>

```
  [BufferMsec](#cfn-medialive-channel-udpoutputsettings-buffermsec): Integer
  [ContainerSettings](#cfn-medialive-channel-udpoutputsettings-containersettings): 
    UdpContainerSettings
  [Destination](#cfn-medialive-channel-udpoutputsettings-destination): 
    OutputLocationRef
  [FecOutputSettings](#cfn-medialive-channel-udpoutputsettings-fecoutputsettings): 
    FecOutputSettings
```

## Properties
<a name="aws-properties-medialive-channel-udpoutputsettings-properties"></a>

`BufferMsec`  <a name="cfn-medialive-channel-udpoutputsettings-buffermsec"></a>
The UDP output buffering in milliseconds. Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, and so on.  
*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)

`ContainerSettings`  <a name="cfn-medialive-channel-udpoutputsettings-containersettings"></a>
The settings for the UDP output.  
*Required*: No  
*Type*: [UdpContainerSettings](aws-properties-medialive-channel-udpcontainersettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Destination`  <a name="cfn-medialive-channel-udpoutputsettings-destination"></a>
The destination address and port number for RTP or UDP packets. These can be unicast or multicast RTP or UDP (for example, rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FecOutputSettings`  <a name="cfn-medialive-channel-udpoutputsettings-fecoutputsettings"></a>
The settings for enabling and adjusting Forward Error Correction on UDP outputs.  
*Required*: No  
*Type*: [FecOutputSettings](aws-properties-medialive-channel-fecoutputsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Channel VideoBlackFailoverSettings
<a name="aws-properties-medialive-channel-videoblackfailoversettings"></a>

MediaLive will perform a failover if content is considered black for the specified period.

The parent of this entity is FailoverConditionSettings.

## Syntax
<a name="aws-properties-medialive-channel-videoblackfailoversettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-videoblackfailoversettings-syntax.json"></a>

```
{
  "[BlackDetectThreshold](#cfn-medialive-channel-videoblackfailoversettings-blackdetectthreshold)" : Number,
  "[VideoBlackThresholdMsec](#cfn-medialive-channel-videoblackfailoversettings-videoblackthresholdmsec)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-videoblackfailoversettings-syntax.yaml"></a>

```
  [BlackDetectThreshold](#cfn-medialive-channel-videoblackfailoversettings-blackdetectthreshold): Number
  [VideoBlackThresholdMsec](#cfn-medialive-channel-videoblackfailoversettings-videoblackthresholdmsec): Integer
```

## Properties
<a name="aws-properties-medialive-channel-videoblackfailoversettings-properties"></a>

`BlackDetectThreshold`  <a name="cfn-medialive-channel-videoblackfailoversettings-blackdetectthreshold"></a>
A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'. For the input to be considered black, every pixel in a frame must be below this threshold. The threshold is calculated as a percentage (expressed as a decimal) of white. Therefore .1 means 10% white (or 90% black). Note how the formula works for any color depth. For example, if you set this field to 0.1 in 10-bit color depth: (1023\$10.1=102.3), which means a pixel value of 102 or less is 'black'. If you set this field to .1 in an 8-bit color depth: (255\$10.1=25.5), which means a pixel value of 25 or less is 'black'. The range is 0.0 to 1.0, with any number of decimal places.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VideoBlackThresholdMsec`  <a name="cfn-medialive-channel-videoblackfailoversettings-videoblackthresholdmsec"></a>
The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs.  
*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)

# AWS::MediaLive::Channel VideoCodecSettings
<a name="aws-properties-medialive-channel-videocodecsettings"></a>

The settings for the video codec in the output.

The parent of this entity is VideoDescription.

## Syntax
<a name="aws-properties-medialive-channel-videocodecsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-videocodecsettings-syntax.json"></a>

```
{
  "[Av1Settings](#cfn-medialive-channel-videocodecsettings-av1settings)" : Av1Settings,
  "[FrameCaptureSettings](#cfn-medialive-channel-videocodecsettings-framecapturesettings)" : FrameCaptureSettings,
  "[H264Settings](#cfn-medialive-channel-videocodecsettings-h264settings)" : H264Settings,
  "[H265Settings](#cfn-medialive-channel-videocodecsettings-h265settings)" : H265Settings,
  "[Mpeg2Settings](#cfn-medialive-channel-videocodecsettings-mpeg2settings)" : Mpeg2Settings
}
```

### YAML
<a name="aws-properties-medialive-channel-videocodecsettings-syntax.yaml"></a>

```
  [Av1Settings](#cfn-medialive-channel-videocodecsettings-av1settings): 
    Av1Settings
  [FrameCaptureSettings](#cfn-medialive-channel-videocodecsettings-framecapturesettings): 
    FrameCaptureSettings
  [H264Settings](#cfn-medialive-channel-videocodecsettings-h264settings): 
    H264Settings
  [H265Settings](#cfn-medialive-channel-videocodecsettings-h265settings): 
    H265Settings
  [Mpeg2Settings](#cfn-medialive-channel-videocodecsettings-mpeg2settings): 
    Mpeg2Settings
```

## Properties
<a name="aws-properties-medialive-channel-videocodecsettings-properties"></a>

`Av1Settings`  <a name="cfn-medialive-channel-videocodecsettings-av1settings"></a>
Property description not available.  
*Required*: No  
*Type*: [Av1Settings](aws-properties-medialive-channel-av1settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FrameCaptureSettings`  <a name="cfn-medialive-channel-videocodecsettings-framecapturesettings"></a>
The settings for the video codec in a frame capture output.  
*Required*: No  
*Type*: [FrameCaptureSettings](aws-properties-medialive-channel-framecapturesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`H264Settings`  <a name="cfn-medialive-channel-videocodecsettings-h264settings"></a>
The settings for the H.264 codec in the output.  
*Required*: No  
*Type*: [H264Settings](aws-properties-medialive-channel-h264settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`H265Settings`  <a name="cfn-medialive-channel-videocodecsettings-h265settings"></a>
Settings for video encoded with the H265 codec.  
*Required*: No  
*Type*: [H265Settings](aws-properties-medialive-channel-h265settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Mpeg2Settings`  <a name="cfn-medialive-channel-videocodecsettings-mpeg2settings"></a>
Settings for video encoded with the MPEG-2 codec.  
*Required*: No  
*Type*: [Mpeg2Settings](aws-properties-medialive-channel-mpeg2settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Channel VideoDescription
<a name="aws-properties-medialive-channel-videodescription"></a>

Encoding information for one output video.

The parent of this entity is EncoderSettings.

## Syntax
<a name="aws-properties-medialive-channel-videodescription-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-videodescription-syntax.json"></a>

```
{
  "[CodecSettings](#cfn-medialive-channel-videodescription-codecsettings)" : VideoCodecSettings,
  "[Height](#cfn-medialive-channel-videodescription-height)" : Integer,
  "[Name](#cfn-medialive-channel-videodescription-name)" : String,
  "[RespondToAfd](#cfn-medialive-channel-videodescription-respondtoafd)" : String,
  "[ScalingBehavior](#cfn-medialive-channel-videodescription-scalingbehavior)" : String,
  "[Sharpness](#cfn-medialive-channel-videodescription-sharpness)" : Integer,
  "[Width](#cfn-medialive-channel-videodescription-width)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-videodescription-syntax.yaml"></a>

```
  [CodecSettings](#cfn-medialive-channel-videodescription-codecsettings): 
    VideoCodecSettings
  [Height](#cfn-medialive-channel-videodescription-height): Integer
  [Name](#cfn-medialive-channel-videodescription-name): String
  [RespondToAfd](#cfn-medialive-channel-videodescription-respondtoafd): String
  [ScalingBehavior](#cfn-medialive-channel-videodescription-scalingbehavior): String
  [Sharpness](#cfn-medialive-channel-videodescription-sharpness): Integer
  [Width](#cfn-medialive-channel-videodescription-width): Integer
```

## Properties
<a name="aws-properties-medialive-channel-videodescription-properties"></a>

`CodecSettings`  <a name="cfn-medialive-channel-videodescription-codecsettings"></a>
The video codec settings.  
*Required*: No  
*Type*: [VideoCodecSettings](aws-properties-medialive-channel-videocodecsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Height`  <a name="cfn-medialive-channel-videodescription-height"></a>
The output video height, in pixels. This must be an even number. For most codecs, you can keep this field and width blank in order to use the height and width (resolution) from the source. Note that we don't recommend keeping the field blank. For the Frame Capture codec, height and width are required.  
*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)

`Name`  <a name="cfn-medialive-channel-videodescription-name"></a>
The name of this VideoDescription. Outputs use this name to uniquely identify this description. Description names should be unique within this channel.  
*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)

`RespondToAfd`  <a name="cfn-medialive-channel-videodescription-respondtoafd"></a>
Indicates how to respond to the AFD values in the input stream. RESPOND causes input video to be clipped, depending on the AFD value, input display aspect ratio, and output display aspect ratio, and (except for the FRAMECAPTURE codec) includes the values in the output. PASSTHROUGH (does not apply to FRAMECAPTURE codec) ignores the AFD values and includes the values in the output, so input video is not clipped. NONE ignores the AFD values and does not include the values through to the output, so input video is not clipped.  
*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)

`ScalingBehavior`  <a name="cfn-medialive-channel-videodescription-scalingbehavior"></a>
STRETCHTOOUTPUT configures the output position to stretch the video to the specified output resolution (height and width). This option overrides any position value. DEFAULT might insert black boxes (pillar boxes or letter boxes) around the video to provide the specified output resolution.  
*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)

`Sharpness`  <a name="cfn-medialive-channel-videodescription-sharpness"></a>
Changes the strength of the anti-alias filter used for scaling. 0 is the softest setting, and 100 is the sharpest. We recommend a setting of 50 for most content.  
*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)

`Width`  <a name="cfn-medialive-channel-videodescription-width"></a>
The output video width, in pixels. It must be an even number. For most codecs, you can keep this field and height blank in order to use the height and width (resolution) from the source. Note that we don't recommend keeping the field blank. For the Frame Capture codec, height and width are required.  
*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)

# AWS::MediaLive::Channel VideoSelector
<a name="aws-properties-medialive-channel-videoselector"></a>

Information about the video to extract from the input. An input can contain only one video selector.

The parent of this entity is InputSettings.

## Syntax
<a name="aws-properties-medialive-channel-videoselector-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-videoselector-syntax.json"></a>

```
{
  "[ColorSpace](#cfn-medialive-channel-videoselector-colorspace)" : String,
  "[ColorSpaceSettings](#cfn-medialive-channel-videoselector-colorspacesettings)" : VideoSelectorColorSpaceSettings,
  "[ColorSpaceUsage](#cfn-medialive-channel-videoselector-colorspaceusage)" : String,
  "[SelectorSettings](#cfn-medialive-channel-videoselector-selectorsettings)" : VideoSelectorSettings
}
```

### YAML
<a name="aws-properties-medialive-channel-videoselector-syntax.yaml"></a>

```
  [ColorSpace](#cfn-medialive-channel-videoselector-colorspace): String
  [ColorSpaceSettings](#cfn-medialive-channel-videoselector-colorspacesettings): 
    VideoSelectorColorSpaceSettings
  [ColorSpaceUsage](#cfn-medialive-channel-videoselector-colorspaceusage): String
  [SelectorSettings](#cfn-medialive-channel-videoselector-selectorsettings): 
    VideoSelectorSettings
```

## Properties
<a name="aws-properties-medialive-channel-videoselector-properties"></a>

`ColorSpace`  <a name="cfn-medialive-channel-videoselector-colorspace"></a>
Specifies the color space of an input. This setting works in tandem with colorSpaceConversion to determine if MediaLive will perform any conversion.  
*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)

`ColorSpaceSettings`  <a name="cfn-medialive-channel-videoselector-colorspacesettings"></a>
Settings to configure color space settings in the incoming video.  
*Required*: No  
*Type*: [VideoSelectorColorSpaceSettings](aws-properties-medialive-channel-videoselectorcolorspacesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorSpaceUsage`  <a name="cfn-medialive-channel-videoselector-colorspaceusage"></a>
Applies only if colorSpace is a value other than Follow. This field controls how the value in the colorSpace field is used. Fallback means that when the input does include color space data, that data is used, but when the input has no color space data, the value in colorSpace is used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. Force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data.  
*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)

`SelectorSettings`  <a name="cfn-medialive-channel-videoselector-selectorsettings"></a>
Information about the video to select from the content.  
*Required*: No  
*Type*: [VideoSelectorSettings](aws-properties-medialive-channel-videoselectorsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Channel VideoSelectorColorSpaceSettings
<a name="aws-properties-medialive-channel-videoselectorcolorspacesettings"></a>

Settings to configure color space settings in the incoming video.

The parent of this entity is VideoSelector.

## Syntax
<a name="aws-properties-medialive-channel-videoselectorcolorspacesettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-videoselectorcolorspacesettings-syntax.json"></a>

```
{
  "[Hdr10Settings](#cfn-medialive-channel-videoselectorcolorspacesettings-hdr10settings)" : Hdr10Settings
}
```

### YAML
<a name="aws-properties-medialive-channel-videoselectorcolorspacesettings-syntax.yaml"></a>

```
  [Hdr10Settings](#cfn-medialive-channel-videoselectorcolorspacesettings-hdr10settings): 
    Hdr10Settings
```

## Properties
<a name="aws-properties-medialive-channel-videoselectorcolorspacesettings-properties"></a>

`Hdr10Settings`  <a name="cfn-medialive-channel-videoselectorcolorspacesettings-hdr10settings"></a>
Settings to configure color space settings in the incoming video.  
*Required*: No  
*Type*: [Hdr10Settings](aws-properties-medialive-channel-hdr10settings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Channel VideoSelectorPid
<a name="aws-properties-medialive-channel-videoselectorpid"></a>

Selects a specific PID from within a video source.

The parent of this entity is VideoSelectorSettings.

## Syntax
<a name="aws-properties-medialive-channel-videoselectorpid-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-videoselectorpid-syntax.json"></a>

```
{
  "[Pid](#cfn-medialive-channel-videoselectorpid-pid)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-videoselectorpid-syntax.yaml"></a>

```
  [Pid](#cfn-medialive-channel-videoselectorpid-pid): Integer
```

## Properties
<a name="aws-properties-medialive-channel-videoselectorpid-properties"></a>

`Pid`  <a name="cfn-medialive-channel-videoselectorpid-pid"></a>
Selects a specific PID from within a video source.  
*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)

# AWS::MediaLive::Channel VideoSelectorProgramId
<a name="aws-properties-medialive-channel-videoselectorprogramid"></a>

Used to extract video by the program ID.

The parent of this entity is VideoSelectorSettings.

## Syntax
<a name="aws-properties-medialive-channel-videoselectorprogramid-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-videoselectorprogramid-syntax.json"></a>

```
{
  "[ProgramId](#cfn-medialive-channel-videoselectorprogramid-programid)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-channel-videoselectorprogramid-syntax.yaml"></a>

```
  [ProgramId](#cfn-medialive-channel-videoselectorprogramid-programid): Integer
```

## Properties
<a name="aws-properties-medialive-channel-videoselectorprogramid-properties"></a>

`ProgramId`  <a name="cfn-medialive-channel-videoselectorprogramid-programid"></a>
Selects a specific program from within a multi-program transport stream. If the program doesn't exist, MediaLive selects the first program within the transport stream by default.  
*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)

# AWS::MediaLive::Channel VideoSelectorSettings
<a name="aws-properties-medialive-channel-videoselectorsettings"></a>

Information about the video to extract from the input.

The parent of this entity is VideoSelector.

## Syntax
<a name="aws-properties-medialive-channel-videoselectorsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-videoselectorsettings-syntax.json"></a>

```
{
  "[VideoSelectorPid](#cfn-medialive-channel-videoselectorsettings-videoselectorpid)" : VideoSelectorPid,
  "[VideoSelectorProgramId](#cfn-medialive-channel-videoselectorsettings-videoselectorprogramid)" : VideoSelectorProgramId
}
```

### YAML
<a name="aws-properties-medialive-channel-videoselectorsettings-syntax.yaml"></a>

```
  [VideoSelectorPid](#cfn-medialive-channel-videoselectorsettings-videoselectorpid): 
    VideoSelectorPid
  [VideoSelectorProgramId](#cfn-medialive-channel-videoselectorsettings-videoselectorprogramid): 
    VideoSelectorProgramId
```

## Properties
<a name="aws-properties-medialive-channel-videoselectorsettings-properties"></a>

`VideoSelectorPid`  <a name="cfn-medialive-channel-videoselectorsettings-videoselectorpid"></a>
Used to extract video by PID.  
*Required*: No  
*Type*: [VideoSelectorPid](aws-properties-medialive-channel-videoselectorpid.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VideoSelectorProgramId`  <a name="cfn-medialive-channel-videoselectorsettings-videoselectorprogramid"></a>
Used to extract video by program ID.  
*Required*: No  
*Type*: [VideoSelectorProgramId](aws-properties-medialive-channel-videoselectorprogramid.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Channel VpcOutputSettings
<a name="aws-properties-medialive-channel-vpcoutputsettings"></a>

Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.

This entity is at the top level in the channel.

## Syntax
<a name="aws-properties-medialive-channel-vpcoutputsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-vpcoutputsettings-syntax.json"></a>

```
{
  "[PublicAddressAllocationIds](#cfn-medialive-channel-vpcoutputsettings-publicaddressallocationids)" : [ String, ... ],
  "[SecurityGroupIds](#cfn-medialive-channel-vpcoutputsettings-securitygroupids)" : [ String, ... ],
  "[SubnetIds](#cfn-medialive-channel-vpcoutputsettings-subnetids)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-medialive-channel-vpcoutputsettings-syntax.yaml"></a>

```
  [PublicAddressAllocationIds](#cfn-medialive-channel-vpcoutputsettings-publicaddressallocationids): 
    - String
  [SecurityGroupIds](#cfn-medialive-channel-vpcoutputsettings-securitygroupids): 
    - String
  [SubnetIds](#cfn-medialive-channel-vpcoutputsettings-subnetids): 
    - String
```

## Properties
<a name="aws-properties-medialive-channel-vpcoutputsettings-properties"></a>

`PublicAddressAllocationIds`  <a name="cfn-medialive-channel-vpcoutputsettings-publicaddressallocationids"></a>
List of public address allocation IDs to associate with ENIs that will be created in Output VPC. Must specify one for SINGLE\$1PIPELINE, two for STANDARD channels   
*Required*: No  
*Type*: Array of String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SecurityGroupIds`  <a name="cfn-medialive-channel-vpcoutputsettings-securitygroupids"></a>
A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are specified then the VPC default security group will be used   
*Required*: No  
*Type*: Array of String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SubnetIds`  <a name="cfn-medialive-channel-vpcoutputsettings-subnetids"></a>
A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).   
*Required*: No  
*Type*: Array of String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

# AWS::MediaLive::Channel WavSettings
<a name="aws-properties-medialive-channel-wavsettings"></a>

The setup of WAV audio in the output.

The parent of this entity is AudioCodecSettings.

## Syntax
<a name="aws-properties-medialive-channel-wavsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-wavsettings-syntax.json"></a>

```
{
  "[BitDepth](#cfn-medialive-channel-wavsettings-bitdepth)" : Number,
  "[CodingMode](#cfn-medialive-channel-wavsettings-codingmode)" : String,
  "[SampleRate](#cfn-medialive-channel-wavsettings-samplerate)" : Number
}
```

### YAML
<a name="aws-properties-medialive-channel-wavsettings-syntax.yaml"></a>

```
  [BitDepth](#cfn-medialive-channel-wavsettings-bitdepth): Number
  [CodingMode](#cfn-medialive-channel-wavsettings-codingmode): String
  [SampleRate](#cfn-medialive-channel-wavsettings-samplerate): Number
```

## Properties
<a name="aws-properties-medialive-channel-wavsettings-properties"></a>

`BitDepth`  <a name="cfn-medialive-channel-wavsettings-bitdepth"></a>
Bits per sample.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CodingMode`  <a name="cfn-medialive-channel-wavsettings-codingmode"></a>
The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.  
*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)

`SampleRate`  <a name="cfn-medialive-channel-wavsettings-samplerate"></a>
Sample rate in Hz.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Channel WebvttDestinationSettings
<a name="aws-properties-medialive-channel-webvttdestinationsettings"></a>

The configuration of Web VTT captions in the output.

The parent of this entity is CaptionDestinationSettings.

## Syntax
<a name="aws-properties-medialive-channel-webvttdestinationsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channel-webvttdestinationsettings-syntax.json"></a>

```
{
  "[StyleControl](#cfn-medialive-channel-webvttdestinationsettings-stylecontrol)" : String
}
```

### YAML
<a name="aws-properties-medialive-channel-webvttdestinationsettings-syntax.yaml"></a>

```
  [StyleControl](#cfn-medialive-channel-webvttdestinationsettings-stylecontrol): String
```

## Properties
<a name="aws-properties-medialive-channel-webvttdestinationsettings-properties"></a>

`StyleControl`  <a name="cfn-medialive-channel-webvttdestinationsettings-stylecontrol"></a>
Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO\$1STYLE\$1DATA - Don't pass through the style. The output captions will not contain any font styling information.  
*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)

# AWS::MediaLive::ChannelPlacementGroup
<a name="aws-resource-medialive-channelplacementgroup"></a>

<a name="aws-resource-medialive-channelplacementgroup-description"></a>The `AWS::MediaLive::ChannelPlacementGroup` resource Property description not available. for MediaLive.

## Syntax
<a name="aws-resource-medialive-channelplacementgroup-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-channelplacementgroup-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::ChannelPlacementGroup",
  "Properties" : {
      "[ClusterId](#cfn-medialive-channelplacementgroup-clusterid)" : String,
      "[Name](#cfn-medialive-channelplacementgroup-name)" : String,
      "[Nodes](#cfn-medialive-channelplacementgroup-nodes)" : [ String, ... ],
      "[Tags](#cfn-medialive-channelplacementgroup-tags)" : [ Tags, ... ]
    }
}
```

### YAML
<a name="aws-resource-medialive-channelplacementgroup-syntax.yaml"></a>

```
Type: AWS::MediaLive::ChannelPlacementGroup
Properties:
  [ClusterId](#cfn-medialive-channelplacementgroup-clusterid): String
  [Name](#cfn-medialive-channelplacementgroup-name): String
  [Nodes](#cfn-medialive-channelplacementgroup-nodes): 
    - String
  [Tags](#cfn-medialive-channelplacementgroup-tags): 
    - Tags
```

## Properties
<a name="aws-resource-medialive-channelplacementgroup-properties"></a>

`ClusterId`  <a name="cfn-medialive-channelplacementgroup-clusterid"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Name`  <a name="cfn-medialive-channelplacementgroup-name"></a>
Property description not available.  
*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)

`Nodes`  <a name="cfn-medialive-channelplacementgroup-nodes"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-medialive-channelplacementgroup-tags"></a>
Property description not available.  
*Required*: No  
*Type*: [Array](aws-properties-medialive-channelplacementgroup-tags.md) of [Tags](aws-properties-medialive-channelplacementgroup-tags.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-medialive-channelplacementgroup-return-values"></a>

### Ref
<a name="aws-resource-medialive-channelplacementgroup-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-channelplacementgroup-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-channelplacementgroup-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The ARN of the channel placement group.

`Channels`  <a name="Channels-fn::getatt"></a>
List of channel IDs added to the channel placement group.

`Id`  <a name="Id-fn::getatt"></a>
The unique identifier of the channel placement group.

`State`  <a name="State-fn::getatt"></a>
The current state of the channel placement group.

# AWS::MediaLive::ChannelPlacementGroup Tags
<a name="aws-properties-medialive-channelplacementgroup-tags"></a>

<a name="aws-properties-medialive-channelplacementgroup-tags-description"></a>The `Tags` property type specifies Property description not available. for an [AWS::MediaLive::ChannelPlacementGroup](aws-resource-medialive-channelplacementgroup.md).

## Syntax
<a name="aws-properties-medialive-channelplacementgroup-tags-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-channelplacementgroup-tags-syntax.json"></a>

```
{
  "[Key](#cfn-medialive-channelplacementgroup-tags-key)" : String,
  "[Value](#cfn-medialive-channelplacementgroup-tags-value)" : String
}
```

### YAML
<a name="aws-properties-medialive-channelplacementgroup-tags-syntax.yaml"></a>

```
  [Key](#cfn-medialive-channelplacementgroup-tags-key): String
  [Value](#cfn-medialive-channelplacementgroup-tags-value): String
```

## Properties
<a name="aws-properties-medialive-channelplacementgroup-tags-properties"></a>

`Key`  <a name="cfn-medialive-channelplacementgroup-tags-key"></a>
Property description not available.  
*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)

`Value`  <a name="cfn-medialive-channelplacementgroup-tags-value"></a>
Property description not available.  
*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)

# AWS::MediaLive::CloudWatchAlarmTemplate
<a name="aws-resource-medialive-cloudwatchalarmtemplate"></a>

<a name="aws-resource-medialive-cloudwatchalarmtemplate-description"></a>The `AWS::MediaLive::CloudWatchAlarmTemplate` resource Property description not available. for MediaLive.

## Syntax
<a name="aws-resource-medialive-cloudwatchalarmtemplate-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-cloudwatchalarmtemplate-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::CloudWatchAlarmTemplate",
  "Properties" : {
      "[ComparisonOperator](#cfn-medialive-cloudwatchalarmtemplate-comparisonoperator)" : String,
      "[DatapointsToAlarm](#cfn-medialive-cloudwatchalarmtemplate-datapointstoalarm)" : Number,
      "[Description](#cfn-medialive-cloudwatchalarmtemplate-description)" : String,
      "[EvaluationPeriods](#cfn-medialive-cloudwatchalarmtemplate-evaluationperiods)" : Number,
      "[GroupIdentifier](#cfn-medialive-cloudwatchalarmtemplate-groupidentifier)" : String,
      "[MetricName](#cfn-medialive-cloudwatchalarmtemplate-metricname)" : String,
      "[Name](#cfn-medialive-cloudwatchalarmtemplate-name)" : String,
      "[Period](#cfn-medialive-cloudwatchalarmtemplate-period)" : Number,
      "[Statistic](#cfn-medialive-cloudwatchalarmtemplate-statistic)" : String,
      "[Tags](#cfn-medialive-cloudwatchalarmtemplate-tags)" : {Key: Value, ...},
      "[TargetResourceType](#cfn-medialive-cloudwatchalarmtemplate-targetresourcetype)" : String,
      "[Threshold](#cfn-medialive-cloudwatchalarmtemplate-threshold)" : Number,
      "[TreatMissingData](#cfn-medialive-cloudwatchalarmtemplate-treatmissingdata)" : String
    }
}
```

### YAML
<a name="aws-resource-medialive-cloudwatchalarmtemplate-syntax.yaml"></a>

```
Type: AWS::MediaLive::CloudWatchAlarmTemplate
Properties:
  [ComparisonOperator](#cfn-medialive-cloudwatchalarmtemplate-comparisonoperator): String
  [DatapointsToAlarm](#cfn-medialive-cloudwatchalarmtemplate-datapointstoalarm): Number
  [Description](#cfn-medialive-cloudwatchalarmtemplate-description): String
  [EvaluationPeriods](#cfn-medialive-cloudwatchalarmtemplate-evaluationperiods): Number
  [GroupIdentifier](#cfn-medialive-cloudwatchalarmtemplate-groupidentifier): String
  [MetricName](#cfn-medialive-cloudwatchalarmtemplate-metricname): String
  [Name](#cfn-medialive-cloudwatchalarmtemplate-name): String
  [Period](#cfn-medialive-cloudwatchalarmtemplate-period): Number
  [Statistic](#cfn-medialive-cloudwatchalarmtemplate-statistic): String
  [Tags](#cfn-medialive-cloudwatchalarmtemplate-tags): 
    Key: Value
  [TargetResourceType](#cfn-medialive-cloudwatchalarmtemplate-targetresourcetype): String
  [Threshold](#cfn-medialive-cloudwatchalarmtemplate-threshold): Number
  [TreatMissingData](#cfn-medialive-cloudwatchalarmtemplate-treatmissingdata): String
```

## Properties
<a name="aws-resource-medialive-cloudwatchalarmtemplate-properties"></a>

`ComparisonOperator`  <a name="cfn-medialive-cloudwatchalarmtemplate-comparisonoperator"></a>
The comparison operator used to compare the specified statistic and the threshold.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `GreaterThanOrEqualToThreshold | GreaterThanThreshold | LessThanThreshold | LessThanOrEqualToThreshold`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DatapointsToAlarm`  <a name="cfn-medialive-cloudwatchalarmtemplate-datapointstoalarm"></a>
The number of datapoints within the evaluation period that must be breaching to trigger the alarm.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Description`  <a name="cfn-medialive-cloudwatchalarmtemplate-description"></a>
A resource's optional description.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EvaluationPeriods`  <a name="cfn-medialive-cloudwatchalarmtemplate-evaluationperiods"></a>
The number of periods over which data is compared to the specified threshold.  
*Required*: Yes  
*Type*: Number  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GroupIdentifier`  <a name="cfn-medialive-cloudwatchalarmtemplate-groupidentifier"></a>
A cloudwatch alarm template group's identifier. Can be either be its id or current name.  
*Required*: No  
*Type*: String  
*Pattern*: `^[^\s]+$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MetricName`  <a name="cfn-medialive-cloudwatchalarmtemplate-metricname"></a>
The name of the metric associated with the alarm. Must be compatible with targetResourceType.  
*Required*: Yes  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `64`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-cloudwatchalarmtemplate-name"></a>
A resource's name. Names must be unique within the scope of a resource type in a specific region.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[^\s]+$`  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Period`  <a name="cfn-medialive-cloudwatchalarmtemplate-period"></a>
The period, in seconds, over which the specified statistic is applied.  
*Required*: Yes  
*Type*: Number  
*Minimum*: `10`  
*Maximum*: `86400`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Statistic`  <a name="cfn-medialive-cloudwatchalarmtemplate-statistic"></a>
The statistic to apply to the alarm's metric data.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `SampleCount | Average | Sum | Minimum | Maximum`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-medialive-cloudwatchalarmtemplate-tags"></a>
Property description not available.  
*Required*: No  
*Type*: Object of String  
*Pattern*: `.+`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`TargetResourceType`  <a name="cfn-medialive-cloudwatchalarmtemplate-targetresourcetype"></a>
The resource type this template should dynamically generate CloudWatch metric alarms for.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `CLOUDFRONT_DISTRIBUTION | MEDIALIVE_MULTIPLEX | MEDIALIVE_CHANNEL | MEDIALIVE_INPUT_DEVICE | MEDIAPACKAGE_CHANNEL | MEDIAPACKAGE_ORIGIN_ENDPOINT | MEDIACONNECT_FLOW | MEDIATAILOR_PLAYBACK_CONFIGURATION | S3_BUCKET`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Threshold`  <a name="cfn-medialive-cloudwatchalarmtemplate-threshold"></a>
The threshold value to compare with the specified statistic.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TreatMissingData`  <a name="cfn-medialive-cloudwatchalarmtemplate-treatmissingdata"></a>
Specifies how missing data points are treated when evaluating the alarm's condition.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `notBreaching | breaching | ignore | missing`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-medialive-cloudwatchalarmtemplate-return-values"></a>

### Ref
<a name="aws-resource-medialive-cloudwatchalarmtemplate-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-cloudwatchalarmtemplate-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-cloudwatchalarmtemplate-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
A cloudwatch alarm template's ARN (Amazon Resource Name)

`CreatedAt`  <a name="CreatedAt-fn::getatt"></a>
The date and time of resource creation.

`GroupId`  <a name="GroupId-fn::getatt"></a>
A CloudWatch alarm template group's id. Amazon Web Services provided template groups have ids that start with <code>`aws-`</code>

`Id`  <a name="Id-fn::getatt"></a>
A cloudwatch alarm template's id. Amazon Web Services provided templates have ids that start with <code>`aws-`</code>.

`Identifier`  <a name="Identifier-fn::getatt"></a>
Property description not available.

`ModifiedAt`  <a name="ModifiedAt-fn::getatt"></a>
The date and time of latest resource modification.

# AWS::MediaLive::CloudWatchAlarmTemplateGroup
<a name="aws-resource-medialive-cloudwatchalarmtemplategroup"></a>

<a name="aws-resource-medialive-cloudwatchalarmtemplategroup-description"></a>The `AWS::MediaLive::CloudWatchAlarmTemplateGroup` resource Property description not available. for MediaLive.

## Syntax
<a name="aws-resource-medialive-cloudwatchalarmtemplategroup-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-cloudwatchalarmtemplategroup-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::CloudWatchAlarmTemplateGroup",
  "Properties" : {
      "[Description](#cfn-medialive-cloudwatchalarmtemplategroup-description)" : String,
      "[Name](#cfn-medialive-cloudwatchalarmtemplategroup-name)" : String,
      "[Tags](#cfn-medialive-cloudwatchalarmtemplategroup-tags)" : {Key: Value, ...}
    }
}
```

### YAML
<a name="aws-resource-medialive-cloudwatchalarmtemplategroup-syntax.yaml"></a>

```
Type: AWS::MediaLive::CloudWatchAlarmTemplateGroup
Properties:
  [Description](#cfn-medialive-cloudwatchalarmtemplategroup-description): String
  [Name](#cfn-medialive-cloudwatchalarmtemplategroup-name): String
  [Tags](#cfn-medialive-cloudwatchalarmtemplategroup-tags): 
    Key: Value
```

## Properties
<a name="aws-resource-medialive-cloudwatchalarmtemplategroup-properties"></a>

`Description`  <a name="cfn-medialive-cloudwatchalarmtemplategroup-description"></a>
A resource's optional description.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-cloudwatchalarmtemplategroup-name"></a>
A resource's name. Names must be unique within the scope of a resource type in a specific region.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[^\s]+$`  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Tags`  <a name="cfn-medialive-cloudwatchalarmtemplategroup-tags"></a>
Property description not available.  
*Required*: No  
*Type*: Object of String  
*Pattern*: `.+`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-medialive-cloudwatchalarmtemplategroup-return-values"></a>

### Ref
<a name="aws-resource-medialive-cloudwatchalarmtemplategroup-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-cloudwatchalarmtemplategroup-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-cloudwatchalarmtemplategroup-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
A cloudwatch alarm template group's ARN (Amazon Resource Name)

`CreatedAt`  <a name="CreatedAt-fn::getatt"></a>
The date and time of resource creation.

`Id`  <a name="Id-fn::getatt"></a>
A CloudWatch alarm template group's id. Amazon Web Services provided template groups have ids that start with <code>`aws-`</code>

`Identifier`  <a name="Identifier-fn::getatt"></a>
Property description not available.

`ModifiedAt`  <a name="ModifiedAt-fn::getatt"></a>
The date and time of latest resource modification.

# AWS::MediaLive::Cluster
<a name="aws-resource-medialive-cluster"></a>

<a name="aws-resource-medialive-cluster-description"></a>The `AWS::MediaLive::Cluster` resource Property description not available. for MediaLive.

## Syntax
<a name="aws-resource-medialive-cluster-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-cluster-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::Cluster",
  "Properties" : {
      "[ClusterType](#cfn-medialive-cluster-clustertype)" : String,
      "[InstanceRoleArn](#cfn-medialive-cluster-instancerolearn)" : String,
      "[Name](#cfn-medialive-cluster-name)" : String,
      "[NetworkSettings](#cfn-medialive-cluster-networksettings)" : ClusterNetworkSettings,
      "[Tags](#cfn-medialive-cluster-tags)" : [ Tags, ... ]
    }
}
```

### YAML
<a name="aws-resource-medialive-cluster-syntax.yaml"></a>

```
Type: AWS::MediaLive::Cluster
Properties:
  [ClusterType](#cfn-medialive-cluster-clustertype): String
  [InstanceRoleArn](#cfn-medialive-cluster-instancerolearn): String
  [Name](#cfn-medialive-cluster-name): String
  [NetworkSettings](#cfn-medialive-cluster-networksettings): 
    ClusterNetworkSettings
  [Tags](#cfn-medialive-cluster-tags): 
    - Tags
```

## Properties
<a name="aws-resource-medialive-cluster-properties"></a>

`ClusterType`  <a name="cfn-medialive-cluster-clustertype"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Allowed values*: `ON_PREMISES | OUTPOSTS_RACK | OUTPOSTS_SERVER | EC2`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`InstanceRoleArn`  <a name="cfn-medialive-cluster-instancerolearn"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Pattern*: `^arn:.+:iam:.+:role/.+$`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Name`  <a name="cfn-medialive-cluster-name"></a>
Property description not available.  
*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)

`NetworkSettings`  <a name="cfn-medialive-cluster-networksettings"></a>
Property description not available.  
*Required*: No  
*Type*: [ClusterNetworkSettings](aws-properties-medialive-cluster-clusternetworksettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-medialive-cluster-tags"></a>
Property description not available.  
*Required*: No  
*Type*: [Array](aws-properties-medialive-cluster-tags.md) of [Tags](aws-properties-medialive-cluster-tags.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-medialive-cluster-return-values"></a>

### Ref
<a name="aws-resource-medialive-cluster-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-cluster-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-cluster-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The ARN of the cluster.

`ChannelIds`  <a name="ChannelIds-fn::getatt"></a>
The MediaLive channels that are currently running on nodes in this cluster.

`Id`  <a name="Id-fn::getatt"></a>
The unique ID of the cluster.

`State`  <a name="State-fn::getatt"></a>
The current state of the cluster.

# AWS::MediaLive::Cluster ClusterNetworkSettings
<a name="aws-properties-medialive-cluster-clusternetworksettings"></a>

<a name="aws-properties-medialive-cluster-clusternetworksettings-description"></a>The `ClusterNetworkSettings` property type specifies Property description not available. for an [AWS::MediaLive::Cluster](aws-resource-medialive-cluster.md).

## Syntax
<a name="aws-properties-medialive-cluster-clusternetworksettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-cluster-clusternetworksettings-syntax.json"></a>

```
{
  "[DefaultRoute](#cfn-medialive-cluster-clusternetworksettings-defaultroute)" : String,
  "[InterfaceMappings](#cfn-medialive-cluster-clusternetworksettings-interfacemappings)" : [ InterfaceMapping, ... ]
}
```

### YAML
<a name="aws-properties-medialive-cluster-clusternetworksettings-syntax.yaml"></a>

```
  [DefaultRoute](#cfn-medialive-cluster-clusternetworksettings-defaultroute): String
  [InterfaceMappings](#cfn-medialive-cluster-clusternetworksettings-interfacemappings): 
    - InterfaceMapping
```

## Properties
<a name="aws-properties-medialive-cluster-clusternetworksettings-properties"></a>

`DefaultRoute`  <a name="cfn-medialive-cluster-clusternetworksettings-defaultroute"></a>
Property description not available.  
*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)

`InterfaceMappings`  <a name="cfn-medialive-cluster-clusternetworksettings-interfacemappings"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [InterfaceMapping](aws-properties-medialive-cluster-interfacemapping.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Cluster InterfaceMapping
<a name="aws-properties-medialive-cluster-interfacemapping"></a>

<a name="aws-properties-medialive-cluster-interfacemapping-description"></a>The `InterfaceMapping` property type specifies Property description not available. for an [AWS::MediaLive::Cluster](aws-resource-medialive-cluster.md).

## Syntax
<a name="aws-properties-medialive-cluster-interfacemapping-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-cluster-interfacemapping-syntax.json"></a>

```
{
  "[LogicalInterfaceName](#cfn-medialive-cluster-interfacemapping-logicalinterfacename)" : String,
  "[NetworkId](#cfn-medialive-cluster-interfacemapping-networkid)" : String
}
```

### YAML
<a name="aws-properties-medialive-cluster-interfacemapping-syntax.yaml"></a>

```
  [LogicalInterfaceName](#cfn-medialive-cluster-interfacemapping-logicalinterfacename): String
  [NetworkId](#cfn-medialive-cluster-interfacemapping-networkid): String
```

## Properties
<a name="aws-properties-medialive-cluster-interfacemapping-properties"></a>

`LogicalInterfaceName`  <a name="cfn-medialive-cluster-interfacemapping-logicalinterfacename"></a>
Property description not available.  
*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)

`NetworkId`  <a name="cfn-medialive-cluster-interfacemapping-networkid"></a>
Property description not available.  
*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)

# AWS::MediaLive::Cluster Tags
<a name="aws-properties-medialive-cluster-tags"></a>

<a name="aws-properties-medialive-cluster-tags-description"></a>The `Tags` property type specifies Property description not available. for an [AWS::MediaLive::Cluster](aws-resource-medialive-cluster.md).

## Syntax
<a name="aws-properties-medialive-cluster-tags-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-cluster-tags-syntax.json"></a>

```
{
  "[Key](#cfn-medialive-cluster-tags-key)" : String,
  "[Value](#cfn-medialive-cluster-tags-value)" : String
}
```

### YAML
<a name="aws-properties-medialive-cluster-tags-syntax.yaml"></a>

```
  [Key](#cfn-medialive-cluster-tags-key): String
  [Value](#cfn-medialive-cluster-tags-value): String
```

## Properties
<a name="aws-properties-medialive-cluster-tags-properties"></a>

`Key`  <a name="cfn-medialive-cluster-tags-key"></a>
Property description not available.  
*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)

`Value`  <a name="cfn-medialive-cluster-tags-value"></a>
Property description not available.  
*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)

# AWS::MediaLive::EventBridgeRuleTemplate
<a name="aws-resource-medialive-eventbridgeruletemplate"></a>

<a name="aws-resource-medialive-eventbridgeruletemplate-description"></a>The `AWS::MediaLive::EventBridgeRuleTemplate` resource Property description not available. for MediaLive.

## Syntax
<a name="aws-resource-medialive-eventbridgeruletemplate-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-eventbridgeruletemplate-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::EventBridgeRuleTemplate",
  "Properties" : {
      "[Description](#cfn-medialive-eventbridgeruletemplate-description)" : String,
      "[EventTargets](#cfn-medialive-eventbridgeruletemplate-eventtargets)" : [ EventBridgeRuleTemplateTarget, ... ],
      "[EventType](#cfn-medialive-eventbridgeruletemplate-eventtype)" : String,
      "[GroupIdentifier](#cfn-medialive-eventbridgeruletemplate-groupidentifier)" : String,
      "[Name](#cfn-medialive-eventbridgeruletemplate-name)" : String,
      "[Tags](#cfn-medialive-eventbridgeruletemplate-tags)" : {Key: Value, ...}
    }
}
```

### YAML
<a name="aws-resource-medialive-eventbridgeruletemplate-syntax.yaml"></a>

```
Type: AWS::MediaLive::EventBridgeRuleTemplate
Properties:
  [Description](#cfn-medialive-eventbridgeruletemplate-description): String
  [EventTargets](#cfn-medialive-eventbridgeruletemplate-eventtargets): 
    - EventBridgeRuleTemplateTarget
  [EventType](#cfn-medialive-eventbridgeruletemplate-eventtype): String
  [GroupIdentifier](#cfn-medialive-eventbridgeruletemplate-groupidentifier): String
  [Name](#cfn-medialive-eventbridgeruletemplate-name): String
  [Tags](#cfn-medialive-eventbridgeruletemplate-tags): 
    Key: Value
```

## Properties
<a name="aws-resource-medialive-eventbridgeruletemplate-properties"></a>

`Description`  <a name="cfn-medialive-eventbridgeruletemplate-description"></a>
A resource's optional description.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EventTargets`  <a name="cfn-medialive-eventbridgeruletemplate-eventtargets"></a>
The destinations that will receive the event notifications.  
*Required*: No  
*Type*: Array of [EventBridgeRuleTemplateTarget](aws-properties-medialive-eventbridgeruletemplate-eventbridgeruletemplatetarget.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EventType`  <a name="cfn-medialive-eventbridgeruletemplate-eventtype"></a>
The type of event to match with the rule.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `MEDIALIVE_MULTIPLEX_ALERT | MEDIALIVE_MULTIPLEX_STATE_CHANGE | MEDIALIVE_CHANNEL_ALERT | MEDIALIVE_CHANNEL_INPUT_CHANGE | MEDIALIVE_CHANNEL_STATE_CHANGE | MEDIAPACKAGE_INPUT_NOTIFICATION | MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION | MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION | SIGNAL_MAP_ACTIVE_ALARM | MEDIACONNECT_ALERT | MEDIACONNECT_SOURCE_HEALTH | MEDIACONNECT_OUTPUT_HEALTH | MEDIACONNECT_FLOW_STATUS_CHANGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GroupIdentifier`  <a name="cfn-medialive-eventbridgeruletemplate-groupidentifier"></a>
An eventbridge rule template group's identifier. Can be either be its id or current name.  
*Required*: No  
*Type*: String  
*Pattern*: `^[^\s]+$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-eventbridgeruletemplate-name"></a>
A resource's name. Names must be unique within the scope of a resource type in a specific region.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[^\s]+$`  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-medialive-eventbridgeruletemplate-tags"></a>
Property description not available.  
*Required*: No  
*Type*: Object of String  
*Pattern*: `.+`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-medialive-eventbridgeruletemplate-return-values"></a>

### Ref
<a name="aws-resource-medialive-eventbridgeruletemplate-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-eventbridgeruletemplate-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-eventbridgeruletemplate-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
Target ARNs must be either an SNS topic or CloudWatch log group.

`CreatedAt`  <a name="CreatedAt-fn::getatt"></a>
The date and time of resource creation.

`GroupId`  <a name="GroupId-fn::getatt"></a>
An eventbridge rule template group's id. Amazon Web Services provided template groups have ids that start with <code>`aws-`</code>.

`Id`  <a name="Id-fn::getatt"></a>
An eventbridge rule template's id. Amazon Web Services provided templates have ids that start with <code>`aws-`</code>

`Identifier`  <a name="Identifier-fn::getatt"></a>
Property description not available.

`ModifiedAt`  <a name="ModifiedAt-fn::getatt"></a>
The date and time of latest resource modification.

# AWS::MediaLive::EventBridgeRuleTemplate EventBridgeRuleTemplateTarget
<a name="aws-properties-medialive-eventbridgeruletemplate-eventbridgeruletemplatetarget"></a>

The target to which to send matching events.

## Syntax
<a name="aws-properties-medialive-eventbridgeruletemplate-eventbridgeruletemplatetarget-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-eventbridgeruletemplate-eventbridgeruletemplatetarget-syntax.json"></a>

```
{
  "[Arn](#cfn-medialive-eventbridgeruletemplate-eventbridgeruletemplatetarget-arn)" : String
}
```

### YAML
<a name="aws-properties-medialive-eventbridgeruletemplate-eventbridgeruletemplatetarget-syntax.yaml"></a>

```
  [Arn](#cfn-medialive-eventbridgeruletemplate-eventbridgeruletemplatetarget-arn): String
```

## Properties
<a name="aws-properties-medialive-eventbridgeruletemplate-eventbridgeruletemplatetarget-properties"></a>

`Arn`  <a name="cfn-medialive-eventbridgeruletemplate-eventbridgeruletemplatetarget-arn"></a>
Target ARNs must be either an SNS topic or CloudWatch log group.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn.+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::EventBridgeRuleTemplateGroup
<a name="aws-resource-medialive-eventbridgeruletemplategroup"></a>

<a name="aws-resource-medialive-eventbridgeruletemplategroup-description"></a>The `AWS::MediaLive::EventBridgeRuleTemplateGroup` resource Property description not available. for MediaLive.

## Syntax
<a name="aws-resource-medialive-eventbridgeruletemplategroup-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-eventbridgeruletemplategroup-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::EventBridgeRuleTemplateGroup",
  "Properties" : {
      "[Description](#cfn-medialive-eventbridgeruletemplategroup-description)" : String,
      "[Name](#cfn-medialive-eventbridgeruletemplategroup-name)" : String,
      "[Tags](#cfn-medialive-eventbridgeruletemplategroup-tags)" : {Key: Value, ...}
    }
}
```

### YAML
<a name="aws-resource-medialive-eventbridgeruletemplategroup-syntax.yaml"></a>

```
Type: AWS::MediaLive::EventBridgeRuleTemplateGroup
Properties:
  [Description](#cfn-medialive-eventbridgeruletemplategroup-description): String
  [Name](#cfn-medialive-eventbridgeruletemplategroup-name): String
  [Tags](#cfn-medialive-eventbridgeruletemplategroup-tags): 
    Key: Value
```

## Properties
<a name="aws-resource-medialive-eventbridgeruletemplategroup-properties"></a>

`Description`  <a name="cfn-medialive-eventbridgeruletemplategroup-description"></a>
A resource's optional description.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-eventbridgeruletemplategroup-name"></a>
A resource's name. Names must be unique within the scope of a resource type in a specific region.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[^\s]+$`  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Tags`  <a name="cfn-medialive-eventbridgeruletemplategroup-tags"></a>
Property description not available.  
*Required*: No  
*Type*: Object of String  
*Pattern*: `.+`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-medialive-eventbridgeruletemplategroup-return-values"></a>

### Ref
<a name="aws-resource-medialive-eventbridgeruletemplategroup-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-eventbridgeruletemplategroup-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-eventbridgeruletemplategroup-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
An eventbridge rule template group's ARN (Amazon Resource Name)

`CreatedAt`  <a name="CreatedAt-fn::getatt"></a>
The date and time of resource creation.

`Id`  <a name="Id-fn::getatt"></a>
An eventbridge rule template group's id. Amazon Web Services provided template groups have ids that start with <code>`aws-`</code>.

`Identifier`  <a name="Identifier-fn::getatt"></a>
Property description not available.

`ModifiedAt`  <a name="ModifiedAt-fn::getatt"></a>
The date and time of latest resource modification.

# AWS::MediaLive::Input
<a name="aws-resource-medialive-input"></a>

The AWS::MediaLive::Input resource is a MediaLive resource type that creates an input.

A MediaLive input holds information that describes how the MediaLive channel is connected to the upstream system that is providing the source content that is to be transcoded. 

## Syntax
<a name="aws-resource-medialive-input-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-input-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::Input",
  "Properties" : {
      "[Destinations](#cfn-medialive-input-destinations)" : [ InputDestinationRequest, ... ],
      "[InputDevices](#cfn-medialive-input-inputdevices)" : [ InputDeviceSettings, ... ],
      "[InputNetworkLocation](#cfn-medialive-input-inputnetworklocation)" : String,
      "[InputSecurityGroups](#cfn-medialive-input-inputsecuritygroups)" : [ String, ... ],
      "[MediaConnectFlows](#cfn-medialive-input-mediaconnectflows)" : [ MediaConnectFlowRequest, ... ],
      "[MulticastSettings](#cfn-medialive-input-multicastsettings)" : MulticastSettingsCreateRequest,
      "[Name](#cfn-medialive-input-name)" : String,
      "[RoleArn](#cfn-medialive-input-rolearn)" : String,
      "[RouterSettings](#cfn-medialive-input-routersettings)" : RouterSettings,
      "[SdiSources](#cfn-medialive-input-sdisources)" : [ String, ... ],
      "[Smpte2110ReceiverGroupSettings](#cfn-medialive-input-smpte2110receivergroupsettings)" : Smpte2110ReceiverGroupSettings,
      "[Sources](#cfn-medialive-input-sources)" : [ InputSourceRequest, ... ],
      "[SrtSettings](#cfn-medialive-input-srtsettings)" : SrtSettingsRequest,
      "[Tags](#cfn-medialive-input-tags)" : [ [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html), ... ],
      "[Type](#cfn-medialive-input-type)" : String,
      "[Vpc](#cfn-medialive-input-vpc)" : InputVpcRequest
    }
}
```

### YAML
<a name="aws-resource-medialive-input-syntax.yaml"></a>

```
Type: AWS::MediaLive::Input
Properties:
  [Destinations](#cfn-medialive-input-destinations): 
    - InputDestinationRequest
  [InputDevices](#cfn-medialive-input-inputdevices): 
    - InputDeviceSettings
  [InputNetworkLocation](#cfn-medialive-input-inputnetworklocation): String
  [InputSecurityGroups](#cfn-medialive-input-inputsecuritygroups): 
    - String
  [MediaConnectFlows](#cfn-medialive-input-mediaconnectflows): 
    - MediaConnectFlowRequest
  [MulticastSettings](#cfn-medialive-input-multicastsettings): 
    MulticastSettingsCreateRequest
  [Name](#cfn-medialive-input-name): String
  [RoleArn](#cfn-medialive-input-rolearn): String
  [RouterSettings](#cfn-medialive-input-routersettings): 
    RouterSettings
  [SdiSources](#cfn-medialive-input-sdisources): 
    - String
  [Smpte2110ReceiverGroupSettings](#cfn-medialive-input-smpte2110receivergroupsettings): 
    Smpte2110ReceiverGroupSettings
  [Sources](#cfn-medialive-input-sources): 
    - InputSourceRequest
  [SrtSettings](#cfn-medialive-input-srtsettings): 
    SrtSettingsRequest
  [Tags](#cfn-medialive-input-tags): 
    - [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html)
  [Type](#cfn-medialive-input-type): String
  [Vpc](#cfn-medialive-input-vpc): 
    InputVpcRequest
```

## Properties
<a name="aws-resource-medialive-input-properties"></a>

`Destinations`  <a name="cfn-medialive-input-destinations"></a>
Settings that apply only if the input is a push type of input.  
*Required*: No  
*Type*: Array of [InputDestinationRequest](aws-properties-medialive-input-inputdestinationrequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InputDevices`  <a name="cfn-medialive-input-inputdevices"></a>
Settings that apply only if the input is an Elemental Link input.  
*Required*: No  
*Type*: Array of [InputDeviceSettings](aws-properties-medialive-input-inputdevicesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InputNetworkLocation`  <a name="cfn-medialive-input-inputnetworklocation"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`InputSecurityGroups`  <a name="cfn-medialive-input-inputsecuritygroups"></a>
The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MediaConnectFlows`  <a name="cfn-medialive-input-mediaconnectflows"></a>
Settings that apply only if the input is a MediaConnect input.  
*Required*: No  
*Type*: Array of [MediaConnectFlowRequest](aws-properties-medialive-input-mediaconnectflowrequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MulticastSettings`  <a name="cfn-medialive-input-multicastsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [MulticastSettingsCreateRequest](aws-properties-medialive-input-multicastsettingscreaterequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-input-name"></a>
A name for the input.  
*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)

`RoleArn`  <a name="cfn-medialive-input-rolearn"></a>
The IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input. This doesn't apply to other types of inputs. The role is identified by its ARN.   
*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)

`RouterSettings`  <a name="cfn-medialive-input-routersettings"></a>
Property description not available.  
*Required*: No  
*Type*: [RouterSettings](aws-properties-medialive-input-routersettings.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SdiSources`  <a name="cfn-medialive-input-sdisources"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Smpte2110ReceiverGroupSettings`  <a name="cfn-medialive-input-smpte2110receivergroupsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [Smpte2110ReceiverGroupSettings](aws-properties-medialive-input-smpte2110receivergroupsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Sources`  <a name="cfn-medialive-input-sources"></a>
Settings that apply only if the input is a pull type of input.   
*Required*: No  
*Type*: Array of [InputSourceRequest](aws-properties-medialive-input-inputsourcerequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SrtSettings`  <a name="cfn-medialive-input-srtsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [SrtSettingsRequest](aws-properties-medialive-input-srtsettingsrequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-medialive-input-tags"></a>
A collection of tags for this input. Each tag is a key-value pair.  
*Required*: No  
*Type*: Array of [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-medialive-input-type"></a>
The type for this input.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Vpc`  <a name="cfn-medialive-input-vpc"></a>
Settings that apply only if the input is an push input where the source is on Amazon VPC.   
*Required*: No  
*Type*: [InputVpcRequest](aws-properties-medialive-input-inputvpcrequest.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-medialive-input-return-values"></a>

### Ref
<a name="aws-resource-medialive-input-return-values-ref"></a>

When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the MediaLive id of the input.

For example: `{ "Ref": "myInput" }`

For more information about using the `Ref` function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html).

### Fn::GetAtt
<a name="aws-resource-medialive-input-return-values-fn--getatt"></a>

The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the `Fn::GetAtt` intrinsic function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-medialive-input-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The ARN of the MediaLive input. For example: arn:aws:medialive:us-west-1:111122223333:medialive:input:1234567. MediaLive creates this ARN when it creates the input. 

`Destinations`  <a name="Destinations-fn::getatt"></a>
For a push input, the the destination or destinations for the input. The destinations are the URLs of locations on MediaLive where the upstream system pushes the content to, for this input. MediaLive creates these addresses when it creates the input. 

`Id`  <a name="Id-fn::getatt"></a>
The unique ID for the device.

`Sources`  <a name="Sources-fn::getatt"></a>
For a pull input, the source or sources for the input. The sources are the URLs of locations on the upstream system where MediaLive pulls the content from, for this input. You included these URLs in the create request.

# AWS::MediaLive::Input InputDestinationRequest
<a name="aws-properties-medialive-input-inputdestinationrequest"></a>

Settings that apply only if the input is a push type of input.

The parent of this entity is Input.

## Syntax
<a name="aws-properties-medialive-input-inputdestinationrequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-inputdestinationrequest-syntax.json"></a>

```
{
  "[Network](#cfn-medialive-input-inputdestinationrequest-network)" : String,
  "[NetworkRoutes](#cfn-medialive-input-inputdestinationrequest-networkroutes)" : [ InputRequestDestinationRoute, ... ],
  "[StaticIpAddress](#cfn-medialive-input-inputdestinationrequest-staticipaddress)" : String,
  "[StreamName](#cfn-medialive-input-inputdestinationrequest-streamname)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-inputdestinationrequest-syntax.yaml"></a>

```
  [Network](#cfn-medialive-input-inputdestinationrequest-network): String
  [NetworkRoutes](#cfn-medialive-input-inputdestinationrequest-networkroutes): 
    - InputRequestDestinationRoute
  [StaticIpAddress](#cfn-medialive-input-inputdestinationrequest-staticipaddress): String
  [StreamName](#cfn-medialive-input-inputdestinationrequest-streamname): String
```

## Properties
<a name="aws-properties-medialive-input-inputdestinationrequest-properties"></a>

`Network`  <a name="cfn-medialive-input-inputdestinationrequest-network"></a>
Property description not available.  
*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)

`NetworkRoutes`  <a name="cfn-medialive-input-inputdestinationrequest-networkroutes"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [InputRequestDestinationRoute](aws-properties-medialive-input-inputrequestdestinationroute.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticIpAddress`  <a name="cfn-medialive-input-inputdestinationrequest-staticipaddress"></a>
Property description not available.  
*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)

`StreamName`  <a name="cfn-medialive-input-inputdestinationrequest-streamname"></a>
The stream name (application name/application instance) for the location the RTMP source content will be pushed to in MediaLive.   
*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)

# AWS::MediaLive::Input InputDeviceSettings
<a name="aws-properties-medialive-input-inputdevicesettings"></a>

Settings that apply only if the input is an Elemental Link input.

The parent of this entity is Input.

## Syntax
<a name="aws-properties-medialive-input-inputdevicesettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-inputdevicesettings-syntax.json"></a>

```
{
  "[Id](#cfn-medialive-input-inputdevicesettings-id)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-inputdevicesettings-syntax.yaml"></a>

```
  [Id](#cfn-medialive-input-inputdevicesettings-id): String
```

## Properties
<a name="aws-properties-medialive-input-inputdevicesettings-properties"></a>

`Id`  <a name="cfn-medialive-input-inputdevicesettings-id"></a>
The unique ID for the device.  
*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)

# AWS::MediaLive::Input InputRequestDestinationRoute
<a name="aws-properties-medialive-input-inputrequestdestinationroute"></a>

<a name="aws-properties-medialive-input-inputrequestdestinationroute-description"></a>The `InputRequestDestinationRoute` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-inputrequestdestinationroute-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-inputrequestdestinationroute-syntax.json"></a>

```
{
  "[Cidr](#cfn-medialive-input-inputrequestdestinationroute-cidr)" : String,
  "[Gateway](#cfn-medialive-input-inputrequestdestinationroute-gateway)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-inputrequestdestinationroute-syntax.yaml"></a>

```
  [Cidr](#cfn-medialive-input-inputrequestdestinationroute-cidr): String
  [Gateway](#cfn-medialive-input-inputrequestdestinationroute-gateway): String
```

## Properties
<a name="aws-properties-medialive-input-inputrequestdestinationroute-properties"></a>

`Cidr`  <a name="cfn-medialive-input-inputrequestdestinationroute-cidr"></a>
Property description not available.  
*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)

`Gateway`  <a name="cfn-medialive-input-inputrequestdestinationroute-gateway"></a>
Property description not available.  
*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)

# AWS::MediaLive::Input InputSdpLocation
<a name="aws-properties-medialive-input-inputsdplocation"></a>

<a name="aws-properties-medialive-input-inputsdplocation-description"></a>The `InputSdpLocation` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-inputsdplocation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-inputsdplocation-syntax.json"></a>

```
{
  "[MediaIndex](#cfn-medialive-input-inputsdplocation-mediaindex)" : Integer,
  "[SdpUrl](#cfn-medialive-input-inputsdplocation-sdpurl)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-inputsdplocation-syntax.yaml"></a>

```
  [MediaIndex](#cfn-medialive-input-inputsdplocation-mediaindex): Integer
  [SdpUrl](#cfn-medialive-input-inputsdplocation-sdpurl): String
```

## Properties
<a name="aws-properties-medialive-input-inputsdplocation-properties"></a>

`MediaIndex`  <a name="cfn-medialive-input-inputsdplocation-mediaindex"></a>
Property description not available.  
*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)

`SdpUrl`  <a name="cfn-medialive-input-inputsdplocation-sdpurl"></a>
Property description not available.  
*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)

# AWS::MediaLive::Input InputSourceRequest
<a name="aws-properties-medialive-input-inputsourcerequest"></a>

Settings that apply only if the input is a pull type of input.

The parent of this entity is Input.

## Syntax
<a name="aws-properties-medialive-input-inputsourcerequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-inputsourcerequest-syntax.json"></a>

```
{
  "[PasswordParam](#cfn-medialive-input-inputsourcerequest-passwordparam)" : String,
  "[Url](#cfn-medialive-input-inputsourcerequest-url)" : String,
  "[Username](#cfn-medialive-input-inputsourcerequest-username)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-inputsourcerequest-syntax.yaml"></a>

```
  [PasswordParam](#cfn-medialive-input-inputsourcerequest-passwordparam): String
  [Url](#cfn-medialive-input-inputsourcerequest-url): String
  [Username](#cfn-medialive-input-inputsourcerequest-username): String
```

## Properties
<a name="aws-properties-medialive-input-inputsourcerequest-properties"></a>

`PasswordParam`  <a name="cfn-medialive-input-inputsourcerequest-passwordparam"></a>
The password parameter that holds the password for accessing the upstream system. The password parameter applies only if the upstream system requires credentials.  
*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)

`Url`  <a name="cfn-medialive-input-inputsourcerequest-url"></a>
For a pull input, the URL where MediaLive pulls the source content from.   
*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)

`Username`  <a name="cfn-medialive-input-inputsourcerequest-username"></a>
The user name to connect to the upstream system. The user name applies only if the upstream system requires credentials.  
*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)

# AWS::MediaLive::Input InputVpcRequest
<a name="aws-properties-medialive-input-inputvpcrequest"></a>

Settings that apply only if the input is an push input where the source is on Amazon VPC.

The parent of this entity is Input.

## Syntax
<a name="aws-properties-medialive-input-inputvpcrequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-inputvpcrequest-syntax.json"></a>

```
{
  "[SecurityGroupIds](#cfn-medialive-input-inputvpcrequest-securitygroupids)" : [ String, ... ],
  "[SubnetIds](#cfn-medialive-input-inputvpcrequest-subnetids)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-medialive-input-inputvpcrequest-syntax.yaml"></a>

```
  [SecurityGroupIds](#cfn-medialive-input-inputvpcrequest-securitygroupids): 
    - String
  [SubnetIds](#cfn-medialive-input-inputvpcrequest-subnetids): 
    - String
```

## Properties
<a name="aws-properties-medialive-input-inputvpcrequest-properties"></a>

`SecurityGroupIds`  <a name="cfn-medialive-input-inputvpcrequest-securitygroupids"></a>
The list of up to five VPC security group IDs to attach to the input VPC network interfaces. The security groups require subnet IDs. If none are specified, MediaLive uses the VPC default security group.   
*Required*: No  
*Type*: Array of String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SubnetIds`  <a name="cfn-medialive-input-inputvpcrequest-subnetids"></a>
The list of two VPC subnet IDs from the same VPC. You must associate subnet IDs to two unique Availability Zones.   
*Required*: No  
*Type*: Array of String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

# AWS::MediaLive::Input MediaConnectFlowRequest
<a name="aws-properties-medialive-input-mediaconnectflowrequest"></a>

Settings that apply only if the input is a MediaConnect input.

The parent of this entity is Input.

## Syntax
<a name="aws-properties-medialive-input-mediaconnectflowrequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-mediaconnectflowrequest-syntax.json"></a>

```
{
  "[FlowArn](#cfn-medialive-input-mediaconnectflowrequest-flowarn)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-mediaconnectflowrequest-syntax.yaml"></a>

```
  [FlowArn](#cfn-medialive-input-mediaconnectflowrequest-flowarn): String
```

## Properties
<a name="aws-properties-medialive-input-mediaconnectflowrequest-properties"></a>

`FlowArn`  <a name="cfn-medialive-input-mediaconnectflowrequest-flowarn"></a>
The ARN of one or two MediaConnect flows that are the sources for this MediaConnect input.   
*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)

# AWS::MediaLive::Input MulticastSettingsCreateRequest
<a name="aws-properties-medialive-input-multicastsettingscreaterequest"></a>

<a name="aws-properties-medialive-input-multicastsettingscreaterequest-description"></a>The `MulticastSettingsCreateRequest` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-multicastsettingscreaterequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-multicastsettingscreaterequest-syntax.json"></a>

```
{
  "[Sources](#cfn-medialive-input-multicastsettingscreaterequest-sources)" : [ MulticastSourceCreateRequest, ... ]
}
```

### YAML
<a name="aws-properties-medialive-input-multicastsettingscreaterequest-syntax.yaml"></a>

```
  [Sources](#cfn-medialive-input-multicastsettingscreaterequest-sources): 
    - MulticastSourceCreateRequest
```

## Properties
<a name="aws-properties-medialive-input-multicastsettingscreaterequest-properties"></a>

`Sources`  <a name="cfn-medialive-input-multicastsettingscreaterequest-sources"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [MulticastSourceCreateRequest](aws-properties-medialive-input-multicastsourcecreaterequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Input MulticastSourceCreateRequest
<a name="aws-properties-medialive-input-multicastsourcecreaterequest"></a>

<a name="aws-properties-medialive-input-multicastsourcecreaterequest-description"></a>The `MulticastSourceCreateRequest` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-multicastsourcecreaterequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-multicastsourcecreaterequest-syntax.json"></a>

```
{
  "[SourceIp](#cfn-medialive-input-multicastsourcecreaterequest-sourceip)" : String,
  "[Url](#cfn-medialive-input-multicastsourcecreaterequest-url)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-multicastsourcecreaterequest-syntax.yaml"></a>

```
  [SourceIp](#cfn-medialive-input-multicastsourcecreaterequest-sourceip): String
  [Url](#cfn-medialive-input-multicastsourcecreaterequest-url): String
```

## Properties
<a name="aws-properties-medialive-input-multicastsourcecreaterequest-properties"></a>

`SourceIp`  <a name="cfn-medialive-input-multicastsourcecreaterequest-sourceip"></a>
Property description not available.  
*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)

`Url`  <a name="cfn-medialive-input-multicastsourcecreaterequest-url"></a>
Property description not available.  
*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)

# AWS::MediaLive::Input RouterDestinationSettings
<a name="aws-properties-medialive-input-routerdestinationsettings"></a>

<a name="aws-properties-medialive-input-routerdestinationsettings-description"></a>The `RouterDestinationSettings` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-routerdestinationsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-routerdestinationsettings-syntax.json"></a>

```
{
  "[AvailabilityZoneName](#cfn-medialive-input-routerdestinationsettings-availabilityzonename)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-routerdestinationsettings-syntax.yaml"></a>

```
  [AvailabilityZoneName](#cfn-medialive-input-routerdestinationsettings-availabilityzonename): String
```

## Properties
<a name="aws-properties-medialive-input-routerdestinationsettings-properties"></a>

`AvailabilityZoneName`  <a name="cfn-medialive-input-routerdestinationsettings-availabilityzonename"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

# AWS::MediaLive::Input RouterSettings
<a name="aws-properties-medialive-input-routersettings"></a>

<a name="aws-properties-medialive-input-routersettings-description"></a>The `RouterSettings` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-routersettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-routersettings-syntax.json"></a>

```
{
  "[Destinations](#cfn-medialive-input-routersettings-destinations)" : [ RouterDestinationSettings, ... ],
  "[EncryptionType](#cfn-medialive-input-routersettings-encryptiontype)" : String,
  "[SecretArn](#cfn-medialive-input-routersettings-secretarn)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-routersettings-syntax.yaml"></a>

```
  [Destinations](#cfn-medialive-input-routersettings-destinations): 
    - RouterDestinationSettings
  [EncryptionType](#cfn-medialive-input-routersettings-encryptiontype): String
  [SecretArn](#cfn-medialive-input-routersettings-secretarn): String
```

## Properties
<a name="aws-properties-medialive-input-routersettings-properties"></a>

`Destinations`  <a name="cfn-medialive-input-routersettings-destinations"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [RouterDestinationSettings](aws-properties-medialive-input-routerdestinationsettings.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`EncryptionType`  <a name="cfn-medialive-input-routersettings-encryptiontype"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SecretArn`  <a name="cfn-medialive-input-routersettings-secretarn"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

# AWS::MediaLive::Input Smpte2110ReceiverGroup
<a name="aws-properties-medialive-input-smpte2110receivergroup"></a>

<a name="aws-properties-medialive-input-smpte2110receivergroup-description"></a>The `Smpte2110ReceiverGroup` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-smpte2110receivergroup-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-smpte2110receivergroup-syntax.json"></a>

```
{
  "[SdpSettings](#cfn-medialive-input-smpte2110receivergroup-sdpsettings)" : Smpte2110ReceiverGroupSdpSettings
}
```

### YAML
<a name="aws-properties-medialive-input-smpte2110receivergroup-syntax.yaml"></a>

```
  [SdpSettings](#cfn-medialive-input-smpte2110receivergroup-sdpsettings): 
    Smpte2110ReceiverGroupSdpSettings
```

## Properties
<a name="aws-properties-medialive-input-smpte2110receivergroup-properties"></a>

`SdpSettings`  <a name="cfn-medialive-input-smpte2110receivergroup-sdpsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [Smpte2110ReceiverGroupSdpSettings](aws-properties-medialive-input-smpte2110receivergroupsdpsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Input Smpte2110ReceiverGroupSdpSettings
<a name="aws-properties-medialive-input-smpte2110receivergroupsdpsettings"></a>

<a name="aws-properties-medialive-input-smpte2110receivergroupsdpsettings-description"></a>The `Smpte2110ReceiverGroupSdpSettings` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-smpte2110receivergroupsdpsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-smpte2110receivergroupsdpsettings-syntax.json"></a>

```
{
  "[AncillarySdps](#cfn-medialive-input-smpte2110receivergroupsdpsettings-ancillarysdps)" : [ InputSdpLocation, ... ],
  "[AudioSdps](#cfn-medialive-input-smpte2110receivergroupsdpsettings-audiosdps)" : [ InputSdpLocation, ... ],
  "[VideoSdp](#cfn-medialive-input-smpte2110receivergroupsdpsettings-videosdp)" : InputSdpLocation
}
```

### YAML
<a name="aws-properties-medialive-input-smpte2110receivergroupsdpsettings-syntax.yaml"></a>

```
  [AncillarySdps](#cfn-medialive-input-smpte2110receivergroupsdpsettings-ancillarysdps): 
    - InputSdpLocation
  [AudioSdps](#cfn-medialive-input-smpte2110receivergroupsdpsettings-audiosdps): 
    - InputSdpLocation
  [VideoSdp](#cfn-medialive-input-smpte2110receivergroupsdpsettings-videosdp): 
    InputSdpLocation
```

## Properties
<a name="aws-properties-medialive-input-smpte2110receivergroupsdpsettings-properties"></a>

`AncillarySdps`  <a name="cfn-medialive-input-smpte2110receivergroupsdpsettings-ancillarysdps"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [InputSdpLocation](aws-properties-medialive-input-inputsdplocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AudioSdps`  <a name="cfn-medialive-input-smpte2110receivergroupsdpsettings-audiosdps"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [InputSdpLocation](aws-properties-medialive-input-inputsdplocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VideoSdp`  <a name="cfn-medialive-input-smpte2110receivergroupsdpsettings-videosdp"></a>
Property description not available.  
*Required*: No  
*Type*: [InputSdpLocation](aws-properties-medialive-input-inputsdplocation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Input Smpte2110ReceiverGroupSettings
<a name="aws-properties-medialive-input-smpte2110receivergroupsettings"></a>

<a name="aws-properties-medialive-input-smpte2110receivergroupsettings-description"></a>The `Smpte2110ReceiverGroupSettings` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-smpte2110receivergroupsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-smpte2110receivergroupsettings-syntax.json"></a>

```
{
  "[Smpte2110ReceiverGroups](#cfn-medialive-input-smpte2110receivergroupsettings-smpte2110receivergroups)" : [ Smpte2110ReceiverGroup, ... ]
}
```

### YAML
<a name="aws-properties-medialive-input-smpte2110receivergroupsettings-syntax.yaml"></a>

```
  [Smpte2110ReceiverGroups](#cfn-medialive-input-smpte2110receivergroupsettings-smpte2110receivergroups): 
    - Smpte2110ReceiverGroup
```

## Properties
<a name="aws-properties-medialive-input-smpte2110receivergroupsettings-properties"></a>

`Smpte2110ReceiverGroups`  <a name="cfn-medialive-input-smpte2110receivergroupsettings-smpte2110receivergroups"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [Smpte2110ReceiverGroup](aws-properties-medialive-input-smpte2110receivergroup.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Input SrtCallerDecryptionRequest
<a name="aws-properties-medialive-input-srtcallerdecryptionrequest"></a>

<a name="aws-properties-medialive-input-srtcallerdecryptionrequest-description"></a>The `SrtCallerDecryptionRequest` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-srtcallerdecryptionrequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-srtcallerdecryptionrequest-syntax.json"></a>

```
{
  "[Algorithm](#cfn-medialive-input-srtcallerdecryptionrequest-algorithm)" : String,
  "[PassphraseSecretArn](#cfn-medialive-input-srtcallerdecryptionrequest-passphrasesecretarn)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-srtcallerdecryptionrequest-syntax.yaml"></a>

```
  [Algorithm](#cfn-medialive-input-srtcallerdecryptionrequest-algorithm): String
  [PassphraseSecretArn](#cfn-medialive-input-srtcallerdecryptionrequest-passphrasesecretarn): String
```

## Properties
<a name="aws-properties-medialive-input-srtcallerdecryptionrequest-properties"></a>

`Algorithm`  <a name="cfn-medialive-input-srtcallerdecryptionrequest-algorithm"></a>
Property description not available.  
*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)

`PassphraseSecretArn`  <a name="cfn-medialive-input-srtcallerdecryptionrequest-passphrasesecretarn"></a>
Property description not available.  
*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)

# AWS::MediaLive::Input SrtCallerSourceRequest
<a name="aws-properties-medialive-input-srtcallersourcerequest"></a>

<a name="aws-properties-medialive-input-srtcallersourcerequest-description"></a>The `SrtCallerSourceRequest` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-srtcallersourcerequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-srtcallersourcerequest-syntax.json"></a>

```
{
  "[Decryption](#cfn-medialive-input-srtcallersourcerequest-decryption)" : SrtCallerDecryptionRequest,
  "[MinimumLatency](#cfn-medialive-input-srtcallersourcerequest-minimumlatency)" : Integer,
  "[SrtListenerAddress](#cfn-medialive-input-srtcallersourcerequest-srtlisteneraddress)" : String,
  "[SrtListenerPort](#cfn-medialive-input-srtcallersourcerequest-srtlistenerport)" : String,
  "[StreamId](#cfn-medialive-input-srtcallersourcerequest-streamid)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-srtcallersourcerequest-syntax.yaml"></a>

```
  [Decryption](#cfn-medialive-input-srtcallersourcerequest-decryption): 
    SrtCallerDecryptionRequest
  [MinimumLatency](#cfn-medialive-input-srtcallersourcerequest-minimumlatency): Integer
  [SrtListenerAddress](#cfn-medialive-input-srtcallersourcerequest-srtlisteneraddress): String
  [SrtListenerPort](#cfn-medialive-input-srtcallersourcerequest-srtlistenerport): String
  [StreamId](#cfn-medialive-input-srtcallersourcerequest-streamid): String
```

## Properties
<a name="aws-properties-medialive-input-srtcallersourcerequest-properties"></a>

`Decryption`  <a name="cfn-medialive-input-srtcallersourcerequest-decryption"></a>
Property description not available.  
*Required*: No  
*Type*: [SrtCallerDecryptionRequest](aws-properties-medialive-input-srtcallerdecryptionrequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinimumLatency`  <a name="cfn-medialive-input-srtcallersourcerequest-minimumlatency"></a>
Property description not available.  
*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)

`SrtListenerAddress`  <a name="cfn-medialive-input-srtcallersourcerequest-srtlisteneraddress"></a>
Property description not available.  
*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)

`SrtListenerPort`  <a name="cfn-medialive-input-srtcallersourcerequest-srtlistenerport"></a>
Property description not available.  
*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)

`StreamId`  <a name="cfn-medialive-input-srtcallersourcerequest-streamid"></a>
Property description not available.  
*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)

# AWS::MediaLive::Input SrtListenerDecryptionRequest
<a name="aws-properties-medialive-input-srtlistenerdecryptionrequest"></a>

<a name="aws-properties-medialive-input-srtlistenerdecryptionrequest-description"></a>The `SrtListenerDecryptionRequest` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-srtlistenerdecryptionrequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-srtlistenerdecryptionrequest-syntax.json"></a>

```
{
  "[Algorithm](#cfn-medialive-input-srtlistenerdecryptionrequest-algorithm)" : String,
  "[PassphraseSecretArn](#cfn-medialive-input-srtlistenerdecryptionrequest-passphrasesecretarn)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-srtlistenerdecryptionrequest-syntax.yaml"></a>

```
  [Algorithm](#cfn-medialive-input-srtlistenerdecryptionrequest-algorithm): String
  [PassphraseSecretArn](#cfn-medialive-input-srtlistenerdecryptionrequest-passphrasesecretarn): String
```

## Properties
<a name="aws-properties-medialive-input-srtlistenerdecryptionrequest-properties"></a>

`Algorithm`  <a name="cfn-medialive-input-srtlistenerdecryptionrequest-algorithm"></a>
Property description not available.  
*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)

`PassphraseSecretArn`  <a name="cfn-medialive-input-srtlistenerdecryptionrequest-passphrasesecretarn"></a>
Property description not available.  
*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)

# AWS::MediaLive::Input SrtListenerSettingsRequest
<a name="aws-properties-medialive-input-srtlistenersettingsrequest"></a>

<a name="aws-properties-medialive-input-srtlistenersettingsrequest-description"></a>The `SrtListenerSettingsRequest` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-srtlistenersettingsrequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-srtlistenersettingsrequest-syntax.json"></a>

```
{
  "[Decryption](#cfn-medialive-input-srtlistenersettingsrequest-decryption)" : SrtListenerDecryptionRequest,
  "[MinimumLatency](#cfn-medialive-input-srtlistenersettingsrequest-minimumlatency)" : Integer,
  "[StreamId](#cfn-medialive-input-srtlistenersettingsrequest-streamid)" : String
}
```

### YAML
<a name="aws-properties-medialive-input-srtlistenersettingsrequest-syntax.yaml"></a>

```
  [Decryption](#cfn-medialive-input-srtlistenersettingsrequest-decryption): 
    SrtListenerDecryptionRequest
  [MinimumLatency](#cfn-medialive-input-srtlistenersettingsrequest-minimumlatency): Integer
  [StreamId](#cfn-medialive-input-srtlistenersettingsrequest-streamid): String
```

## Properties
<a name="aws-properties-medialive-input-srtlistenersettingsrequest-properties"></a>

`Decryption`  <a name="cfn-medialive-input-srtlistenersettingsrequest-decryption"></a>
Property description not available.  
*Required*: No  
*Type*: [SrtListenerDecryptionRequest](aws-properties-medialive-input-srtlistenerdecryptionrequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinimumLatency`  <a name="cfn-medialive-input-srtlistenersettingsrequest-minimumlatency"></a>
Property description not available.  
*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)

`StreamId`  <a name="cfn-medialive-input-srtlistenersettingsrequest-streamid"></a>
Property description not available.  
*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)

# AWS::MediaLive::Input SrtSettingsRequest
<a name="aws-properties-medialive-input-srtsettingsrequest"></a>

<a name="aws-properties-medialive-input-srtsettingsrequest-description"></a>The `SrtSettingsRequest` property type specifies Property description not available. for an [AWS::MediaLive::Input](aws-resource-medialive-input.md).

## Syntax
<a name="aws-properties-medialive-input-srtsettingsrequest-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-input-srtsettingsrequest-syntax.json"></a>

```
{
  "[SrtCallerSources](#cfn-medialive-input-srtsettingsrequest-srtcallersources)" : [ SrtCallerSourceRequest, ... ],
  "[SrtListenerSettings](#cfn-medialive-input-srtsettingsrequest-srtlistenersettings)" : SrtListenerSettingsRequest
}
```

### YAML
<a name="aws-properties-medialive-input-srtsettingsrequest-syntax.yaml"></a>

```
  [SrtCallerSources](#cfn-medialive-input-srtsettingsrequest-srtcallersources): 
    - SrtCallerSourceRequest
  [SrtListenerSettings](#cfn-medialive-input-srtsettingsrequest-srtlistenersettings): 
    SrtListenerSettingsRequest
```

## Properties
<a name="aws-properties-medialive-input-srtsettingsrequest-properties"></a>

`SrtCallerSources`  <a name="cfn-medialive-input-srtsettingsrequest-srtcallersources"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [SrtCallerSourceRequest](aws-properties-medialive-input-srtcallersourcerequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SrtListenerSettings`  <a name="cfn-medialive-input-srtsettingsrequest-srtlistenersettings"></a>
Property description not available.  
*Required*: No  
*Type*: [SrtListenerSettingsRequest](aws-properties-medialive-input-srtlistenersettingsrequest.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::InputSecurityGroup
<a name="aws-resource-medialive-inputsecuritygroup"></a>

The AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group.

A MediaLive input security group is associated with a MediaLive input. The input security group is an "allow list" of IP addresses that controls whether an external IP address can push content to the associated MediaLive input.

## Syntax
<a name="aws-resource-medialive-inputsecuritygroup-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-inputsecuritygroup-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::InputSecurityGroup",
  "Properties" : {
      "[Tags](#cfn-medialive-inputsecuritygroup-tags)" : [ [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html), ... ],
      "[WhitelistRules](#cfn-medialive-inputsecuritygroup-whitelistrules)" : [ InputWhitelistRuleCidr, ... ]
    }
}
```

### YAML
<a name="aws-resource-medialive-inputsecuritygroup-syntax.yaml"></a>

```
Type: AWS::MediaLive::InputSecurityGroup
Properties:
  [Tags](#cfn-medialive-inputsecuritygroup-tags): 
    - [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html)
  [WhitelistRules](#cfn-medialive-inputsecuritygroup-whitelistrules): 
    - InputWhitelistRuleCidr
```

## Properties
<a name="aws-resource-medialive-inputsecuritygroup-properties"></a>

`Tags`  <a name="cfn-medialive-inputsecuritygroup-tags"></a>
A collection of tags for this input security group. Each tag is a key-value pair.  
*Required*: No  
*Type*: Array of [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-resource-tags.html)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WhitelistRules`  <a name="cfn-medialive-inputsecuritygroup-whitelistrules"></a>
The list of IPv4 CIDR addresses to include in the input security group as "allowed" addresses.  
*Required*: No  
*Type*: Array of [InputWhitelistRuleCidr](aws-properties-medialive-inputsecuritygroup-inputwhitelistrulecidr.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-medialive-inputsecuritygroup-return-values"></a>

### Ref
<a name="aws-resource-medialive-inputsecuritygroup-return-values-ref"></a>

When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the name of the input security group.

For example: `{ "Ref": "myInputSecurityGroup" }`

For more information about using the `Ref` function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html).

### Fn::GetAtt
<a name="aws-resource-medialive-inputsecuritygroup-return-values-fn--getatt"></a>

The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the `Fn::GetAtt` intrinsic function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-medialive-inputsecuritygroup-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The ARN of the MediaLive input security group. For example: arn:aws:medialive:us-west-1:111122223333:medialive:inputSecurityGroup:1234567

`Id`  <a name="Id-fn::getatt"></a>
The Id of the Input Security Group

# AWS::MediaLive::InputSecurityGroup InputWhitelistRuleCidr
<a name="aws-properties-medialive-inputsecuritygroup-inputwhitelistrulecidr"></a>

An IPv4 CIDR range to include in this input security group.

The parent of this entity is InputSecurityGroup.

## Syntax
<a name="aws-properties-medialive-inputsecuritygroup-inputwhitelistrulecidr-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-inputsecuritygroup-inputwhitelistrulecidr-syntax.json"></a>

```
{
  "[Cidr](#cfn-medialive-inputsecuritygroup-inputwhitelistrulecidr-cidr)" : String
}
```

### YAML
<a name="aws-properties-medialive-inputsecuritygroup-inputwhitelistrulecidr-syntax.yaml"></a>

```
  [Cidr](#cfn-medialive-inputsecuritygroup-inputwhitelistrulecidr-cidr): String
```

## Properties
<a name="aws-properties-medialive-inputsecuritygroup-inputwhitelistrulecidr-properties"></a>

`Cidr`  <a name="cfn-medialive-inputsecuritygroup-inputwhitelistrulecidr-cidr"></a>
An IPv4 CIDR range to include in this input security group.  
*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)

# AWS::MediaLive::Multiplex
<a name="aws-resource-medialive-multiplex"></a>

The multiplex object.

## Syntax
<a name="aws-resource-medialive-multiplex-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-multiplex-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::Multiplex",
  "Properties" : {
      "[AvailabilityZones](#cfn-medialive-multiplex-availabilityzones)" : [ String, ... ],
      "[Destinations](#cfn-medialive-multiplex-destinations)" : [ MultiplexOutputDestination, ... ],
      "[MultiplexSettings](#cfn-medialive-multiplex-multiplexsettings)" : MultiplexSettings,
      "[Name](#cfn-medialive-multiplex-name)" : String,
      "[Tags](#cfn-medialive-multiplex-tags)" : [ Tags, ... ]
    }
}
```

### YAML
<a name="aws-resource-medialive-multiplex-syntax.yaml"></a>

```
Type: AWS::MediaLive::Multiplex
Properties:
  [AvailabilityZones](#cfn-medialive-multiplex-availabilityzones): 
    - String
  [Destinations](#cfn-medialive-multiplex-destinations): 
    - MultiplexOutputDestination
  [MultiplexSettings](#cfn-medialive-multiplex-multiplexsettings): 
    MultiplexSettings
  [Name](#cfn-medialive-multiplex-name): String
  [Tags](#cfn-medialive-multiplex-tags): 
    - Tags
```

## Properties
<a name="aws-resource-medialive-multiplex-properties"></a>

`AvailabilityZones`  <a name="cfn-medialive-multiplex-availabilityzones"></a>
A list of availability zones for the multiplex.  
*Required*: Yes  
*Type*: Array of String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Destinations`  <a name="cfn-medialive-multiplex-destinations"></a>
A list of the multiplex output destinations.  
*Required*: No  
*Type*: Array of [MultiplexOutputDestination](aws-properties-medialive-multiplex-multiplexoutputdestination.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MultiplexSettings`  <a name="cfn-medialive-multiplex-multiplexsettings"></a>
Configuration for a multiplex event.  
*Required*: Yes  
*Type*: [MultiplexSettings](aws-properties-medialive-multiplex-multiplexsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-multiplex-name"></a>
The name of the multiplex.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-medialive-multiplex-tags"></a>
A collection of key-value pairs.  
*Required*: No  
*Type*: [Array](aws-properties-medialive-multiplex-tags.md) of [Tags](aws-properties-medialive-multiplex-tags.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-medialive-multiplex-return-values"></a>

### Ref
<a name="aws-resource-medialive-multiplex-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-multiplex-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-multiplex-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The unique arn of the multiplex.

`Id`  <a name="Id-fn::getatt"></a>
The unique id of the multiplex.

`PipelinesRunningCount`  <a name="PipelinesRunningCount-fn::getatt"></a>
The number of currently healthy pipelines.

`ProgramCount`  <a name="ProgramCount-fn::getatt"></a>
The number of programs in the multiplex.

`State`  <a name="State-fn::getatt"></a>
The current state of the multiplex.

# AWS::MediaLive::Multiplex MultiplexMediaConnectOutputDestinationSettings
<a name="aws-properties-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings"></a>

Multiplex MediaConnect output destination settings.

## Syntax
<a name="aws-properties-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings-syntax.json"></a>

```
{
  "[EntitlementArn](#cfn-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings-entitlementarn)" : String
}
```

### YAML
<a name="aws-properties-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings-syntax.yaml"></a>

```
  [EntitlementArn](#cfn-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings-entitlementarn): String
```

## Properties
<a name="aws-properties-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings-properties"></a>

`EntitlementArn`  <a name="cfn-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings-entitlementarn"></a>
The MediaConnect entitlement ARN available as a Flow source.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Multiplex MultiplexOutputDestination
<a name="aws-properties-medialive-multiplex-multiplexoutputdestination"></a>

Multiplex output destination settings

## Syntax
<a name="aws-properties-medialive-multiplex-multiplexoutputdestination-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-multiplex-multiplexoutputdestination-syntax.json"></a>

```
{
  "[MultiplexMediaConnectOutputDestinationSettings](#cfn-medialive-multiplex-multiplexoutputdestination-multiplexmediaconnectoutputdestinationsettings)" : MultiplexMediaConnectOutputDestinationSettings
}
```

### YAML
<a name="aws-properties-medialive-multiplex-multiplexoutputdestination-syntax.yaml"></a>

```
  [MultiplexMediaConnectOutputDestinationSettings](#cfn-medialive-multiplex-multiplexoutputdestination-multiplexmediaconnectoutputdestinationsettings): 
    MultiplexMediaConnectOutputDestinationSettings
```

## Properties
<a name="aws-properties-medialive-multiplex-multiplexoutputdestination-properties"></a>

`MultiplexMediaConnectOutputDestinationSettings`  <a name="cfn-medialive-multiplex-multiplexoutputdestination-multiplexmediaconnectoutputdestinationsettings"></a>
Property description not available.  
*Required*: No  
*Type*: [MultiplexMediaConnectOutputDestinationSettings](aws-properties-medialive-multiplex-multiplexmediaconnectoutputdestinationsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Multiplex MultiplexSettings
<a name="aws-properties-medialive-multiplex-multiplexsettings"></a>

Contains configuration for a Multiplex event

## Syntax
<a name="aws-properties-medialive-multiplex-multiplexsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-multiplex-multiplexsettings-syntax.json"></a>

```
{
  "[MaximumVideoBufferDelayMilliseconds](#cfn-medialive-multiplex-multiplexsettings-maximumvideobufferdelaymilliseconds)" : Integer,
  "[TransportStreamBitrate](#cfn-medialive-multiplex-multiplexsettings-transportstreambitrate)" : Integer,
  "[TransportStreamId](#cfn-medialive-multiplex-multiplexsettings-transportstreamid)" : Integer,
  "[TransportStreamReservedBitrate](#cfn-medialive-multiplex-multiplexsettings-transportstreamreservedbitrate)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-multiplex-multiplexsettings-syntax.yaml"></a>

```
  [MaximumVideoBufferDelayMilliseconds](#cfn-medialive-multiplex-multiplexsettings-maximumvideobufferdelaymilliseconds): Integer
  [TransportStreamBitrate](#cfn-medialive-multiplex-multiplexsettings-transportstreambitrate): Integer
  [TransportStreamId](#cfn-medialive-multiplex-multiplexsettings-transportstreamid): Integer
  [TransportStreamReservedBitrate](#cfn-medialive-multiplex-multiplexsettings-transportstreamreservedbitrate): Integer
```

## Properties
<a name="aws-properties-medialive-multiplex-multiplexsettings-properties"></a>

`MaximumVideoBufferDelayMilliseconds`  <a name="cfn-medialive-multiplex-multiplexsettings-maximumvideobufferdelaymilliseconds"></a>
Maximum video buffer delay in milliseconds.  
*Required*: No  
*Type*: Integer  
*Minimum*: `800`  
*Maximum*: `3000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TransportStreamBitrate`  <a name="cfn-medialive-multiplex-multiplexsettings-transportstreambitrate"></a>
Transport stream bit rate.  
*Required*: Yes  
*Type*: Integer  
*Minimum*: `1000000`  
*Maximum*: `100000000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TransportStreamId`  <a name="cfn-medialive-multiplex-multiplexsettings-transportstreamid"></a>
Transport stream ID.  
*Required*: Yes  
*Type*: Integer  
*Minimum*: `0`  
*Maximum*: `65535`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TransportStreamReservedBitrate`  <a name="cfn-medialive-multiplex-multiplexsettings-transportstreamreservedbitrate"></a>
Transport stream reserved bit rate.  
*Required*: No  
*Type*: Integer  
*Minimum*: `0`  
*Maximum*: `100000000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Multiplex Tags
<a name="aws-properties-medialive-multiplex-tags"></a>

<a name="aws-properties-medialive-multiplex-tags-description"></a>The `Tags` property type specifies Property description not available. for an [AWS::MediaLive::Multiplex](aws-resource-medialive-multiplex.md).

## Syntax
<a name="aws-properties-medialive-multiplex-tags-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-multiplex-tags-syntax.json"></a>

```
{
  "[Key](#cfn-medialive-multiplex-tags-key)" : String,
  "[Value](#cfn-medialive-multiplex-tags-value)" : String
}
```

### YAML
<a name="aws-properties-medialive-multiplex-tags-syntax.yaml"></a>

```
  [Key](#cfn-medialive-multiplex-tags-key): String
  [Value](#cfn-medialive-multiplex-tags-value): String
```

## Properties
<a name="aws-properties-medialive-multiplex-tags-properties"></a>

`Key`  <a name="cfn-medialive-multiplex-tags-key"></a>
Property description not available.  
*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)

`Value`  <a name="cfn-medialive-multiplex-tags-value"></a>
Property description not available.  
*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)

# AWS::MediaLive::Multiplexprogram
<a name="aws-resource-medialive-multiplexprogram"></a>

<a name="aws-resource-medialive-multiplexprogram-description"></a>The `AWS::MediaLive::Multiplexprogram` resource Property description not available. for MediaLive.

## Syntax
<a name="aws-resource-medialive-multiplexprogram-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-multiplexprogram-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::Multiplexprogram",
  "Properties" : {
      "[MultiplexId](#cfn-medialive-multiplexprogram-multiplexid)" : String,
      "[MultiplexProgramSettings](#cfn-medialive-multiplexprogram-multiplexprogramsettings)" : MultiplexProgramSettings,
      "[PacketIdentifiersMap](#cfn-medialive-multiplexprogram-packetidentifiersmap)" : MultiplexProgramPacketIdentifiersMap,
      "[PipelineDetails](#cfn-medialive-multiplexprogram-pipelinedetails)" : [ MultiplexProgramPipelineDetail, ... ],
      "[PreferredChannelPipeline](#cfn-medialive-multiplexprogram-preferredchannelpipeline)" : String,
      "[ProgramName](#cfn-medialive-multiplexprogram-programname)" : String
    }
}
```

### YAML
<a name="aws-resource-medialive-multiplexprogram-syntax.yaml"></a>

```
Type: AWS::MediaLive::Multiplexprogram
Properties:
  [MultiplexId](#cfn-medialive-multiplexprogram-multiplexid): String
  [MultiplexProgramSettings](#cfn-medialive-multiplexprogram-multiplexprogramsettings): 
    MultiplexProgramSettings
  [PacketIdentifiersMap](#cfn-medialive-multiplexprogram-packetidentifiersmap): 
    MultiplexProgramPacketIdentifiersMap
  [PipelineDetails](#cfn-medialive-multiplexprogram-pipelinedetails): 
    - MultiplexProgramPipelineDetail
  [PreferredChannelPipeline](#cfn-medialive-multiplexprogram-preferredchannelpipeline): String
  [ProgramName](#cfn-medialive-multiplexprogram-programname): String
```

## Properties
<a name="aws-resource-medialive-multiplexprogram-properties"></a>

`MultiplexId`  <a name="cfn-medialive-multiplexprogram-multiplexid"></a>
The unique id of the multiplex.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`MultiplexProgramSettings`  <a name="cfn-medialive-multiplexprogram-multiplexprogramsettings"></a>
Multiplex Program settings configuration.  
*Required*: No  
*Type*: [MultiplexProgramSettings](aws-properties-medialive-multiplexprogram-multiplexprogramsettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PacketIdentifiersMap`  <a name="cfn-medialive-multiplexprogram-packetidentifiersmap"></a>
Property description not available.  
*Required*: No  
*Type*: [MultiplexProgramPacketIdentifiersMap](aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PipelineDetails`  <a name="cfn-medialive-multiplexprogram-pipelinedetails"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [MultiplexProgramPipelineDetail](aws-properties-medialive-multiplexprogram-multiplexprogrampipelinedetail.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PreferredChannelPipeline`  <a name="cfn-medialive-multiplexprogram-preferredchannelpipeline"></a>
Indicates which pipeline is preferred by the multiplex for program ingest. If set to \$1"PIPELINE\$10\$1" or \$1"PIPELINE\$11\$1" and an unhealthy ingest causes the multiplex to switch to the non-preferred pipeline, it will switch back once that ingest is healthy again. If set to \$1"CURRENTLY\$1ACTIVE\$1", it will not switch back to the other pipeline based on it recovering to a healthy state, it will only switch if the active pipeline becomes unhealthy.   
*Required*: No  
*Type*: String  
*Allowed values*: `CURRENTLY_ACTIVE | PIPELINE_0 | PIPELINE_1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ProgramName`  <a name="cfn-medialive-multiplexprogram-programname"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-medialive-multiplexprogram-return-values"></a>

### Ref
<a name="aws-resource-medialive-multiplexprogram-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-multiplexprogram-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-multiplexprogram-return-values-fn--getatt-fn--getatt"></a>

`ChannelId`  <a name="ChannelId-fn::getatt"></a>
The unique ID of the channel.

# AWS::MediaLive::Multiplexprogram MultiplexProgramPacketIdentifiersMap
<a name="aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap"></a>

Packet identifiers map for a given Multiplex program.

## Syntax
<a name="aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-syntax.json"></a>

```
{
  "[AudioPids](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-audiopids)" : [ Integer, ... ],
  "[DvbSubPids](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-dvbsubpids)" : [ Integer, ... ],
  "[DvbTeletextPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-dvbteletextpid)" : Integer,
  "[EtvPlatformPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-etvplatformpid)" : Integer,
  "[EtvSignalPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-etvsignalpid)" : Integer,
  "[KlvDataPids](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-klvdatapids)" : [ Integer, ... ],
  "[PcrPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-pcrpid)" : Integer,
  "[PmtPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-pmtpid)" : Integer,
  "[PrivateMetadataPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-privatemetadatapid)" : Integer,
  "[Scte27Pids](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-scte27pids)" : [ Integer, ... ],
  "[Scte35Pid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-scte35pid)" : Integer,
  "[TimedMetadataPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-timedmetadatapid)" : Integer,
  "[VideoPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-videopid)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-syntax.yaml"></a>

```
  [AudioPids](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-audiopids): 
    - Integer
  [DvbSubPids](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-dvbsubpids): 
    - Integer
  [DvbTeletextPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-dvbteletextpid): Integer
  [EtvPlatformPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-etvplatformpid): Integer
  [EtvSignalPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-etvsignalpid): Integer
  [KlvDataPids](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-klvdatapids): 
    - Integer
  [PcrPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-pcrpid): Integer
  [PmtPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-pmtpid): Integer
  [PrivateMetadataPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-privatemetadatapid): Integer
  [Scte27Pids](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-scte27pids): 
    - Integer
  [Scte35Pid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-scte35pid): Integer
  [TimedMetadataPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-timedmetadatapid): Integer
  [VideoPid](#cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-videopid): Integer
```

## Properties
<a name="aws-properties-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-properties"></a>

`AudioPids`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-audiopids"></a>
Property description not available.  
*Required*: No  
*Type*: Array of Integer  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DvbSubPids`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-dvbsubpids"></a>
Property description not available.  
*Required*: No  
*Type*: Array of Integer  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DvbTeletextPid`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-dvbteletextpid"></a>
Property description not available.  
*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)

`EtvPlatformPid`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-etvplatformpid"></a>
Property description not available.  
*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)

`EtvSignalPid`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-etvsignalpid"></a>
Property description not available.  
*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)

`KlvDataPids`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-klvdatapids"></a>
Property description not available.  
*Required*: No  
*Type*: Array of Integer  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PcrPid`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-pcrpid"></a>
Property description not available.  
*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)

`PmtPid`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-pmtpid"></a>
Property description not available.  
*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)

`PrivateMetadataPid`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-privatemetadatapid"></a>
Property description not available.  
*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)

`Scte27Pids`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-scte27pids"></a>
Property description not available.  
*Required*: No  
*Type*: Array of Integer  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scte35Pid`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-scte35pid"></a>
Property description not available.  
*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)

`TimedMetadataPid`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-timedmetadatapid"></a>
Property description not available.  
*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)

`VideoPid`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampacketidentifiersmap-videopid"></a>
Property description not available.  
*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)

# AWS::MediaLive::Multiplexprogram MultiplexProgramPipelineDetail
<a name="aws-properties-medialive-multiplexprogram-multiplexprogrampipelinedetail"></a>

The current source for one of the pipelines in the multiplex.

## Syntax
<a name="aws-properties-medialive-multiplexprogram-multiplexprogrampipelinedetail-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-multiplexprogram-multiplexprogrampipelinedetail-syntax.json"></a>

```
{
  "[ActiveChannelPipeline](#cfn-medialive-multiplexprogram-multiplexprogrampipelinedetail-activechannelpipeline)" : String,
  "[PipelineId](#cfn-medialive-multiplexprogram-multiplexprogrampipelinedetail-pipelineid)" : String
}
```

### YAML
<a name="aws-properties-medialive-multiplexprogram-multiplexprogrampipelinedetail-syntax.yaml"></a>

```
  [ActiveChannelPipeline](#cfn-medialive-multiplexprogram-multiplexprogrampipelinedetail-activechannelpipeline): String
  [PipelineId](#cfn-medialive-multiplexprogram-multiplexprogrampipelinedetail-pipelineid): String
```

## Properties
<a name="aws-properties-medialive-multiplexprogram-multiplexprogrampipelinedetail-properties"></a>

`ActiveChannelPipeline`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampipelinedetail-activechannelpipeline"></a>
Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.  
*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)

`PipelineId`  <a name="cfn-medialive-multiplexprogram-multiplexprogrampipelinedetail-pipelineid"></a>
Identifies a specific pipeline in the multiplex.  
*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)

# AWS::MediaLive::Multiplexprogram MultiplexProgramServiceDescriptor
<a name="aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor"></a>

Transport stream service descriptor configuration for the Multiplex program.

## Syntax
<a name="aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor-syntax.json"></a>

```
{
  "[ProviderName](#cfn-medialive-multiplexprogram-multiplexprogramservicedescriptor-providername)" : String,
  "[ServiceName](#cfn-medialive-multiplexprogram-multiplexprogramservicedescriptor-servicename)" : String
}
```

### YAML
<a name="aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor-syntax.yaml"></a>

```
  [ProviderName](#cfn-medialive-multiplexprogram-multiplexprogramservicedescriptor-providername): String
  [ServiceName](#cfn-medialive-multiplexprogram-multiplexprogramservicedescriptor-servicename): String
```

## Properties
<a name="aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor-properties"></a>

`ProviderName`  <a name="cfn-medialive-multiplexprogram-multiplexprogramservicedescriptor-providername"></a>
Name of the provider.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ServiceName`  <a name="cfn-medialive-multiplexprogram-multiplexprogramservicedescriptor-servicename"></a>
Name of the service.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Multiplexprogram MultiplexProgramSettings
<a name="aws-properties-medialive-multiplexprogram-multiplexprogramsettings"></a>

Multiplex Program settings configuration.

## Syntax
<a name="aws-properties-medialive-multiplexprogram-multiplexprogramsettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-multiplexprogram-multiplexprogramsettings-syntax.json"></a>

```
{
  "[PreferredChannelPipeline](#cfn-medialive-multiplexprogram-multiplexprogramsettings-preferredchannelpipeline)" : String,
  "[ProgramNumber](#cfn-medialive-multiplexprogram-multiplexprogramsettings-programnumber)" : Integer,
  "[ServiceDescriptor](#cfn-medialive-multiplexprogram-multiplexprogramsettings-servicedescriptor)" : MultiplexProgramServiceDescriptor,
  "[VideoSettings](#cfn-medialive-multiplexprogram-multiplexprogramsettings-videosettings)" : MultiplexVideoSettings
}
```

### YAML
<a name="aws-properties-medialive-multiplexprogram-multiplexprogramsettings-syntax.yaml"></a>

```
  [PreferredChannelPipeline](#cfn-medialive-multiplexprogram-multiplexprogramsettings-preferredchannelpipeline): String
  [ProgramNumber](#cfn-medialive-multiplexprogram-multiplexprogramsettings-programnumber): Integer
  [ServiceDescriptor](#cfn-medialive-multiplexprogram-multiplexprogramsettings-servicedescriptor): 
    MultiplexProgramServiceDescriptor
  [VideoSettings](#cfn-medialive-multiplexprogram-multiplexprogramsettings-videosettings): 
    MultiplexVideoSettings
```

## Properties
<a name="aws-properties-medialive-multiplexprogram-multiplexprogramsettings-properties"></a>

`PreferredChannelPipeline`  <a name="cfn-medialive-multiplexprogram-multiplexprogramsettings-preferredchannelpipeline"></a>
Indicates which pipeline is preferred by the multiplex for program ingest.  
*Required*: No  
*Type*: String  
*Allowed values*: `CURRENTLY_ACTIVE | PIPELINE_0 | PIPELINE_1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ProgramNumber`  <a name="cfn-medialive-multiplexprogram-multiplexprogramsettings-programnumber"></a>
Unique program number.  
*Required*: Yes  
*Type*: Integer  
*Minimum*: `0`  
*Maximum*: `65535`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ServiceDescriptor`  <a name="cfn-medialive-multiplexprogram-multiplexprogramsettings-servicedescriptor"></a>
Transport stream service descriptor configuration for the Multiplex program.  
*Required*: No  
*Type*: [MultiplexProgramServiceDescriptor](aws-properties-medialive-multiplexprogram-multiplexprogramservicedescriptor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VideoSettings`  <a name="cfn-medialive-multiplexprogram-multiplexprogramsettings-videosettings"></a>
Program video settings configuration.  
*Required*: No  
*Type*: [MultiplexVideoSettings](aws-properties-medialive-multiplexprogram-multiplexvideosettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Multiplexprogram MultiplexStatmuxVideoSettings
<a name="aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings"></a>

Statmux rate control settings

## Syntax
<a name="aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings-syntax.json"></a>

```
{
  "[MaximumBitrate](#cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-maximumbitrate)" : Integer,
  "[MinimumBitrate](#cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-minimumbitrate)" : Integer,
  "[Priority](#cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-priority)" : Integer
}
```

### YAML
<a name="aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings-syntax.yaml"></a>

```
  [MaximumBitrate](#cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-maximumbitrate): Integer
  [MinimumBitrate](#cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-minimumbitrate): Integer
  [Priority](#cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-priority): Integer
```

## Properties
<a name="aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings-properties"></a>

`MaximumBitrate`  <a name="cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-maximumbitrate"></a>
Maximum statmux bitrate.  
*Required*: No  
*Type*: Integer  
*Minimum*: `100000`  
*Maximum*: `100000000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinimumBitrate`  <a name="cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-minimumbitrate"></a>
Minimum statmux bitrate.  
*Required*: No  
*Type*: Integer  
*Minimum*: `100000`  
*Maximum*: `100000000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Priority`  <a name="cfn-medialive-multiplexprogram-multiplexstatmuxvideosettings-priority"></a>
The purpose of the priority is to use a combination of the\$1nmultiplex rate control algorithm and the QVBR capability of the\$1nencoder to prioritize the video quality of some channels in a\$1nmultiplex over others. Channels that have a higher priority will\$1nget higher video quality at the expense of the video quality of\$1nother channels in the multiplex with lower priority.  
*Required*: No  
*Type*: Integer  
*Minimum*: `-5`  
*Maximum*: `5`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Multiplexprogram MultiplexVideoSettings
<a name="aws-properties-medialive-multiplexprogram-multiplexvideosettings"></a>

The video configuration for each program in a multiplex.

## Syntax
<a name="aws-properties-medialive-multiplexprogram-multiplexvideosettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-multiplexprogram-multiplexvideosettings-syntax.json"></a>

```
{
  "[ConstantBitrate](#cfn-medialive-multiplexprogram-multiplexvideosettings-constantbitrate)" : Integer,
  "[StatmuxSettings](#cfn-medialive-multiplexprogram-multiplexvideosettings-statmuxsettings)" : MultiplexStatmuxVideoSettings
}
```

### YAML
<a name="aws-properties-medialive-multiplexprogram-multiplexvideosettings-syntax.yaml"></a>

```
  [ConstantBitrate](#cfn-medialive-multiplexprogram-multiplexvideosettings-constantbitrate): Integer
  [StatmuxSettings](#cfn-medialive-multiplexprogram-multiplexvideosettings-statmuxsettings): 
    MultiplexStatmuxVideoSettings
```

## Properties
<a name="aws-properties-medialive-multiplexprogram-multiplexvideosettings-properties"></a>

`ConstantBitrate`  <a name="cfn-medialive-multiplexprogram-multiplexvideosettings-constantbitrate"></a>
The constant bitrate configuration for the video encode. When this field is defined, StatmuxSettings must be undefined.  
*Required*: No  
*Type*: Integer  
*Minimum*: `100000`  
*Maximum*: `100000000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StatmuxSettings`  <a name="cfn-medialive-multiplexprogram-multiplexvideosettings-statmuxsettings"></a>
Statmux rate control settings. When this field is defined, ConstantBitrate must be undefined.  
*Required*: No  
*Type*: [MultiplexStatmuxVideoSettings](aws-properties-medialive-multiplexprogram-multiplexstatmuxvideosettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::Network
<a name="aws-resource-medialive-network"></a>

<a name="aws-resource-medialive-network-description"></a>The `AWS::MediaLive::Network` resource Property description not available. for MediaLive.

## Syntax
<a name="aws-resource-medialive-network-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-network-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::Network",
  "Properties" : {
      "[IpPools](#cfn-medialive-network-ippools)" : [ IpPool, ... ],
      "[Name](#cfn-medialive-network-name)" : String,
      "[Routes](#cfn-medialive-network-routes)" : [ Route, ... ],
      "[Tags](#cfn-medialive-network-tags)" : [ Tags, ... ]
    }
}
```

### YAML
<a name="aws-resource-medialive-network-syntax.yaml"></a>

```
Type: AWS::MediaLive::Network
Properties:
  [IpPools](#cfn-medialive-network-ippools): 
    - IpPool
  [Name](#cfn-medialive-network-name): String
  [Routes](#cfn-medialive-network-routes): 
    - Route
  [Tags](#cfn-medialive-network-tags): 
    - Tags
```

## Properties
<a name="aws-resource-medialive-network-properties"></a>

`IpPools`  <a name="cfn-medialive-network-ippools"></a>
Property description not available.  
*Required*: Yes  
*Type*: Array of [IpPool](aws-properties-medialive-network-ippool.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-network-name"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Routes`  <a name="cfn-medialive-network-routes"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [Route](aws-properties-medialive-network-route.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-medialive-network-tags"></a>
Property description not available.  
*Required*: No  
*Type*: [Array](aws-properties-medialive-network-tags.md) of [Tags](aws-properties-medialive-network-tags.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-medialive-network-return-values"></a>

### Ref
<a name="aws-resource-medialive-network-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-network-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-network-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The ARN of the network.

`AssociatedClusterIds`  <a name="AssociatedClusterIds-fn::getatt"></a>
The IDs of the clusters associated with this network.

`Id`  <a name="Id-fn::getatt"></a>
The unique ID of the network.

`State`  <a name="State-fn::getatt"></a>
The current state of the network.

# AWS::MediaLive::Network IpPool
<a name="aws-properties-medialive-network-ippool"></a>

<a name="aws-properties-medialive-network-ippool-description"></a>The `IpPool` property type specifies Property description not available. for an [AWS::MediaLive::Network](aws-resource-medialive-network.md).

## Syntax
<a name="aws-properties-medialive-network-ippool-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-network-ippool-syntax.json"></a>

```
{
  "[Cidr](#cfn-medialive-network-ippool-cidr)" : String
}
```

### YAML
<a name="aws-properties-medialive-network-ippool-syntax.yaml"></a>

```
  [Cidr](#cfn-medialive-network-ippool-cidr): String
```

## Properties
<a name="aws-properties-medialive-network-ippool-properties"></a>

`Cidr`  <a name="cfn-medialive-network-ippool-cidr"></a>
Property description not available.  
*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)

# AWS::MediaLive::Network Route
<a name="aws-properties-medialive-network-route"></a>

<a name="aws-properties-medialive-network-route-description"></a>The `Route` property type specifies Property description not available. for an [AWS::MediaLive::Network](aws-resource-medialive-network.md).

## Syntax
<a name="aws-properties-medialive-network-route-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-network-route-syntax.json"></a>

```
{
  "[Cidr](#cfn-medialive-network-route-cidr)" : String,
  "[Gateway](#cfn-medialive-network-route-gateway)" : String
}
```

### YAML
<a name="aws-properties-medialive-network-route-syntax.yaml"></a>

```
  [Cidr](#cfn-medialive-network-route-cidr): String
  [Gateway](#cfn-medialive-network-route-gateway): String
```

## Properties
<a name="aws-properties-medialive-network-route-properties"></a>

`Cidr`  <a name="cfn-medialive-network-route-cidr"></a>
Property description not available.  
*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)

`Gateway`  <a name="cfn-medialive-network-route-gateway"></a>
Property description not available.  
*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)

# AWS::MediaLive::Network Tags
<a name="aws-properties-medialive-network-tags"></a>

<a name="aws-properties-medialive-network-tags-description"></a>The `Tags` property type specifies Property description not available. for an [AWS::MediaLive::Network](aws-resource-medialive-network.md).

## Syntax
<a name="aws-properties-medialive-network-tags-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-network-tags-syntax.json"></a>

```
{
  "[Key](#cfn-medialive-network-tags-key)" : String,
  "[Value](#cfn-medialive-network-tags-value)" : String
}
```

### YAML
<a name="aws-properties-medialive-network-tags-syntax.yaml"></a>

```
  [Key](#cfn-medialive-network-tags-key): String
  [Value](#cfn-medialive-network-tags-value): String
```

## Properties
<a name="aws-properties-medialive-network-tags-properties"></a>

`Key`  <a name="cfn-medialive-network-tags-key"></a>
Property description not available.  
*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)

`Value`  <a name="cfn-medialive-network-tags-value"></a>
Property description not available.  
*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)

# AWS::MediaLive::SdiSource
<a name="aws-resource-medialive-sdisource"></a>

<a name="aws-resource-medialive-sdisource-description"></a>The `AWS::MediaLive::SdiSource` resource Property description not available. for MediaLive.

## Syntax
<a name="aws-resource-medialive-sdisource-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-sdisource-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::SdiSource",
  "Properties" : {
      "[Mode](#cfn-medialive-sdisource-mode)" : String,
      "[Name](#cfn-medialive-sdisource-name)" : String,
      "[Tags](#cfn-medialive-sdisource-tags)" : [ Tags, ... ],
      "[Type](#cfn-medialive-sdisource-type)" : String
    }
}
```

### YAML
<a name="aws-resource-medialive-sdisource-syntax.yaml"></a>

```
Type: AWS::MediaLive::SdiSource
Properties:
  [Mode](#cfn-medialive-sdisource-mode): String
  [Name](#cfn-medialive-sdisource-name): String
  [Tags](#cfn-medialive-sdisource-tags): 
    - Tags
  [Type](#cfn-medialive-sdisource-type): String
```

## Properties
<a name="aws-resource-medialive-sdisource-properties"></a>

`Mode`  <a name="cfn-medialive-sdisource-mode"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Allowed values*: `QUADRANT | INTERLEAVE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-sdisource-name"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-medialive-sdisource-tags"></a>
Property description not available.  
*Required*: No  
*Type*: [Array](aws-properties-medialive-sdisource-tags.md) of [Tags](aws-properties-medialive-sdisource-tags.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-medialive-sdisource-type"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `SINGLE | QUAD`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-medialive-sdisource-return-values"></a>

### Ref
<a name="aws-resource-medialive-sdisource-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-sdisource-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-sdisource-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The unique ARN of the SDI source.

`Id`  <a name="Id-fn::getatt"></a>
The unique identifier of the SDI source.

`Inputs`  <a name="Inputs-fn::getatt"></a>
The list of inputs currently using this SDI source.

`State`  <a name="State-fn::getatt"></a>
The current state of the SDI source.

# AWS::MediaLive::SdiSource Tags
<a name="aws-properties-medialive-sdisource-tags"></a>

<a name="aws-properties-medialive-sdisource-tags-description"></a>The `Tags` property type specifies Property description not available. for an [AWS::MediaLive::SdiSource](aws-resource-medialive-sdisource.md).

## Syntax
<a name="aws-properties-medialive-sdisource-tags-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-sdisource-tags-syntax.json"></a>

```
{
  "[Key](#cfn-medialive-sdisource-tags-key)" : String,
  "[Value](#cfn-medialive-sdisource-tags-value)" : String
}
```

### YAML
<a name="aws-properties-medialive-sdisource-tags-syntax.yaml"></a>

```
  [Key](#cfn-medialive-sdisource-tags-key): String
  [Value](#cfn-medialive-sdisource-tags-value): String
```

## Properties
<a name="aws-properties-medialive-sdisource-tags-properties"></a>

`Key`  <a name="cfn-medialive-sdisource-tags-key"></a>
Property description not available.  
*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)

`Value`  <a name="cfn-medialive-sdisource-tags-value"></a>
Property description not available.  
*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)

# AWS::MediaLive::SignalMap
<a name="aws-resource-medialive-signalmap"></a>

<a name="aws-resource-medialive-signalmap-description"></a>The `AWS::MediaLive::SignalMap` resource Property description not available. for MediaLive.

## Syntax
<a name="aws-resource-medialive-signalmap-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-resource-medialive-signalmap-syntax.json"></a>

```
{
  "Type" : "AWS::MediaLive::SignalMap",
  "Properties" : {
      "[CloudWatchAlarmTemplateGroupIdentifiers](#cfn-medialive-signalmap-cloudwatchalarmtemplategroupidentifiers)" : [ String, ... ],
      "[Description](#cfn-medialive-signalmap-description)" : String,
      "[DiscoveryEntryPointArn](#cfn-medialive-signalmap-discoveryentrypointarn)" : String,
      "[EventBridgeRuleTemplateGroupIdentifiers](#cfn-medialive-signalmap-eventbridgeruletemplategroupidentifiers)" : [ String, ... ],
      "[ForceRediscovery](#cfn-medialive-signalmap-forcerediscovery)" : Boolean,
      "[Name](#cfn-medialive-signalmap-name)" : String,
      "[Tags](#cfn-medialive-signalmap-tags)" : {Key: Value, ...}
    }
}
```

### YAML
<a name="aws-resource-medialive-signalmap-syntax.yaml"></a>

```
Type: AWS::MediaLive::SignalMap
Properties:
  [CloudWatchAlarmTemplateGroupIdentifiers](#cfn-medialive-signalmap-cloudwatchalarmtemplategroupidentifiers): 
    - String
  [Description](#cfn-medialive-signalmap-description): String
  [DiscoveryEntryPointArn](#cfn-medialive-signalmap-discoveryentrypointarn): String
  [EventBridgeRuleTemplateGroupIdentifiers](#cfn-medialive-signalmap-eventbridgeruletemplategroupidentifiers): 
    - String
  [ForceRediscovery](#cfn-medialive-signalmap-forcerediscovery): Boolean
  [Name](#cfn-medialive-signalmap-name): String
  [Tags](#cfn-medialive-signalmap-tags): 
    Key: Value
```

## Properties
<a name="aws-resource-medialive-signalmap-properties"></a>

`CloudWatchAlarmTemplateGroupIdentifiers`  <a name="cfn-medialive-signalmap-cloudwatchalarmtemplategroupidentifiers"></a>
A cloudwatch alarm template group's identifier. Can be either be its id or current name.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Description`  <a name="cfn-medialive-signalmap-description"></a>
A resource's optional description.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DiscoveryEntryPointArn`  <a name="cfn-medialive-signalmap-discoveryentrypointarn"></a>
A top-level supported Amazon Web Services resource ARN to discover a signal map from.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EventBridgeRuleTemplateGroupIdentifiers`  <a name="cfn-medialive-signalmap-eventbridgeruletemplategroupidentifiers"></a>
An eventbridge rule template group's identifier. Can be either be its id or current name.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ForceRediscovery`  <a name="cfn-medialive-signalmap-forcerediscovery"></a>
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-signalmap-name"></a>
A resource's name. Names must be unique within the scope of a resource type in a specific region.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[^\s]+$`  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-medialive-signalmap-tags"></a>
Property description not available.  
*Required*: No  
*Type*: Object of String  
*Pattern*: `.+`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-medialive-signalmap-return-values"></a>

### Ref
<a name="aws-resource-medialive-signalmap-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-medialive-signalmap-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-medialive-signalmap-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
A signal map's ARN (Amazon Resource Name)

`CloudWatchAlarmTemplateGroupIds`  <a name="CloudWatchAlarmTemplateGroupIds-fn::getatt"></a>
An alarm template group's id.

`CreatedAt`  <a name="CreatedAt-fn::getatt"></a>
The date and time of resource creation.

`ErrorMessage`  <a name="ErrorMessage-fn::getatt"></a>
Error message associated with a failed creation or failed update attempt of a signal map.

`EventBridgeRuleTemplateGroupIds`  <a name="EventBridgeRuleTemplateGroupIds-fn::getatt"></a>
An eventbridge rule template group's id.

`Id`  <a name="Id-fn::getatt"></a>
A signal map's id.

`Identifier`  <a name="Identifier-fn::getatt"></a>
Property description not available.

`LastDiscoveredAt`  <a name="LastDiscoveredAt-fn::getatt"></a>
The date and time of latest discovery.

`ModifiedAt`  <a name="ModifiedAt-fn::getatt"></a>
The date and time of latest resource modification.

`MonitorChangesPendingDeployment`  <a name="MonitorChangesPendingDeployment-fn::getatt"></a>
If true, there are pending monitor changes for this signal map that can be deployed.

`Status`  <a name="Status-fn::getatt"></a>
A signal map's current status, which is dependent on its lifecycle actions or associated jobs.

# AWS::MediaLive::SignalMap MediaResource
<a name="aws-properties-medialive-signalmap-mediaresource"></a>

An Amazon Web Services resource used in media workflows.

## Syntax
<a name="aws-properties-medialive-signalmap-mediaresource-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-signalmap-mediaresource-syntax.json"></a>

```
{
  "[Destinations](#cfn-medialive-signalmap-mediaresource-destinations)" : [ MediaResourceNeighbor, ... ],
  "[Name](#cfn-medialive-signalmap-mediaresource-name)" : String,
  "[Sources](#cfn-medialive-signalmap-mediaresource-sources)" : [ MediaResourceNeighbor, ... ]
}
```

### YAML
<a name="aws-properties-medialive-signalmap-mediaresource-syntax.yaml"></a>

```
  [Destinations](#cfn-medialive-signalmap-mediaresource-destinations): 
    - MediaResourceNeighbor
  [Name](#cfn-medialive-signalmap-mediaresource-name): String
  [Sources](#cfn-medialive-signalmap-mediaresource-sources): 
    - MediaResourceNeighbor
```

## Properties
<a name="aws-properties-medialive-signalmap-mediaresource-properties"></a>

`Destinations`  <a name="cfn-medialive-signalmap-mediaresource-destinations"></a>
A direct destination neighbor to an Amazon Web Services media resource.  
*Required*: No  
*Type*: Array of [MediaResourceNeighbor](aws-properties-medialive-signalmap-mediaresourceneighbor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-signalmap-mediaresource-name"></a>
The logical name of an Amazon Web Services media resource.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Sources`  <a name="cfn-medialive-signalmap-mediaresource-sources"></a>
A direct source neighbor to an Amazon Web Services media resource.  
*Required*: No  
*Type*: Array of [MediaResourceNeighbor](aws-properties-medialive-signalmap-mediaresourceneighbor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::SignalMap MediaResourceNeighbor
<a name="aws-properties-medialive-signalmap-mediaresourceneighbor"></a>

A direct source or destination neighbor to an Amazon Web Services media resource.

## Syntax
<a name="aws-properties-medialive-signalmap-mediaresourceneighbor-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-signalmap-mediaresourceneighbor-syntax.json"></a>

```
{
  "[Arn](#cfn-medialive-signalmap-mediaresourceneighbor-arn)" : String,
  "[Name](#cfn-medialive-signalmap-mediaresourceneighbor-name)" : String
}
```

### YAML
<a name="aws-properties-medialive-signalmap-mediaresourceneighbor-syntax.yaml"></a>

```
  [Arn](#cfn-medialive-signalmap-mediaresourceneighbor-arn): String
  [Name](#cfn-medialive-signalmap-mediaresourceneighbor-name): String
```

## Properties
<a name="aws-properties-medialive-signalmap-mediaresourceneighbor-properties"></a>

`Arn`  <a name="cfn-medialive-signalmap-mediaresourceneighbor-arn"></a>
The ARN of a resource used in Amazon Web Services media workflows.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn.+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-medialive-signalmap-mediaresourceneighbor-name"></a>
The logical name of an Amazon Web Services media resource.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::SignalMap MonitorDeployment
<a name="aws-properties-medialive-signalmap-monitordeployment"></a>

Represents the latest monitor deployment of a signal map.

## Syntax
<a name="aws-properties-medialive-signalmap-monitordeployment-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-signalmap-monitordeployment-syntax.json"></a>

```
{
  "[DetailsUri](#cfn-medialive-signalmap-monitordeployment-detailsuri)" : String,
  "[ErrorMessage](#cfn-medialive-signalmap-monitordeployment-errormessage)" : String,
  "[Status](#cfn-medialive-signalmap-monitordeployment-status)" : String
}
```

### YAML
<a name="aws-properties-medialive-signalmap-monitordeployment-syntax.yaml"></a>

```
  [DetailsUri](#cfn-medialive-signalmap-monitordeployment-detailsuri): String
  [ErrorMessage](#cfn-medialive-signalmap-monitordeployment-errormessage): String
  [Status](#cfn-medialive-signalmap-monitordeployment-status): String
```

## Properties
<a name="aws-properties-medialive-signalmap-monitordeployment-properties"></a>

`DetailsUri`  <a name="cfn-medialive-signalmap-monitordeployment-detailsuri"></a>
URI associated with a signal map's monitor deployment.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ErrorMessage`  <a name="cfn-medialive-signalmap-monitordeployment-errormessage"></a>
Error message associated with a failed monitor deployment of a signal map.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Status`  <a name="cfn-medialive-signalmap-monitordeployment-status"></a>
The signal map monitor deployment status.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `NOT_DEPLOYED | DRY_RUN_DEPLOYMENT_COMPLETE | DRY_RUN_DEPLOYMENT_FAILED | DRY_RUN_DEPLOYMENT_IN_PROGRESS | DEPLOYMENT_COMPLETE | DEPLOYMENT_FAILED | DEPLOYMENT_IN_PROGRESS | DELETE_COMPLETE | DELETE_FAILED | DELETE_IN_PROGRESS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::MediaLive::SignalMap SuccessfulMonitorDeployment
<a name="aws-properties-medialive-signalmap-successfulmonitordeployment"></a>

Represents the latest successful monitor deployment of a signal map.

## Syntax
<a name="aws-properties-medialive-signalmap-successfulmonitordeployment-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-medialive-signalmap-successfulmonitordeployment-syntax.json"></a>

```
{
  "[DetailsUri](#cfn-medialive-signalmap-successfulmonitordeployment-detailsuri)" : String,
  "[Status](#cfn-medialive-signalmap-successfulmonitordeployment-status)" : String
}
```

### YAML
<a name="aws-properties-medialive-signalmap-successfulmonitordeployment-syntax.yaml"></a>

```
  [DetailsUri](#cfn-medialive-signalmap-successfulmonitordeployment-detailsuri): String
  [Status](#cfn-medialive-signalmap-successfulmonitordeployment-status): String
```

## Properties
<a name="aws-properties-medialive-signalmap-successfulmonitordeployment-properties"></a>

`DetailsUri`  <a name="cfn-medialive-signalmap-successfulmonitordeployment-detailsuri"></a>
URI associated with a signal map's monitor deployment.  
*Required*: Yes  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Status`  <a name="cfn-medialive-signalmap-successfulmonitordeployment-status"></a>
A signal map's monitor deployment status.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `NOT_DEPLOYED | DRY_RUN_DEPLOYMENT_COMPLETE | DRY_RUN_DEPLOYMENT_FAILED | DRY_RUN_DEPLOYMENT_IN_PROGRESS | DEPLOYMENT_COMPLETE | DEPLOYMENT_FAILED | DEPLOYMENT_IN_PROGRESS | DELETE_COMPLETE | DELETE_FAILED | DELETE_IN_PROGRESS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)