» alicloud_ram_account_alias
Provides a RAM cloud account alias.
» Example Usage
# Create a alias for cloud account.
resource "alicloud_ram_account_alias" "alias" {
account_alias = "hallo"
}
» Argument Reference
The following arguments are supported:
-
account_alias
- (Required, ForceNew) Alias of cloud account. This name can have a string of 3 to 32 characters, must contain only alphanumeric characters or hyphens, such as "-", and must not begin with a hyphen.
» Attributes Reference
The following attributes are exported:
-
account_alias
- The account alias.