

# ComputeNodeGroupSlurmConfiguration
<a name="API_ComputeNodeGroupSlurmConfiguration"></a>

Additional options related to the Slurm scheduler.

## Contents
<a name="API_ComputeNodeGroupSlurmConfiguration_Contents"></a>

 ** scaleDownIdleTimeInSeconds **   <a name="PCS-Type-ComputeNodeGroupSlurmConfiguration-scaleDownIdleTimeInSeconds"></a>
The time (in seconds) before an idle node is scaled down. If not specified, the cluster-level setting applies. This overrides the cluster-level `scaleDownIdleTimeInSeconds` setting. A value of `-1` removes the override and applies the cluster-level setting to this compute node group. Requires Slurm version 25.11 or later.  
Type: Integer  
Valid Range: Minimum value of -1. Maximum value of 10000000.  
Required: No

 ** slurmCustomSettings **   <a name="PCS-Type-ComputeNodeGroupSlurmConfiguration-slurmCustomSettings"></a>
Additional Slurm-specific configuration that directly maps to Slurm settings.  
Type: Array of [SlurmCustomSetting](API_SlurmCustomSetting.md) objects  
Required: No

## See Also
<a name="API_ComputeNodeGroupSlurmConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/pcs-2023-02-10/ComputeNodeGroupSlurmConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/pcs-2023-02-10/ComputeNodeGroupSlurmConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/pcs-2023-02-10/ComputeNodeGroupSlurmConfiguration) 