An AWS Support App resource that creates, updates, reads, and deletes a customer's account alias.
To create a alias or short name for an AWS account in AWS Support App
resource "awscc_supportapp_account_alias" "account_alias_example" {
account_alias = "sample_acc_alias"
}
account_alias
(String) An account alias associated with a customer's account.account_alias_resource_id
(String) Unique identifier representing an alias tied to an accountid
(String) Uniquely identifies the resource.Import is supported using the following syntax:
$ terraform import awscc_supportapp_account_alias.example <resource ID>