Interface CfnQueuePropsMixin.ISlurmConfigurationProperty
The Slurm configuration for the queue.
Namespace: Amazon.CDK.Mixins.Preview.AWS.PCS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnQueuePropsMixin.ISlurmConfigurationProperty
Syntax (vb)
Public Interface CfnQueuePropsMixin.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.Mixins.Preview.AWS.PCS.Mixins;
var slurmConfigurationProperty = new SlurmConfigurationProperty {
SlurmCustomSettings = new [] { new SlurmCustomSettingProperty {
ParameterName = "parameterName",
ParameterValue = "parameterValue"
} }
};
Synopsis
Properties
| SlurmCustomSettings | Custom Slurm parameters that directly map to Slurm configuration settings. |
Properties
SlurmCustomSettings
Custom Slurm parameters that directly map to Slurm configuration settings.
object? SlurmCustomSettings { get; }