Resource Type: GCP > Build
The Build Service is a tool that executes your builds on Google Cloud Platform infrastructure. It can import source code from Google Cloud Storage, Cloud Source Repositories, GitHub, or Bitbucket, execute a build to your specifications, and produce artifacts such as Docker containers or Java archives.
Controls
The primary controls for GCP > Build 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-build#/resource/types/buildService
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/gcp-build#/resource/types/buildService"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-build#/resource/types/buildService';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-build#/resource/types/buildService"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-build#/resource/types/buildService' 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