domain_names
Retrieves a list of domain_names
in a region
Overview
Name | domain_names |
Type | Resource |
Description | domain_names |
Id | awscc.apigatewayv2.domain_names |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported. |
region | string | AWS 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