FunctionFileSystemConfigArgs

data class FunctionFileSystemConfigArgs(val arn: Output<String>, val localMountPath: Output<String>) : ConvertibleToJava<FunctionFileSystemConfigArgs>

Details about the connection between a Lambda function and an Amazon EFS file system.

Constructors

Link copied to clipboard
constructor(arn: Output<String>, localMountPath: Output<String>)

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.

Link copied to clipboard
val localMountPath: Output<String>

The path where the function can access the file system, starting with `/mnt/`.

Functions

Link copied to clipboard
open override fun toJava(): FunctionFileSystemConfigArgs