Interface IFileSystem

All Superinterfaces:
IConnectable, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IFileSystem.Jsii$Default
All Known Implementing Classes:
FileSystemBase, IFileSystem.Jsii$Proxy, LustreFileSystem

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:40.275Z") @Stability(Stable) public interface IFileSystem extends software.amazon.jsii.JsiiSerializable, IConnectable
Interface to implement FSx File Systems.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IFileSystem.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of the file system, assigned by Amazon FSx.

    Methods inherited from interface software.amazon.awscdk.services.ec2.IConnectable

    getConnections

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getFileSystemId

      @Stability(Stable) @NotNull String getFileSystemId()
      The ID of the file system, assigned by Amazon FSx.