Class FileSystemBase
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.Resource
software.amazon.awscdk.services.fsx.FileSystemBase
- All Implemented Interfaces:
IConstruct
,IDependable
,IResource
,IConnectable
,IFileSystem
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
- Direct Known Subclasses:
LustreFileSystem
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:40.274Z")
@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.constructs.Construct
software.constructs.Construct.Builder
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
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.core.IResource
IResource.Jsii$Default
-
Constructor Summary
ModifierConstructorDescriptionprotected
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 TypeMethodDescriptionabstract 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.amazon.awscdk.core.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
Methods inherited from class software.constructs.Construct
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.amazon.awscdk.core.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
The security groups/rules used to allow network connections to the file system.- Specified by:
getConnections
in interfaceIConnectable
-
getDnsName
The DNS name assigned to this file system. -
getFileSystemId
The ID of the file system, assigned by Amazon FSx.- Specified by:
getFileSystemId
in interfaceIFileSystem
-