UserLoginProfileArgs

data class UserLoginProfileArgs(val password: Output<String>, val passwordResetRequired: Output<Boolean>? = null) : ConvertibleToJava<UserLoginProfileArgs>

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

Constructors

Link copied to clipboard
constructor(password: Output<String>, passwordResetRequired: Output<Boolean>? = null)

Properties

Link copied to clipboard
val password: Output<String>

The user's password.

Link copied to clipboard
val passwordResetRequired: Output<Boolean>? = null

Specifies whether the user is required to set a new password on next sign-in.

Functions

Link copied to clipboard
open override fun toJava(): UserLoginProfileArgs