Class CfnCluster.SlurmCustomSettingProperty
Additional settings that directly map to Slurm settings.
Inheritance
Implements
Namespace: Amazon.CDK.AwsPcs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SlurmCustomSettingProperty : Object, CfnCluster.ISlurmCustomSettingProperty
Syntax (vb)
Public Class SlurmCustomSettingProperty
Inherits Object
Implements CfnCluster.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
Constructors
Slurm |
Properties
Parameter |
AWS PCS supports configuration of the following Slurm parameters:. |
Parameter |
The values for the configured Slurm settings. |
Constructors
SlurmCustomSettingProperty()
public SlurmCustomSettingProperty()
Properties
ParameterName
AWS PCS supports configuration of the following Slurm parameters:.
public string ParameterName { get; set; }
Property Value
System.
Remarks
ParameterValue
The values for the configured Slurm settings.
public string ParameterValue { get; set; }
Property Value
System.