AWS::Transfer::Workflow InputFileLocation
Specifies the location for the file that's being processed.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EfsFileLocation" :
EfsInputFileLocation
, "S3FileLocation" :S3InputFileLocation
}
Properties
EfsFileLocation
-
Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.
Required: No
Type: EfsInputFileLocation
Update requires: Replacement
S3FileLocation
-
Specifies the details for the Amazon S3 file that's being copied or decrypted.
Required: No
Type: S3InputFileLocation
Update requires: Replacement