Skip to main content

account_aliases_list_only

Lists account_aliases in a region or regions, for all properties use account_aliases

Overview

Nameaccount_aliases_list_only
TypeResource
DescriptionAn AWS Support App resource that creates, updates, reads, and deletes a customer's account alias.
Idaws.supportapp.account_aliases_list_only

Fields

NameDatatypeDescription
account_aliasstringAn account alias associated with a customer's account.
account_alias_resource_idstringUnique identifier representing an alias tied to an account
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all account_aliases in a region.

SELECT
region,
account_alias_resource_id
FROM aws.supportapp.account_aliases_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the account_aliases_list_only resource, see account_aliases