Resource Type: AWS > WAF
The Web Application Firewall (WAF) service provides robust security for applications in the AWS cloud. It allows users to establish and enforce rules that help protect their applications from common web exploits, known as threats, that could affect application availability, compromise security, or consume excessive resources.
Resource Types
The WAF service includes these resource types:
- IP Set
- IP Set v2 Global
- IP Set v2 Regional
- Rate Based Rule
- Regex Pattern Set v2 Global
- Regex Pattern Set v2 Regional
- Rule
- Rule Group v2 Global
- Rule Group v2 Regional
- Web ACL
- Web ACL v2 Global
- Web ACL v2 Regional
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-waf#/resource/types/waf
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/aws-waf#/resource/types/waf"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-waf#/resource/types/waf';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-waf#/resource/types/waf"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-waf#/resource/types/waf' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query