Data Source schema for AWS::ApiGateway::RequestValidator
id
(String) Uniquely identifies the resource.name
(String) The name of this RequestValidatorrequest_validator_id
(String)rest_api_id
(String) The string identifier of the associated RestApi.validate_request_body
(Boolean) A Boolean flag to indicate whether to validate a request body according to the configured Model schema.validate_request_parameters
(Boolean) A Boolean flag to indicate whether to validate request parameters (true
) or not (false
).