Account

class Account : KotlinCustomResource

Import

Mongo D B Account can be imported using the id, e.g.

$ pulumi import alicloud:mongodb/account:Account example <instance_id>:<account_name>

Properties

Link copied to clipboard

Account comment information.

Link copied to clipboard
val accountName: Output<String>

The new password.

Link copied to clipboard
val accountPassword: Output<String>

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
val characterType: Output<String>

The role type of the instance. Value description

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The account whose password needs to be reset. Set the value to root.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

Account Status

Link copied to clipboard
val urn: Output<String>