Skip to main content

api_mapping

Gets an individual api_mapping resource

Overview

Nameapi_mapping
TypeResource
Descriptionapi_mapping
Idawscc.apigatewayv2.api_mapping

Fields

NameDatatypeDescription
api_mapping_idstring
domain_namestringThe domain name.
stagestringThe API stage.
api_mapping_keystringThe API mapping key.
api_idstringThe identifier of the API.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
api_mapping_id,
domain_name,
stage,
api_mapping_key,
api_id
FROM awscc.apigatewayv2.api_mapping
WHERE data__Identifier = '<ApiMappingId>|<DomainName>';

Permissions

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

Update

apigateway:PATCH,
apigateway:GET,
apigateway:PUT

Read

apigateway:GET

Delete

apigateway:DELETE