Skip to main content

request_validators

Retrieves a list of request_validators in a region

Overview

Namerequest_validators
TypeResource
Descriptionrequest_validators
Idawscc.apigateway.request_validators

Fields

NameDatatypeDescription
rest_api_idstringThe string identifier of the associated RestApi.
request_validator_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
rest_api_id,
request_validator_id
FROM awscc.apigateway.request_validators
WHERE region = 'us-east-1'

Permissions

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

Create

apigateway:POST,
apigateway:GET

List

apigateway:GET