AWS::IAM::User LoginProfile
Creates a password for the specified user, giving the user the ability to access Amazon services through the Amazon Web Services Management Console. For more information about managing passwords, see Managing Passwords in the IAM User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Password" :
String
, "PasswordResetRequired" :Boolean
}
YAML
Password:
String
PasswordResetRequired:Boolean
Properties
Password
-
The user's password.
Required: Yes
Type: String
Update requires: No interruption
PasswordResetRequired
-
Specifies whether the user is required to set a new password on next sign-in.
Required: No
Type: Boolean
Update requires: No interruption
See also
-
LoginProfile in the Amazon Identity and Access Management API Reference