You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lambda::Types::FileSystemConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FileSystemConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  arn: "FileSystemArn", # required
  local_mount_path: "LocalMountPath", # required
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)

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

#local_mount_pathString

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

Returns:

  • (String)

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