Skip to main content

integration_responses

Retrieves a list of integration_responses in a region

Overview

Nameintegration_responses
TypeResource
Descriptionintegration_responses
Idawscc.apigatewayv2.integration_responses

Fields

NameDatatypeDescription
api_idstringThe API identifier.
integration_idstringThe integration ID.
integration_response_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
api_id,
integration_id,
integration_response_id
FROM awscc.apigatewayv2.integration_responses
WHERE region = 'us-east-1'

Permissions

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

Create

apigateway:POST

List

apigateway:GET