Skip to main content

integration_responses_list_only

Lists integration_responses in a region or regions, for all properties use integration_responses

Overview

Nameintegration_responses_list_only
TypeResource
DescriptionThe AWS::ApiGatewayV2::IntegrationResponse resource updates an integration response for an WebSocket API. For more information, see [Set up WebSocket API Integration Responses in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-integration-responses.html) in the *API Gateway Developer Guide*.
Idaws.apigatewayv2.integration_responses_list_only

Fields

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

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all integration_responses in a region.

SELECT
region,
api_id,
integration_id,
integration_response_id
FROM aws.apigatewayv2.integration_responses_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the integration_responses_list_only resource, see integration_responses