| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MemoryDb.Types.User
Description
Synopsis
- data User = User' {}
- newUser :: User
- user_aCLNames :: Lens' User (Maybe [Text])
- user_arn :: Lens' User (Maybe Text)
- user_accessString :: Lens' User (Maybe Text)
- user_authentication :: Lens' User (Maybe Authentication)
- user_minimumEngineVersion :: Lens' User (Maybe Text)
- user_name :: Lens' User (Maybe Text)
- user_status :: Lens' User (Maybe Text)
Documentation
You create users and assign them specific permissions by using an access string. You assign the users to Access Control Lists aligned with a specific role (administrators, human resources) that are then deployed to one or more MemoryDB clusters.
See: newUser smart constructor.
Constructors
| User' | |
Fields
| |
Instances
Create a value of User 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:aCLNames:User', user_aCLNames - The names of the Access Control Lists to which the user belongs
$sel:arn:User', user_arn - The Amazon Resource Name (ARN) of the user.
$sel:accessString:User', user_accessString - Access permissions string used for this user.
$sel:authentication:User', user_authentication - Denotes whether the user requires a password to authenticate.
$sel:minimumEngineVersion:User', user_minimumEngineVersion - The minimum engine version supported for the user
$sel:name:User', user_name - The name of the user
$sel:status:User', user_status - Indicates the user status. Can be "active", "modifying" or
"deleting".
user_aCLNames :: Lens' User (Maybe [Text]) Source #
The names of the Access Control Lists to which the user belongs
user_authentication :: Lens' User (Maybe Authentication) Source #
Denotes whether the user requires a password to authenticate.