AccountArgs

data class AccountArgs(val accountDescription: Output<String>? = null, val accountName: Output<String>? = null, val accountPassword: Output<String>? = null, val instanceId: Output<String>? = null) : ConvertibleToJava<AccountArgs>

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>

Constructors

Link copied to clipboard
fun AccountArgs(accountDescription: Output<String>? = null, accountName: Output<String>? = null, accountPassword: Output<String>? = null, instanceId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val accountDescription: Output<String>? = null

The description of the account.

Link copied to clipboard
val accountName: Output<String>? = null

The name of the account. Valid values: root.

Link copied to clipboard
val accountPassword: Output<String>? = null

The Password of the Account.

Link copied to clipboard
val instanceId: Output<String>? = null

The ID of the instance.