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 | |
rest_api_id | string | |
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