Dedicated Host Account Args
data class DedicatedHostAccountArgs(val accountName: Output<String>? = null, val accountPassword: Output<String>? = null, val accountType: Output<String>? = null, val dedicatedHostId: Output<String>? = null) : ConvertibleToJava<DedicatedHostAccountArgs>
Provides a ApsaraDB for MyBase Dedicated Host Account resource. For information about ApsaraDB for MyBase Dedicated Host Account and how to use it, see What is Dedicated Host Account.
NOTE: Available in v1.148.0+. NOTE: Each Dedicated host can have only one account. Before you create an account for a host, make sure that the existing account is deleted.
Import
ApsaraDB for MyBase Dedicated Host Account can be imported using the id, e.g.
$ pulumi import alicloud:cddc/dedicatedHostAccount:DedicatedHostAccount example <dedicated_host_id>:<account_name>
Content copied to clipboard
Constructors
Link copied to clipboard
fun DedicatedHostAccountArgs(accountName: Output<String>? = null, accountPassword: Output<String>? = null, accountType: Output<String>? = null, dedicatedHostId: Output<String>? = null)