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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.FSxLustreConfigProperty
static final class
An implementation forCfnCluster.FSxLustreConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPerUnitStorageThroughput
The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.- See Also:
-
getSizeInGiB
The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).- See Also:
-
builder
-