RequestValidator
A set of validation rules for incoming Method requests.
Contents
- id
-
The identifier of this RequestValidator.
Type: String
Required: No
- name
-
The name of this RequestValidator
Type: String
Required: No
- validateRequestBody
-
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
Type: Boolean
Required: No
- validateRequestParameters
-
A Boolean flag to indicate whether to validate request parameters (
true
) or not (false
).Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: