Interface CfnCluster.SchedulerProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.SchedulerProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.SchedulerProperty
extends software.amazon.jsii.JsiiSerializable
The cluster management and job scheduling software associated with the cluster.
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.*; SchedulerProperty schedulerProperty = SchedulerProperty.builder() .type("type") .version("version") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.SchedulerProperty
static final class
An implementation forCfnCluster.SchedulerProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The software AWS PCS uses to manage cluster scaling and job scheduling.- See Also:
-
getVersion
The version of the specified scheduling software that AWS PCS uses to manage cluster scaling and job scheduling.For more information, see Slurm versions in AWS PCS in the AWS PCS User Guide .
Valid Values:
23.11 | 24.05 | 24.11
- See Also:
-
builder
-