FileSystemConfigResponse

data class FileSystemConfigResponse(val arn: String? = null, val localMountPath: String? = null)

Definition of FileSystemConfig

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: 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: String? = null

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