Class CfnComputeNodeGroupPropsMixin.SlurmCustomSettingProperty
Additional settings that directly map to Slurm settings.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.PCS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnComputeNodeGroupPropsMixin.SlurmCustomSettingProperty : CfnComputeNodeGroupPropsMixin.ISlurmCustomSettingProperty
Syntax (vb)
Public Class CfnComputeNodeGroupPropsMixin.SlurmCustomSettingProperty Implements CfnComputeNodeGroupPropsMixin.ISlurmCustomSettingProperty
Remarks
AWS PCS supports a subset of Slurm settings. For more information, see <a href="https://docs.aws.amazon.com//pcs/latest/userguide/slurm-custom-settings.html">Configuring custom Slurm settings in AWS PCS</a> in the <em>AWS PCS User Guide</em> .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.PCS.Mixins;
var slurmCustomSettingProperty = new SlurmCustomSettingProperty {
ParameterName = "parameterName",
ParameterValue = "parameterValue"
};
Synopsis
Constructors
| SlurmCustomSettingProperty() | Additional settings that directly map to Slurm settings. |
Properties
| ParameterName | AWS PCS supports custom Slurm settings for clusters, compute node groups, and queues. |
| ParameterValue | The values for the configured Slurm settings. |
Constructors
SlurmCustomSettingProperty()
Additional settings that directly map to Slurm settings.
public SlurmCustomSettingProperty()
Remarks
AWS PCS supports a subset of Slurm settings. For more information, see <a href="https://docs.aws.amazon.com//pcs/latest/userguide/slurm-custom-settings.html">Configuring custom Slurm settings in AWS PCS</a> in the <em>AWS PCS User Guide</em> .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.PCS.Mixins;
var slurmCustomSettingProperty = new SlurmCustomSettingProperty {
ParameterName = "parameterName",
ParameterValue = "parameterValue"
};
Properties
ParameterName
AWS PCS supports custom Slurm settings for clusters, compute node groups, and queues.
public string? ParameterName { get; set; }
Property Value
Remarks
For more information, see Configuring custom Slurm settings in AWS PCS in the AWS PCS User Guide .
ParameterValue
The values for the configured Slurm settings.
public string? ParameterValue { get; set; }