AWS::IAM::User LoginProfile - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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