AWS::Transfer::User HomeDirectoryMapEntry - 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).

AWS::Transfer::User HomeDirectoryMapEntry

Represents an object that contains entries and targets for HomeDirectoryMappings.

Syntax

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

JSON

{ "Entry" : String, "Target" : String }

YAML

Entry: String Target: String

Properties

Entry

Represents an entry for HomeDirectoryMappings.

Required: Yes

Type: String

Maximum: 1024

Pattern: ^/.*

Update requires: No interruption

Target

Represents the map target that is used in a HomeDirectorymapEntry.

Required: Yes

Type: String

Maximum: 1024

Pattern: ^/.*

Update requires: No interruption

See also

HomeDirectoryMapEntry in the Amazon Transfer Family User Guide.