Interface CfnCluster.FSxLustreConfigProperty

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

@Stability(Stable) public static interface CfnCluster.FSxLustreConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration settings for an Amazon FSx for Lustre file system to be used 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.sagemaker.*;
 FSxLustreConfigProperty fSxLustreConfigProperty = FSxLustreConfigProperty.builder()
         .perUnitStorageThroughput(123)
         .sizeInGiB(123)
         .build();
 

See Also: