@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.514Z") @Stability(value=Experimental) public class FileSystem extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
FileSystem(FileSystemConfig config) |
protected |
FileSystem(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FileSystem(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static FileSystem |
fromEfsAccessPoint(IAccessPoint ap,
String mountPath)
(experimental) mount the filesystem from Amazon EFS.
|
FileSystemConfig |
getConfig()
(experimental) the FileSystem configurations for the Lambda function.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected FileSystem(software.amazon.jsii.JsiiObjectRef objRef)
protected FileSystem(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
protected FileSystem(@NotNull
FileSystemConfig config)
config - the FileSystem configurations for the Lambda function. This parameter is required.@Stability(value=Experimental) @NotNull public static FileSystem fromEfsAccessPoint(@NotNull IAccessPoint ap, @NotNull String mountPath)
ap - the Amazon EFS access point. This parameter is required.mountPath - the target path in the lambda runtime environment. This parameter is required.@Stability(value=Experimental) @NotNull public FileSystemConfig getConfig()
Copyright © 2021. All rights reserved.