@Stability(value=Stable)
public static interface CfnFunction.FileSystemConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
FileSystemConfigProperty fileSystemConfigProperty = FileSystemConfigProperty.builder()
.arn("arn")
.localMountPath("localMountPath")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.FileSystemConfigProperty.Builder
A builder for
CfnFunction.FileSystemConfigProperty |
static class |
CfnFunction.FileSystemConfigProperty.Jsii$Proxy
An implementation for
CfnFunction.FileSystemConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.FileSystemConfigProperty.Builder |
builder() |
String |
getArn()
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
|
String |
getLocalMountPath()
The path where the function can access the file system, starting with `/mnt/` .
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) @NotNull String getLocalMountPath()
@Stability(value=Stable) static CfnFunction.FileSystemConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.