Values.FileSystemConfigSourceDetails about the connection between a Lambda function and an Amazon EFS file system or an Amazon S3 Files file system.
type nonrec t = {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.
*)localMountPath : LocalMountPath.t;The path where the function can access the file system, starting with /mnt/.
*)}