

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

# AWS::MediaLive::Channel 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)