Uses of Class
software.amazon.awscdk.services.transfer.CfnUser.Builder
Package
Description
AWS Transfer for SFTP Construct Library
-
Uses of CfnUser.Builder in software.amazon.awscdk.services.transfer
Modifier and TypeMethodDescriptionstatic CfnUser.Builder
CfnUser.Builder.homeDirectory
(String homeDirectory) The landing directory (folder) for a user when they log in to the server using the client.CfnUser.Builder.homeDirectoryMappings
(List<? extends Object> homeDirectoryMappings) Logical directory mappings that specify what Amazon S3 paths and keys should be visible to your user and how you want to make them visible.CfnUser.Builder.homeDirectoryMappings
(IResolvable homeDirectoryMappings) Logical directory mappings that specify what Amazon S3 paths and keys should be visible to your user and how you want to make them visible.CfnUser.Builder.homeDirectoryType
(String homeDirectoryType) The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.A session policy for your user so you can use the same IAM role across multiple users.CfnUser.Builder.posixProfile
(IResolvable posixProfile) Specifies the full POSIX identity, including user ID (Uid
), group ID (Gid
), and any secondary groups IDs (SecondaryGids
), that controls your users' access to your Amazon Elastic File System (Amazon EFS) file systems.CfnUser.Builder.posixProfile
(CfnUser.PosixProfileProperty posixProfile) Specifies the full POSIX identity, including user ID (Uid
), group ID (Gid
), and any secondary groups IDs (SecondaryGids
), that controls your users' access to your Amazon Elastic File System (Amazon EFS) file systems.The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that controls your users' access to your Amazon S3 bucket or Amazon EFS file system.A system-assigned unique identifier for a server instance.CfnUser.Builder.sshPublicKeys
(List<String> sshPublicKeys) Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.Key-value pairs that can be used to group and search for users.A unique string that identifies a user and is associated with aServerId
.