Account Args
data class AccountArgs(val accountDescription: Output<String>? = null, val accountName: Output<String>? = null, val accountPassword: Output<String>? = null, val characterType: Output<String>? = null, val instanceId: Output<String>? = null) : ConvertibleToJava<AccountArgs>
Import
Mongo D B Account can be imported using the id, e.g.
$ pulumi import alicloud:mongodb/account:Account example <instance_id>:<account_name>
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
Account comment information.
Link copied to clipboard
The new password.
Link copied to clipboard
The password of the database account. The password must be 8 to 32 characters in length. It can contain at least three types of the following characters: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! # $ % ^ & \* ( ) \_ + - =
Link copied to clipboard
The role type of the instance. Value description
Link copied to clipboard
The account whose password needs to be reset. Set the value to root
.