

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::PCS::Cluster SlurmCustomSetting
<a name="aws-properties-pcs-cluster-slurmcustomsetting"></a>

Additional settings that directly map to Slurm settings.

**Important**  
Amazon PCS supports a subset of Slurm settings. For more information, see [Configuring custom Slurm settings in Amazon PCS](https://docs.amazonaws.cn//pcs/latest/userguide/slurm-custom-settings.html) in the *Amazon PCS User Guide*.

## Syntax
<a name="aws-properties-pcs-cluster-slurmcustomsetting-syntax"></a>

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

### JSON
<a name="aws-properties-pcs-cluster-slurmcustomsetting-syntax.json"></a>

```
{
  "[ParameterName](#cfn-pcs-cluster-slurmcustomsetting-parametername)" : {{String}},
  "[ParameterValue](#cfn-pcs-cluster-slurmcustomsetting-parametervalue)" : {{String}}
}
```

### YAML
<a name="aws-properties-pcs-cluster-slurmcustomsetting-syntax.yaml"></a>

```
  [ParameterName](#cfn-pcs-cluster-slurmcustomsetting-parametername): {{String}}
  [ParameterValue](#cfn-pcs-cluster-slurmcustomsetting-parametervalue): {{String}}
```

## Properties
<a name="aws-properties-pcs-cluster-slurmcustomsetting-properties"></a>

`ParameterName`  <a name="cfn-pcs-cluster-slurmcustomsetting-parametername"></a>
Amazon PCS supports custom Slurm settings for clusters, compute node groups, and queues. For more information, see [Configuring custom Slurm settings in Amazon PCS](https://docs.amazonaws.cn//pcs/latest/userguide/slurm-custom-settings.html) in the *Amazon PCS User Guide*.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterValue`  <a name="cfn-pcs-cluster-slurmcustomsetting-parametervalue"></a>
The values for the configured Slurm settings.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)