--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_apigateway_request_validator Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::ApiGateway::RequestValidator --- # awscc_apigateway_request_validator (Data Source) Data Source schema for AWS::ApiGateway::RequestValidator ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `name` (String) Name of the request validator. - `request_validator_id` (String) ID of the request validator. - `rest_api_id` (String) The identifier of the targeted API entity. - `validate_request_body` (Boolean) Indicates whether to validate the request body according to the configured schema for the targeted API and method. - `validate_request_parameters` (Boolean) Indicates whether to validate request parameters.