domains_list_only
Lists domains in a region or regions, for all properties use domains
Overview
| Name | domains_list_only |
| Type | Resource |
| Description | A domain defined for 3rd party data source in Profile Service |
| Id | aws.customerprofiles.domains_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
domain_name | string | The unique name of the domain. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all domains in a region.
SELECT
region,
domain_name
FROM aws.customerprofiles.domains_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the domains_list_only resource, see domains