AWS::Transfer::Workflow EfsInputFileLocation
Specifies the Amazon EFS identifier and the path for the file being used.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FileSystemId" :String, "Path" :String}
YAML
FileSystemId:StringPath:String
Properties
FileSystemId-
The identifier of the file system, assigned by Amazon EFS.
Required: No
Type: String
Update requires: Replacement
Path-
The pathname for the folder being used by a workflow.
Required: No
Type: String
Update requires: Replacement