Resource Type: GCP > Notebooks > Instance
The Instance resource type represents a Vertex AI Workbench instance, a managed JupyterLab notebook environment running on a Compute Engine VM, provisioned through the Notebooks API v2.
Resource Context
Instance is a part of the Notebooks service.
Each Instance lives under a Zone.
Controls
The primary controls for GCP > Notebooks > 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-notebooks#/resource/types/instance
- tmod:@turbot/turbot#/resource/categories/compute
- turbot graphql resource --id "tmod:@turbot/gcp-notebooks#/resource/types/instance"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-notebooks#/resource/types/instance';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-notebooks#/resource/types/instance"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-notebooks#/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