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" } ]
** 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
For more information about using this API in one of the language-specific AWS SDKs, see the following: