--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_apigateway_request_validator Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::ApiGateway::RequestValidator --- # awscc_apigateway_request_validator (Resource) Resource Type definition for AWS::ApiGateway::RequestValidator ## Schema ### Required - `rest_api_id` (String) The identifier of the targeted API entity. ### Optional - `name` (String) Name of the request validator. - `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. ### Read-Only - `id` (String) Uniquely identifies the resource. - `request_validator_id` (String) ID of the request validator. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_apigateway_request_validator.example ```