integration_responses
Retrieves a list of integration_responses
in a region
Overview
Name | integration_responses |
Type | Resource |
Description | integration_responses |
Id | awscc.apigatewayv2.integration_responses |
Fields
Name | Datatype | Description |
---|---|---|
api_id | string | The API identifier. |
integration_id | string | The integration ID. |
integration_response_id | string | |
region | string | AWS 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