Interface CfnComputeNodeGroup.SlurmCustomSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComputeNodeGroup.SlurmCustomSettingProperty.Jsii$Proxy
- Enclosing class:
CfnComputeNodeGroup
@Stability(Stable)
public static interface CfnComputeNodeGroup.SlurmCustomSettingProperty
extends software.amazon.jsii.JsiiSerializable
Additional settings that directly map to Slurm settings.
AWS PCS supports a subset of Slurm settings. For more information, see Configuring custom Slurm settings in AWS PCS in the AWS PCS User Guide .
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.*;
SlurmCustomSettingProperty slurmCustomSettingProperty = SlurmCustomSettingProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnComputeNodeGroup.SlurmCustomSettingPropertystatic final classAn implementation forCfnComputeNodeGroup.SlurmCustomSettingProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()AWS PCS supports custom Slurm settings for clusters, compute node groups, and queues.The values for the configured Slurm settings.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParameterName
AWS PCS supports custom Slurm settings for clusters, compute node groups, and queues.For more information, see Configuring custom Slurm settings in AWS PCS in the AWS PCS User Guide .
- See Also:
-
getParameterValue
The values for the configured Slurm settings.- See Also:
-
builder
-