Skip to main content

domain_names_list_only

Lists domain_names in a region or regions, for all properties use domain_names

Overview

Namedomain_names_list_only
TypeResource
DescriptionResource Type definition for AWS::AppSync::DomainName
Idaws.appsync.domain_names_list_only

Fields

NameDatatypeDescription
domain_namestring
descriptionstring
certificate_arnstring
app_sync_domain_namestring
hosted_zone_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all domain_names in a region.

SELECT
region,
domain_name
FROM aws.appsync.domain_names_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the domain_names_list_only resource, see domain_names