awscc.apigateway_requestvalidator

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - apigateway:DELETE

update

Parent base class for filters and actions.

properties:
  ValidateRequestBody:
    description: 'Indicates whether to validate the request body according to the
      configured schema for the targeted API and method. '
    type: boolean
  ValidateRequestParameters:
    description: Indicates whether to validate request parameters.
    type: boolean
  type:
    enum:
    - update

Permissions - apigateway:PATCH