Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.4 KB

API_HomeDirectoryMapEntry.md

File metadata and controls

31 lines (23 loc) · 1.4 KB

HomeDirectoryMapEntry

Represents an object that contains entries and targets for HomeDirectoryMappings.

The following is an Entry and Target pair example for chroot.

[ { "Entry": "/", "Target": "/bucket_name/home/mydirectory" } ]

Contents

** Entry ** Represents an entry for HomeDirectoryMappings.
Type: String
Length Constraints: Maximum length of 1024.
Pattern: ^/.*
Required: Yes

** Target ** Represents the map target that is used in a HomeDirectorymapEntry.
Type: String
Length Constraints: Maximum length of 1024.
Pattern: ^/.*
Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: