| 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.
|
PosixUser |
AccessPointProps.Jsii$Proxy.getPosixUser() |
default PosixUser |
AccessPointOptions.getPosixUser()
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() |
| Modifier and Type | Method and Description |
|---|---|
AccessPoint.Builder |
AccessPoint.Builder.posixUser(PosixUser posixUser)
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.
|
AccessPointProps.Builder |
AccessPointProps.Builder.posixUser(PosixUser posixUser)
Sets the value of
AccessPointOptions.getPosixUser() |
AccessPointOptions.Builder |
AccessPointOptions.Builder.posixUser(PosixUser posixUser)
Sets the value of
AccessPointOptions.getPosixUser() |
Copyright © 2022. All rights reserved.