AWS::IAM::User LoginProfile - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IAM::User LoginProfile

Creates a password for the specified user, giving the user the ability to access AWS services through the AWS Management Console. For more information about managing passwords, see Managing Passwords in the IAM User Guide.

Syntax

To declare this entity in your 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 AWS Identity and Access Management API Reference