api_mapping
Gets an individual api_mapping
resource
Overview
Name | api_mapping |
Type | Resource |
Description | api_mapping |
Id | awscc.apigatewayv2.api_mapping |
Fields
Name | Datatype | Description |
---|---|---|
api_mapping_id | string | |
domain_name | string | The domain name. |
stage | string | The API stage. |
api_mapping_key | string | The API mapping key. |
api_id | string | The identifier of the API. |
region | string | AWS 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