FileSystemConfigArgs

data class FileSystemConfigArgs(val arn: Output<String>? = null, val localMountPath: Output<String>? = null) : ConvertibleToJava<FileSystemConfigArgs>

Definition of FileSystemConfig

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>? = null

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>? = null

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

Functions

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