Interface CfnSpace.FSxLustreFileSystemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpace.FSxLustreFileSystemProperty.Jsii$Proxy
- Enclosing class:
CfnSpace
@Stability(Stable)
public static interface CfnSpace.FSxLustreFileSystemProperty
extends software.amazon.jsii.JsiiSerializable
A custom file system in Amazon FSx for Lustre.
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.*;
FSxLustreFileSystemProperty fSxLustreFileSystemProperty = FSxLustreFileSystemProperty.builder()
.fileSystemId("fileSystemId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpace.FSxLustreFileSystemPropertystatic final classAn implementation forCfnSpace.FSxLustreFileSystemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileSystemId
Amazon FSx for Lustre file system ID.- See Also:
-
builder
-