EfsFileLocation
Specifies 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.
Contents
- FileSystemId
-
The identifier of the file system, assigned by Amazon EFS.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 128.
Pattern:
(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:(access-point/fsap|file-system/fs)-[0-9a-f]{8,40}|fs(ap)?-[0-9a-f]{8,40})
Required: No
- Path
-
The pathname for the folder being used by a workflow.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 65536.
Pattern:
[^\x00]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: