Resource Type: GCP > App Engine
The App Engine service offers scalable computing power in the GCP cloud. It enables users to deploy and manage applications in a fully managed serverless platform. The App Engine automatically scales depending on your app traffic and consumes resources only when your code is running.
Resource Types
The App Engine service includes these resource types:
Controls
The primary controls for GCP > App Engine 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/appEngine
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/gcp-appengine#/resource/types/appEngine"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-appengine#/resource/types/appEngine';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-appengine#/resource/types/appEngine"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-appengine#/resource/types/appEngine' 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