AccountAliasArgs

data class AccountAliasArgs(val accountAlias: Output<String>? = null) : ConvertibleToJava<AccountAliasArgs>

Import

RAM Account Alias can be imported using the id, e.g.

$ pulumi import alicloud:ram/accountAlias:AccountAlias example <id>

Constructors

Link copied to clipboard
constructor(accountAlias: Output<String>? = null)

Properties

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

The alias of the account. It can be 3 to 32 characters in length and can contain lowercase letters, digits, and dashes (-).

Functions

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