AWS::Transfer::Workflow EfsInputFileLocation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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