Resource Type: GCP > App Engine > Instance
The Instance resource type is a virtual machine instance that can be used to run applications in various programming languages on Google's scalable infrastructure.
Resource Context
Instance is a part of the App Engine service.
Each Instance lives under a Version.
Controls
The primary controls for GCP > App Engine > Instance 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/instance
 
- tmod:@turbot/turbot#/resource/categories/compute
 
- turbot graphql resource --id "tmod:@turbot/gcp-appengine#/resource/types/instance"
 
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-appengine#/resource/types/instance';
 - select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-appengine#/resource/types/instance"';
 - select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-appengine#/resource/types/instance' 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