Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnUserPropsMixin.Builder
Packages that use CfnUserPropsMixin.Builder
-
Uses of CfnUserPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.transfer
Methods in software.amazon.awscdk.cfnpropertymixins.services.transfer that return CfnUserPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnUserPropsMixin.BuilderCfnUserPropsMixin.Builder.create()static CfnUserPropsMixin.BuilderCfnUserPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUserPropsMixin.Builder.homeDirectory(String homeDirectory) The landing directory (folder) for a user when they log in to the server using the client.CfnUserPropsMixin.Builder.homeDirectoryMappings(List<? extends Object> homeDirectoryMappings) Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.CfnUserPropsMixin.Builder.homeDirectoryMappings(IResolvable homeDirectoryMappings) Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your user and how you want to make them visible.CfnUserPropsMixin.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.CfnUserPropsMixin.Builder.posixProfile(CfnUserPropsMixin.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.CfnUserPropsMixin.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.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.CfnUserPropsMixin.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.