homeDirectoryType property

HomeDirectoryType? homeDirectoryType
final

Specifies the type of landing directory (folder) you mapped for your users' home directory. If you set it to PATH, the user will see the absolute Amazon S3 bucket paths as is in their file transfer protocol clients. If you set it LOGICAL, you will need to provide mappings in the HomeDirectoryMappings for how you want to make Amazon S3 paths visible to your users.

Implementation

final HomeDirectoryType? homeDirectoryType;