

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::IoT::Job SchedulingConfig
<a name="aws-properties-iot-job-schedulingconfig"></a>

<a name="aws-properties-iot-job-schedulingconfig-description"></a>The `SchedulingConfig` property type specifies Property description not available. for an [AWS::IoT::Job](aws-resource-iot-job.md).

## Syntax
<a name="aws-properties-iot-job-schedulingconfig-syntax"></a>

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

### JSON
<a name="aws-properties-iot-job-schedulingconfig-syntax.json"></a>

```
{
  "[EndBehavior](#cfn-iot-job-schedulingconfig-endbehavior)" : {{String}},
  "[EndTime](#cfn-iot-job-schedulingconfig-endtime)" : {{String}},
  "[MaintenanceWindows](#cfn-iot-job-schedulingconfig-maintenancewindows)" : {{[ MaintenanceWindow, ... ]}},
  "[StartTime](#cfn-iot-job-schedulingconfig-starttime)" : {{String}}
}
```

### YAML
<a name="aws-properties-iot-job-schedulingconfig-syntax.yaml"></a>

```
  [EndBehavior](#cfn-iot-job-schedulingconfig-endbehavior): {{String}}
  [EndTime](#cfn-iot-job-schedulingconfig-endtime): {{String}}
  [MaintenanceWindows](#cfn-iot-job-schedulingconfig-maintenancewindows): {{
    - MaintenanceWindow}}
  [StartTime](#cfn-iot-job-schedulingconfig-starttime): {{String}}
```

## Properties
<a name="aws-properties-iot-job-schedulingconfig-properties"></a>

`EndBehavior`  <a name="cfn-iot-job-schedulingconfig-endbehavior"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Allowed values*: `STOP_ROLLOUT | CANCEL | FORCE_CANCEL`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`EndTime`  <a name="cfn-iot-job-schedulingconfig-endtime"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `64`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`MaintenanceWindows`  <a name="cfn-iot-job-schedulingconfig-maintenancewindows"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [MaintenanceWindow](aws-properties-iot-job-maintenancewindow.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`StartTime`  <a name="cfn-iot-job-schedulingconfig-starttime"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `64`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)