Skip to main content

gateway_responses

Retrieves a list of gateway_responses in a region

Overview

Namegateway_responses
TypeResource
Descriptiongateway_responses
Idawscc.apigateway.gateway_responses

Fields

NameDatatypeDescription
idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id
FROM awscc.apigateway.gateway_responses
WHERE region = 'us-east-1'

Permissions

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

Create

apigateway:PUT,
apigateway:GET

List

apigateway:GET