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).
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 Amazon SDKs, see the following: