Values.EfsFileLocationSourceSpecifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using Amazon Elastic File Systems (Amazon EFS) for storage.
type nonrec t = {fileSystemId : EfsFileSystemId.t option;The identifier of the file system, assigned by Amazon EFS.
*)path : EfsPath.t option;The pathname for the folder being used by a workflow.
*)}