api_mappings
Retrieves a list of api_mappings
in a region
Overview
Name | api_mappings |
Type | Resource |
Description | api_mappings |
Id | awscc.apigatewayv2.api_mappings |
Fields
Name | Datatype | Description |
---|---|---|
api_mapping_id | string | |
domain_name | string | The domain name. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
api_mapping_id,
domain_name
FROM awscc.apigatewayv2.api_mappings
WHERE region = 'us-east-1'
Permissions
To operate on the api_mappings
resource, the following permissions are required:
Create
apigateway:POST
List
apigateway:GET