request_validators_list_only
Lists request_validators
in a region or regions, for all properties use request_validators
Overview
Name | request_validators_list_only |
Type | Resource |
Description | The 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*. |
Id | aws.apigateway.request_validators_list_only |
Fields
Name | Datatype | Description |
---|---|---|
request_validator_id | string | |
name | string | The name of this RequestValidator |
rest_api_id | string | The string identifier of the associated RestApi. |
validate_request_body | boolean | A Boolean flag to indicate whether to validate a request body according to the configured Model schema. |
validate_request_parameters | boolean | A Boolean flag to indicate whether to validate request parameters (true ) or not (false ). |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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