User Login Profile Args
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.