libZSservicesZSamazonka-memorydbZSamazonka-memorydb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MemoryDb.Types.User

Description

 
Synopsis

Documentation

data User Source #

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

Instances details
Eq User Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.User

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

Read User Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.User

Show User Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Generic User Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.User

Associated Types

type Rep User :: Type -> Type #

Methods

from :: User -> Rep User x #

to :: Rep User x -> User #

NFData User Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.User

Methods

rnf :: User -> () #

Hashable User Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.User

Methods

hashWithSalt :: Int -> User -> Int #

hash :: User -> Int #

FromJSON User Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.User

type Rep User Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.User

newUser :: User Source #

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:status:User', user_status - Indicates the user status. Can be "active", "modifying" or "deleting".

$sel:arn:User', user_arn - The Amazon Resource Name (ARN) of the user.

$sel:authentication:User', user_authentication - Denotes whether the user requires a password to authenticate.

$sel:accessString:User', user_accessString - Access permissions string used for this user.

$sel:name:User', user_name - The name of the user

$sel:aCLNames:User', user_aCLNames - The names of the Access Control Lists to which the user belongs

$sel:minimumEngineVersion:User', user_minimumEngineVersion - The minimum engine version supported for the user

user_status :: Lens' User (Maybe Text) Source #

Indicates the user status. Can be "active", "modifying" or "deleting".

user_arn :: Lens' User (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user.

user_authentication :: Lens' User (Maybe Authentication) Source #

Denotes whether the user requires a password to authenticate.

user_accessString :: Lens' User (Maybe Text) Source #

Access permissions string used for this user.

user_name :: Lens' User (Maybe Text) Source #

The name of the user

user_aCLNames :: Lens' User (Maybe [Text]) Source #

The names of the Access Control Lists to which the user belongs

user_minimumEngineVersion :: Lens' User (Maybe Text) Source #

The minimum engine version supported for the user