Class FileSystemBase

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.fsx.FileSystemBase
All Implemented Interfaces:
IResource, IConnectable, IFileSystem, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable
Direct Known Subclasses:
LustreFileSystem

@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-03-14T22:21:55.863Z") @Stability(Stable) public abstract class FileSystemBase extends Resource implements IFileSystem
A new or imported FSx file system.
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.IFileSystem

    IFileSystem.Jsii$Default

    Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource

    IResource.Jsii$Default
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    FileSystemBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    FileSystemBase(software.amazon.jsii.JsiiObjectRef objRef)
     
    protected
    FileSystemBase(software.constructs.Construct scope, String id)
     
    protected
    FileSystemBase(software.constructs.Construct scope, String id, ResourceProps props)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract Connections
    The security groups/rules used to allow network connections to the file system.
    abstract String
    The DNS name assigned to this file system.
    abstract String
    The ID of the file system, assigned by Amazon FSx.

    Methods inherited from class software.constructs.Construct

    getNode, isConstruct, toString

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • FileSystemBase

      protected FileSystemBase(software.amazon.jsii.JsiiObjectRef objRef)
    • FileSystemBase

      protected FileSystemBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • FileSystemBase

      @Stability(Stable) protected FileSystemBase(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ResourceProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props -
    • FileSystemBase

      @Stability(Stable) protected FileSystemBase(@NotNull software.constructs.Construct scope, @NotNull String id)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
  • Method Details

    • getConnections

      @Stability(Stable) @NotNull public abstract Connections getConnections()
      The security groups/rules used to allow network connections to the file system.
      Specified by:
      getConnections in interface IConnectable
    • getDnsName

      @Stability(Stable) @NotNull public abstract String getDnsName()
      The DNS name assigned to this file system.
    • getFileSystemId

      @Stability(Stable) @NotNull public abstract String getFileSystemId()
      The ID of the file system, assigned by Amazon FSx.
      Specified by:
      getFileSystemId in interface IFileSystem