Account

Provides a MongoDB Account resource. For information about MongoDB Account and how to use it, see What is Account.

NOTE: Available in v1.148.0+.

Import

MongoDB 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

The description of the account.

Link copied to clipboard
val accountName: Output<String>

The name of the account. Valid values: root.

Link copied to clipboard
val accountPassword: Output<String>

The Password of the Account.

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

The ID of the instance.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The status of the account. Valid values: Unavailable, Available.

Link copied to clipboard
val urn: Output<String>