Module Values.FileSystemConfigSource

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

Sourcetype nonrec t = {
  1. arn : FileSystemArn.t;
    (*

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

    *)
  2. localMountPath : LocalMountPath.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : arn:FileSystemArn.t -> localMountPath:LocalMountPath.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FileSystemArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t