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.116.0 (build 0eddcff)",
date="2025-10-29T11:15:40.559Z")
@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.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.IFileSystem
IFileSystem.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFileSystemBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedFileSystemBase(software.amazon.jsii.JsiiObjectRef objRef) protectedFileSystemBase(software.constructs.Construct scope, String id) protectedFileSystemBase(software.constructs.Construct scope, String id, ResourceProps props) -
Method Summary
Modifier and TypeMethodDescriptionabstract ConnectionsThe security groups/rules used to allow network connections to the file system.abstract StringThe DNS name assigned to this file system.abstract StringThe ID of the file system, assigned by Amazon FSx.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods 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:
getConnectionsin interfaceIConnectable
-
getDnsName
The DNS name assigned to this file system. -
getFileSystemId
The ID of the file system, assigned by Amazon FSx.- Specified by:
getFileSystemIdin interfaceIFileSystem
-