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 UserStackAssociation = UserStackAssociation' {}
- newUserStackAssociation :: Text -> Text -> AuthenticationType -> UserStackAssociation
- userStackAssociation_sendEmailNotification :: Lens' UserStackAssociation (Maybe Bool)
- userStackAssociation_stackName :: Lens' UserStackAssociation Text
- userStackAssociation_userName :: Lens' UserStackAssociation Text
- userStackAssociation_authenticationType :: Lens' UserStackAssociation AuthenticationType
Documentation
data UserStackAssociation Source #
Describes a user in the user pool and the associated stack.
See: newUserStackAssociation
smart constructor.
UserStackAssociation' | |
|
Instances
newUserStackAssociation Source #
:: Text | |
-> Text | |
-> AuthenticationType | |
-> UserStackAssociation |
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.
userStackAssociation_authenticationType :: Lens' UserStackAssociation AuthenticationType Source #
The authentication type for the user.