libZSservicesZSamazonka-appstreamZSamazonka-appstream
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.AppStream.Types.UserStackAssociation

Description

 
Synopsis

Documentation

data UserStackAssociation Source #

Describes a user in the user pool and the associated stack.

See: newUserStackAssociation smart constructor.

Constructors

UserStackAssociation' 

Fields

Instances

Instances details
Eq UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

Show UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

Generic UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

Associated Types

type Rep UserStackAssociation :: Type -> Type #

NFData UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

Methods

rnf :: UserStackAssociation -> () #

Hashable UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

ToJSON UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

FromJSON UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

type Rep UserStackAssociation Source # 
Instance details

Defined in Amazonka.AppStream.Types.UserStackAssociation

type Rep UserStackAssociation = D1 ('MetaData "UserStackAssociation" "Amazonka.AppStream.Types.UserStackAssociation" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "UserStackAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sendEmailNotification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthenticationType))))

newUserStackAssociation Source #

Create a value of UserStackAssociation 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:sendEmailNotification:UserStackAssociation', userStackAssociation_sendEmailNotification - Specifies whether a welcome email is sent to a user after the user is created in the user pool.

$sel:stackName:UserStackAssociation', userStackAssociation_stackName - The name of the stack that is associated with the user.

$sel:userName:UserStackAssociation', userStackAssociation_userName - The email address of the user who is associated with the stack.

Users' email addresses are case-sensitive.

$sel:authenticationType:UserStackAssociation', userStackAssociation_authenticationType - The authentication type for the user.

userStackAssociation_sendEmailNotification :: Lens' UserStackAssociation (Maybe Bool) Source #

Specifies whether a welcome email is sent to a user after the user is created in the user pool.

userStackAssociation_stackName :: Lens' UserStackAssociation Text Source #

The name of the stack that is associated with the user.

userStackAssociation_userName :: Lens' UserStackAssociation Text Source #

The email address of the user who is associated with the stack.

Users' email addresses are case-sensitive.