gateway_responses
Retrieves a list of gateway_responses
in a region
Overview
Name | gateway_responses |
Type | Resource |
Description | gateway_responses |
Id | awscc.apigateway.gateway_responses |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS 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