FunctionFileSystemConfig

data class FunctionFileSystemConfig(val arn: String, val localMountPath: String)

Constructors

Link copied to clipboard
fun FunctionFileSystemConfig(arn: String, localMountPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

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

Link copied to clipboard

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