Interface CfnComputeNodeGroup.ISlurmConfigurationProperty
Additional options related to the Slurm scheduler.
Namespace: Amazon.CDK.AwsPcs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISlurmConfigurationProperty
Syntax (vb)
Public Interface ISlurmConfigurationProperty
Remarks
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.Aws_pcs;
var slurmConfigurationProperty = new SlurmConfigurationProperty {
SlurmCustomSettings = new [] { new SlurmCustomSettingProperty {
ParameterName = "parameterName",
ParameterValue = "parameterValue"
} }
};
Synopsis
Properties
Slurm |
Additional Slurm-specific configuration that directly maps to Slurm settings. |
Properties
SlurmCustomSettings
Additional Slurm-specific configuration that directly maps to Slurm settings.
virtual object SlurmCustomSettings { get; }
Property Value
System.