Skip to main content

request_validators_list_only

Lists request_validators in a region or regions, for all properties use request_validators

Overview

Namerequest_validators_list_only
TypeResource
DescriptionThe AWS::ApiGateway::RequestValidator resource sets up basic validation rules for incoming requests to your API. For more information, see [Enable Basic Request Validation for an API in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-method-request-validation.html) in the *API Gateway Developer Guide*.
Idaws.apigateway.request_validators_list_only

Fields

NameDatatypeDescription
request_validator_idstring
namestringThe name of this RequestValidator
rest_api_idstringThe string identifier of the associated RestApi.
validate_request_bodybooleanA Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validate_request_parametersbooleanA Boolean flag to indicate whether to validate request parameters (true) or not (false).
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all request_validators in a region.

SELECT
region,
rest_api_id,
request_validator_id
FROM aws.apigateway.request_validators_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the request_validators_list_only resource, see request_validators