aws.appsync.list_domain_names
Example SQL Queries
SELECT * FROMaws.appsync.list_domain_names;Description
Lists multiple custom domain names.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| appsync_domain_name The domain name that AppSync provides. | VARCHAR |
| certificate_arn The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate. | VARCHAR |
| description A description of the DomainName configuration. | VARCHAR |
| domain_name The domain name. | VARCHAR |
| hosted_zone_id The ID of your Amazon Route 53 hosted zone. | VARCHAR |