Interface CfnCluster.SlurmRestProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCluster.SlurmRestProperty.Jsii$Proxy
Enclosing class:
CfnCluster

@Stability(Stable) public static interface CfnCluster.SlurmRestProperty extends software.amazon.jsii.JsiiSerializable
The Slurm REST API configuration includes settings for enabling and configuring the Slurm REST API.

It's a property of the ClusterSlurmConfiguration object.

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.*;
 SlurmRestProperty slurmRestProperty = SlurmRestProperty.builder()
         .mode("mode")
         .build();
 

See Also: