| Package | Description |
|---|---|
| software.amazon.awscdk.services.transfer |
AWS Transfer for SFTP Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnUser.PosixProfileProperty.Jsii$Proxy
An implementation for
CfnUser.PosixProfileProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnUser.PosixProfileProperty |
CfnUser.PosixProfileProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
CfnUserProps.Builder |
CfnUserProps.Builder.posixProfile(CfnUser.PosixProfileProperty posixProfile)
Sets the value of
CfnUserProps.getPosixProfile() |
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.
|
void |
CfnUser.setPosixProfile(CfnUser.PosixProfileProperty value)
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.
|
Copyright © 2022. All rights reserved.