Creates a ReqeustValidator of a given RestApi
Creates a ReqeustValidator of a given RestApi.
apigateway_create_request_validator(restApiId, name, validateRequestBody, validateRequestParameters)
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
name |
The name of the to-be-created RequestValidator. |
validateRequestBody |
A Boolean flag to indicate whether to validate request body according to
the configured model schema for the method ( |
validateRequestParameters |
A Boolean flag to indicate whether to validate request parameters,
|
A list with the following syntax:
list( id = "string", name = "string", validateRequestBody = TRUE|FALSE, validateRequestParameters = TRUE|FALSE )
svc$create_request_validator( restApiId = "string", name = "string", validateRequestBody = TRUE|FALSE, validateRequestParameters = TRUE|FALSE )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.