Skip to main content

domain_names

Retrieves a list of domain_names in a region

Overview

Namedomain_names
TypeResource
Descriptiondomain_names
Idawscc.apigatewayv2.domain_names

Fields

NameDatatypeDescription
domain_namestringThe custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

apigateway:POST,
apigateway:GET,
apigateway:PUT

List

apigateway:GET