| Modifier and Type | Method and Description |
|---|---|
static CfnUser.Builder |
CfnUser.Builder.create(Construct scope,
String id) |
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 |
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 |
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 |
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.
|
CfnUser.Builder |
CfnUser.Builder.policy(String policy)
A session policy for your user so you can use the same IAM role across multiple users.
|
CfnUser.Builder |
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.
|
CfnUser.Builder |
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 |
CfnUser.Builder.role(String role)
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.
|
CfnUser.Builder |
CfnUser.Builder.serverId(String serverId)
A system-assigned unique identifier for a server instance.
|
CfnUser.Builder |
CfnUser.Builder.sshPublicKeys(List<String> sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
CfnUser.Builder |
CfnUser.Builder.tags(List<? extends CfnTag> tags)
Key-value pairs that can be used to group and search for users.
|
CfnUser.Builder |
CfnUser.Builder.userName(String userName)
A unique string that identifies a user and is associated with a `ServerId` .
|
Copyright © 2023. All rights reserved.