Interface CfnQueue.SlurmCustomSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQueue.SlurmCustomSettingProperty.Jsii$Proxy
- Enclosing class:
CfnQueue
@Stability(Stable)
public static interface CfnQueue.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.services.pcs.*; SlurmCustomSettingProperty slurmCustomSettingProperty = SlurmCustomSettingProperty.builder() .parameterName("parameterName") .parameterValue("parameterValue") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnQueue.SlurmCustomSettingProperty
static final class
An implementation forCfnQueue.SlurmCustomSettingProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
AWS PCS supports configuration of the Slurm parameters for queues:.The value for the configured Slurm setting.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
-