AWS::IAM::User LoginProfile - AWS CloudFormation

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 AWS 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