

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::Deadline::Queue SchedulingMaxPriorityOverride
<a name="aws-properties-deadline-queue-schedulingmaxpriorityoverride"></a>

Defines the override behavior for jobs at the maximum priority (100) in weighted balanced scheduling.

## Syntax
<a name="aws-properties-deadline-queue-schedulingmaxpriorityoverride-syntax"></a>

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

### JSON
<a name="aws-properties-deadline-queue-schedulingmaxpriorityoverride-syntax.json"></a>

```
{
  "[AlwaysScheduleFirst](#cfn-deadline-queue-schedulingmaxpriorityoverride-alwaysschedulefirst)" : {{Json}}
}
```

### YAML
<a name="aws-properties-deadline-queue-schedulingmaxpriorityoverride-syntax.yaml"></a>

```
  [AlwaysScheduleFirst](#cfn-deadline-queue-schedulingmaxpriorityoverride-alwaysschedulefirst): {{Json}}
```

## Properties
<a name="aws-properties-deadline-queue-schedulingmaxpriorityoverride-properties"></a>

`AlwaysScheduleFirst`  <a name="cfn-deadline-queue-schedulingmaxpriorityoverride-alwaysschedulefirst"></a>
Jobs at the maximum priority (100) are always scheduled before other jobs, regardless of the weighted scheduling formula. If multiple jobs have priority 100, ties are broken using the standard weighted formula.  
*Required*: Yes  
*Type*: Json  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)