

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