AWS::Transfer::Workflow EfsInputFileLocation - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Transfer::Workflow EfsInputFileLocation

Specifies the Amazon EFS identifier and the path for the file being used.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "FileSystemId" : String, "Path" : String }

YAML

FileSystemId: String Path: String

Properties

FileSystemId

The identifier of the file system, assigned by Amazon EFS.

Required: No

Type: String

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})$

Minimum: 0

Maximum: 128

Update requires: Replacement

Path

The pathname for the folder being used by a workflow.

Required: No

Type: String

Pattern: ^[^\x00]+$

Minimum: 1

Maximum: 65536

Update requires: Replacement