stratosphere-0.1.0: 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

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.