Skip to main content

domains

Retrieves a list of domains in a region

Overview

Namedomains
TypeResource
Descriptiondomains
Idawscc.customerprofiles.domains

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
regionstringAWS 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