Interface CfnQueue.SlurmConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQueue.SlurmConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnQueue
@Stability(Stable)
public static interface CfnQueue.SlurmConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The Slurm configuration for the queue.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pcs.*;
SlurmConfigurationProperty slurmConfigurationProperty = SlurmConfigurationProperty.builder()
.slurmCustomSettings(List.of(SlurmCustomSettingProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQueue.SlurmConfigurationPropertystatic final classAn implementation forCfnQueue.SlurmConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSlurmCustomSettings
Custom Slurm parameters that directly map to Slurm configuration settings.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnQueue.SlurmCustomSettingProperty>- See Also:
-
builder
-