Interface CfnComputeNodeGroup.ISlurmCustomSettingProperty
Additional settings that directly map to Slurm settings.
Namespace: Amazon.CDK.AwsPcs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISlurmCustomSettingProperty
Syntax (vb)
Public Interface ISlurmCustomSettingProperty
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 slurmCustomSettingProperty = new SlurmCustomSettingProperty {
ParameterName = "parameterName",
ParameterValue = "parameterValue"
};
Synopsis
Properties
Parameter |
AWS PCS supports configuration of the following Slurm parameters:. |
Parameter |
The values for the configured Slurm settings. |
Properties
ParameterName
AWS PCS supports configuration of the following Slurm parameters:.
string ParameterName { get; }
Property Value
System.
Remarks
ParameterValue
The values for the configured Slurm settings.
string ParameterValue { get; }
Property Value
System.