class Aws::Lambda::Types::FileSystemConfig

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

[1]: docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html

@note When making an API call, you may pass FileSystemConfig

data as a hash:

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

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the Amazon EFS access point that
provides access to the file system.
@return [String]

@!attribute [rw] local_mount_path

The path where the function can access the file system, starting
with `/mnt/`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/FileSystemConfig AWS API Documentation

Constants

SENSITIVE