@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.455Z") @Stability(value=Stable) public abstract class FileSystemBase extends Resource implements IFileSystem
software.amazon.jsii.JsiiObject.InitializationModeIFileSystem.Jsii$DefaultIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
FileSystemBase(software.constructs.Construct scope,
String id) |
protected |
FileSystemBase(software.constructs.Construct scope,
String id,
ResourceProps props) |
protected |
FileSystemBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FileSystemBase(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract Connections |
getConnections()
The security groups/rules used to allow network connections to the file system.
|
abstract String |
getDnsName()
The DNS name assigned to this file system.
|
abstract String |
getFileSystemId()
The ID of the file system, assigned by Amazon FSx.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected FileSystemBase(software.amazon.jsii.JsiiObjectRef objRef)
protected FileSystemBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
protected FileSystemBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ResourceProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable)
protected FileSystemBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Stable) @NotNull public abstract Connections getConnections()
getConnections in interface IConnectable@Stability(value=Stable) @NotNull public abstract String getDnsName()
@Stability(value=Stable) @NotNull public abstract String getFileSystemId()
getFileSystemId in interface IFileSystemCopyright © 2022. All rights reserved.