domains
Retrieves a list of domains
in a region
Overview
Name | domains |
Type | Resource |
Description | domains |
Id | awscc.customerprofiles.domains |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The unique name of the domain. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_name
FROM awscc.customerprofiles.domains
WHERE region = 'us-east-1'
Permissions
To operate on the domains
resource, the following permissions are required:
Create
profile:CreateDomain,
profile:TagResource
List
profile:ListDomains