aws.apigateway.get_request_validators
Example SQL Queries
SELECT * FROMaws.apigateway.get_request_validatorsWHERE"rest_api_id" = 'VALUE';Description
Gets the RequestValidators collection of a given RestApi.
Table Definition
| Column Name | Column Data Type |
|---|---|
| rest_api_id Required Input Column The string identifier of the associated RestApi. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| id The identifier of this RequestValidator. | VARCHAR |
| name The name of this RequestValidator | VARCHAR |
| validate_request_body A Boolean flag to indicate whether to validate a request body according to the configured Model schema. | BOOLEAN |
| validate_request_parameters A Boolean flag to indicate whether to validate request parameters (true) or not (false). | BOOLEAN |