

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# 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 Amazon 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.amazonaws.cn/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.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)