| 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()
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)
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.
|
Copyright © 2022. All rights reserved.