Resource Type: GCP > App Engine > Application
The Application resource type is a fully managed serverless platform that can be used to create, deploy, and scale new web applications without the need to manage infrastructure.
Resource Context
Application is a part of the App Engine service.
Each Application lives under a Project.
Controls
The primary controls for GCP > App Engine > Application are:
It is also targeted by these controls:
- GCP > App Engine > Firewall Rule > Discovery
 - GCP > App Engine > Service > Discovery
 - GCP > App Engine > Service > Usage
 - GCP > CIS v2.0 > 4 - Virtual Machines > 4.10 - Ensure That App Engine Applications Enforce HTTPS Connections
 
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/application
 
- tmod:@turbot/turbot#/resource/categories/compute
 
- turbot graphql resource --id "tmod:@turbot/gcp-appengine#/resource/types/application"
 
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-appengine#/resource/types/application';
 - select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-appengine#/resource/types/application"';
 - select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-appengine#/resource/types/application' 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