Interface CfnSpacePropsMixin.FSxLustreFileSystemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpacePropsMixin.FSxLustreFileSystemProperty.Jsii$Proxy
- Enclosing class:
CfnSpacePropsMixin
@Stability(Stable)
public static interface CfnSpacePropsMixin.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.cfnpropertymixins.services.sagemaker.*;
FSxLustreFileSystemProperty fSxLustreFileSystemProperty = FSxLustreFileSystemProperty.builder()
.fileSystemId("fileSystemId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSpacePropsMixin.FSxLustreFileSystemPropertystatic final classAn implementation forCfnSpacePropsMixin.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
-