| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PosixUser.Jsii$Proxy
An implementation for
PosixUser |
| Modifier and Type | Method and Description |
|---|---|
PosixUser |
PosixUser.Builder.build()
Builds the configured instance.
|
default PosixUser |
AccessPointOptions.getPosixUser()
(experimental) The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.
|
PosixUser |
AccessPointOptions.Jsii$Proxy.getPosixUser() |
PosixUser |
AccessPointProps.Jsii$Proxy.getPosixUser() |
| Modifier and Type | Method and Description |
|---|---|
AccessPointOptions.Builder |
AccessPointOptions.Builder.posixUser(PosixUser posixUser)
Sets the value of
AccessPointOptions.getPosixUser() |
AccessPointProps.Builder |
AccessPointProps.Builder.posixUser(PosixUser posixUser)
Sets the value of
AccessPointOptions.getPosixUser() |
AccessPoint.Builder |
AccessPoint.Builder.posixUser(PosixUser posixUser)
(experimental) The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.
|
| Constructor and Description |
|---|
Jsii$Proxy(Acl createAcl,
String path,
PosixUser posixUser)
Constructor that initializes the object based on literal property values passed by the
AccessPointOptions.Builder. |
Jsii$Proxy(IFileSystem fileSystem,
Acl createAcl,
String path,
PosixUser posixUser)
Constructor that initializes the object based on literal property values passed by the
AccessPointProps.Builder. |
Copyright © 2021. All rights reserved.