FunctionFileSystemConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>

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>

Path where the function can access the file system, starting with /mnt/.

Functions

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