aws.apigateway.get_request_validator
Example SQL Queries
SELECT * FROMaws.apigateway.get_request_validatorWHERE"rest_api_id" = 'VALUE'AND "request_validator_id" = 'VALUE';Description
Gets a RequestValidator of a given RestApi.
Table Definition
| Column Name | Column Data Type |
|---|---|
| request_validator_id Required Input Column The identifier of the RequestValidator to be retrieved. | VARCHAR |
| 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 |