aws.apigwv2-route

Resource manager for API Gateway V2 Routes.

API Gateway V2 routes define the routing logic for HTTP and WebSocket APIs. This resource enables filtering routes by authorization type to identify routes that may lack proper authorization controls.

example:

Find routes with no authorization configured:

policies:
  - name: apigwv2-routes-without-authorization
    resource: aws.apigwv2-route
    filters:
      - type: value
        key: AuthorizationType
        value: NONE

Filters

Actions