Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PosixUser = PosixUser' {}
- newPosixUser :: Natural -> Natural -> PosixUser
- posixUser_secondaryGids :: Lens' PosixUser (Maybe [Natural])
- posixUser_uid :: Lens' PosixUser Natural
- posixUser_gid :: Lens' PosixUser Natural
Documentation
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.
See: newPosixUser
smart constructor.
PosixUser' | |
|
Instances
Eq PosixUser Source # | |
Read PosixUser Source # | |
Show PosixUser Source # | |
Generic PosixUser Source # | |
NFData PosixUser Source # | |
Defined in Amazonka.EFS.Types.PosixUser | |
Hashable PosixUser Source # | |
Defined in Amazonka.EFS.Types.PosixUser | |
ToJSON PosixUser Source # | |
Defined in Amazonka.EFS.Types.PosixUser | |
FromJSON PosixUser Source # | |
type Rep PosixUser Source # | |
Defined in Amazonka.EFS.Types.PosixUser type Rep PosixUser = D1 ('MetaData "PosixUser" "Amazonka.EFS.Types.PosixUser" "libZSservicesZSamazonka-efsZSamazonka-efs" 'False) (C1 ('MetaCons "PosixUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "secondaryGids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Natural])) :*: (S1 ('MetaSel ('Just "uid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "gid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))) |
Create a value of PosixUser
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:secondaryGids:PosixUser'
, posixUser_secondaryGids
- Secondary POSIX group IDs used for all file system operations using this
access point.
$sel:uid:PosixUser'
, posixUser_uid
- The POSIX user ID used for all file system operations using this access
point.
$sel:gid:PosixUser'
, posixUser_gid
- The POSIX group ID used for all file system operations using this access
point.
posixUser_secondaryGids :: Lens' PosixUser (Maybe [Natural]) Source #
Secondary POSIX group IDs used for all file system operations using this access point.