| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.UserLoginProfile
Description
LoginProfile is a property of the AWS::IAM::User resource that creates a login profile for users so that they can access the AWS Management Console.
Documentation
data UserLoginProfile Source
Full data type definition for UserLoginProfile. See userLoginProfile
for a more convenient constructor.
Constructors
| UserLoginProfile | |
Arguments
| :: Val Text | |
| -> UserLoginProfile |
Constructor for UserLoginProfile containing required fields as
arguments.
ulpPassword :: Lens' UserLoginProfile (Val Text) Source
The password for the user.
ulpPasswordResetRequired :: Lens' UserLoginProfile (Maybe (Val Bool')) Source
Specifies whether the user is required to set a new password the next time the user logs in to the AWS Management Console.