Interface CfnQueuePropsMixin.SlurmCustomSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQueuePropsMixin.SlurmCustomSettingProperty.Jsii$Proxy
- Enclosing class:
CfnQueuePropsMixin
@Stability(Stable)
public static interface CfnQueuePropsMixin.SlurmCustomSettingProperty
extends software.amazon.jsii.JsiiSerializable
Additional settings that directly map to Slurm settings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.pcs.mixins.*;
SlurmCustomSettingProperty slurmCustomSettingProperty = SlurmCustomSettingProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQueuePropsMixin.SlurmCustomSettingPropertystatic final classAn implementation forCfnQueuePropsMixin.SlurmCustomSettingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParameterName
AWS PCS supports configuration of the Slurm parameters for queues:.- See Also:
-
getParameterValue
The value for the configured Slurm setting.- See Also:
-
builder
-