@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.139Z") @Stability(value=Experimental) 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()
(experimental) The security groups/rules used to allow network connections to the file system.
|
abstract String |
getDnsName()
(experimental) The DNS name assigned to this file system.
|
abstract String |
getFileSystemId()
(experimental) The ID of the file system, assigned by Amazon FSx.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, 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=Experimental)
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=Experimental)
protected FileSystemBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public abstract Connections getConnections()
getConnections in interface IConnectable@Stability(value=Experimental) @NotNull public abstract String getDnsName()
@Stability(value=Experimental) @NotNull public abstract String getFileSystemId()
getFileSystemId in interface IFileSystemCopyright © 2021. All rights reserved.