AWS WAF website screenshot

AWS WAF

AWS WAF is a web application firewall that monitors and controls HTTP and HTTPS requests forwarded to protected resources such as Amazon CloudFront distributions, API Gateway REST APIs, Application Load Balancers, AWS AppSync GraphQL APIs, Cognito user pools, App Runner services, Amplify applications, and Verified Access instances. It enables rule-based blocking, rate limiting, and managed rule groups to defend against common web exploits. The AWS WAFV2 API and AWS SDKs provide programmatic access using AWS Signature Version 4 authentication.

1 APIs 0 Features
SecurityWeb Application FirewallDDoS ProtectionBot ManagementEdge SecurityCloud

APIs

AWS WAFV2 API

REST API for creating and managing web ACLs, rule groups, IP sets, regex pattern sets, and logging configurations across regional and CloudFront-scoped AWS WAF deployments. Requ...

Collections

GraphQL

Resources

🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: AWS WAFV2 API
  version: '2019-07-29'
items:
- info:
    name: Invoke an AWS WAFV2 operation
    type: http
  http:
    method: POST
    url: https://wafv2.{region}.amazonaws.com/
    headers:
    - name: X-Amz-Target
      value: ''
    - name: Content-Type
      value: ''
    body:
      type: json
      data: '{}'
    auth:
      type: apikey
      key: Authorization
      value: '{{Authorization}}'
      placement: header
  docs: 'All AWS WAFV2 operations are dispatched as POSTs to the service root.

    Set the `X-Amz-Target` header to `AWSWAF_20190729.<OperationName>` (for example

    `AWSWAF_20190729.CreateWebACL`) and place the JSON parameters in the request body.

    '
bundled: true