@n8n-dev/n8n-nodes-amazonaws-waf-regional
v1.0.0
Published
AWS WAF Classic Regional documentation. See AWS WAF Classic.
Maintainers
Readme
@n8n-dev/n8n-nodes-amazonaws-waf-regional
Stop writing amazonaws-waf-regional API integrations by hand.
Every time you connect n8n to amazonaws-waf-regional, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to amazonaws-waf-regional took 5 minutes, not half a day?
This node gives you 1+ resources out of the box: Default: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-amazonaws-waf-regionalOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-amazonaws-waf-regional - Click Install
Quick Start
- Install the node (above)
- Add credentials: amazonaws-waf-regional API → paste your API key
- Drag the amazonaws-waf-regional node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Post Associate Web ACL
- Post Create Byte Match Set
- Post Create Geo Match Set
- Post Create IP Set
- Post Create Rate Based Rule
- Post Create Regex Match Set
- Post Create Regex Pattern Set
- Post Create Rule
- Post Create Rule Group
- Post Create Size Constraint Set
- Post Create SQL Injection Match Set
- Post Create Web ACL
- Post Create Web ACL Migration Stack
- Post Create Xss Match Set
- Post Delete Byte Match Set
- Post Delete Geo Match Set
- Post Delete IP Set
- Post Delete Logging Configuration
- Post Delete Permission Policy
- Post Delete Rate Based Rule
- Post Delete Regex Match Set
- Post Delete Regex Pattern Set
- Post Delete Rule
- Post Delete Rule Group
- Post Delete Size Constraint Set
- Post Delete SQL Injection Match Set
- Post Delete Web ACL
- Post Delete Xss Match Set
- Post Disassociate Web ACL
- Post Get Byte Match Set
- Post Get Change Token
- Post Get Change Token Status
- Post Get Geo Match Set
- Post Get IP Set
- Post Get Logging Configuration
- Post Get Permission Policy
- Post Get Rate Based Rule
- Post Get Rate Based Rule Managed Keys
- Post Get Regex Match Set
- Post Get Regex Pattern Set
- Post Get Rule
- Post Get Rule Group
- Post Get Sampled Requests
- Post Get Size Constraint Set
- Post Get SQL Injection Match Set
- Post Get Web ACL
- Post Get Web ACL For Resource
- Post Get Xss Match Set
- Post List Activated Rules In Rule Group
- Post List Byte Match Sets
- Post List Geo Match Sets
- Post List IP Sets
- Post List Logging Configurations
- Post List Rate Based Rules
- Post List Regex Match Sets
- Post List Regex Pattern Sets
- Post List Resources For Web ACL
- Post List Rule Groups
- Post List Rules
- Post List Size Constraint Sets
- Post List SQL Injection Match Sets
- Post List Subscribed Rule Groups
- Post List Tags For Resource
- Post List Web AC Ls
- Post List Xss Match Sets
- Post Put Logging Configuration
- Post Put Permission Policy
- Post Tag Resource
- Post Untag Resource
- Post Update Byte Match Set
- Post Update Geo Match Set
- Post Update IP Set
- Post Update Rate Based Rule
- Post Update Regex Match Set
- Post Update Regex Pattern Set
- Post Update Rule
- Post Update Rule Group
- Post Update Size Constraint Set
- Post Update SQL Injection Match Set
- Post Update Web ACL
- Post Update Xss Match Set
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from amazonaws-waf-regional docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official amazonaws-waf-regional OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official amazonaws-waf-regional OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the amazonaws-waf-regional API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
