Resource Type: GCP > App Engine > Firewall Rule
The Firewall Rule resource type is a set of rules that controls the traffic to your application, allowing you to specify which IP addresses or ranges of IP addresses have access to your App Engine application.
Resource Context
Firewall Rule is a part of the App Engine service.
Each Firewall Rule lives under an Application.
Controls
The primary controls for GCP > App Engine > Firewall Rule are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-appengine#/resource/types/firewallRule
- tmod:@turbot/turbot#/resource/categories/compute
- turbot graphql resource --id "tmod:@turbot/gcp-appengine#/resource/types/firewallRule"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-appengine#/resource/types/firewallRule';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-appengine#/resource/types/firewallRule"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-appengine#/resource/types/firewallRule' 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