integration_responses_list_only
Lists integration_responses in a region or regions, for all properties use integration_responses
Overview
| Name | integration_responses_list_only |
| Type | Resource |
| Description | The 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. |
| Id | aws.apigatewayv2.integration_responses_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
integration_response_id | string | |
integration_id | string | The integration ID. |
api_id | string | The API identifier. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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