Request Validator
The `AWS::ApiGateway::RequestValidator`
resource sets up basic validation rules for incoming requests to your API. For more information, see Enable Basic Request Validation for an API in API Gateway in the API Gateway Developer Guide.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The ID for the request validator. For example: abc123
.
Link copied to clipboard
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
Link copied to clipboard
A Boolean flag to indicate whether to validate request parameters ( true
) or not ( false
).