aws.customer_profiles.list_domains
Example SQL Queries
SELECT * FROMaws.customer_profiles.list_domains;Description
Returns a list of all the domains for an AWS account that have been created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of objects returned per page. | BIGINT |
| next_token Input Column The pagination token from the previous ListDomains API call. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| items The list of ListDomains instances. | STRUCT( |
Show child fields
| |