awscc.apigateway_model

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - apigateway:GET, apigateway:DELETE

update

Parent base class for filters and actions.

properties:
  Description:
    description: A description that identifies this model.
    type: string
  Schema:
    description: The schema to use to transform data to one or more output formats.
      Specify null ({}) if you don't want to specify a schema.
    type:
    - object
    - string
  type:
    enum:
    - update

Permissions - apigateway:PATCH, apigateway:GET