stratosphere-0.2.1: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

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.

Synopsis

Documentation

data UserLoginProfile Source #

Full data type definition for UserLoginProfile. See userLoginProfile for a more convenient constructor.

userLoginProfile Source #

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.