Skip to main content

domain_names

Retrieves a list of domain_names in a region

Overview

Namedomain_names
TypeResource
Descriptiondomain_names
Idawscc.appsync.domain_names

Fields

NameDatatypeDescription
domain_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
domain_name
FROM awscc.appsync.domain_names
WHERE region = 'us-east-1'

Permissions

To operate on the domain_names resource, the following permissions are required:

Create

appsync:CreateDomainName,
appsync:GetDomainName,
acm:DescribeCertificate,
cloudfront:UpdateDistribution

List

appsync:ListDomainNames