Account Args
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>
Content copied to clipboard
Constructors
Link copied to clipboard
fun AccountArgs(accountDescription: Output<String>? = null, accountName: Output<String>? = null, accountPassword: Output<String>? = null, instanceId: Output<String>? = null)