Gets a RequestValidator of a given RestApi
Gets a RequestValidator of a given RestApi.
apigateway_get_request_validator(restApiId, requestValidatorId)
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
requestValidatorId |
[required] [Required] The identifier of the RequestValidator to be retrieved. |
A list with the following syntax:
list( id = "string", name = "string", validateRequestBody = TRUE|FALSE, validateRequestParameters = TRUE|FALSE )
svc$get_request_validator( restApiId = "string", requestValidatorId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.