Resource Type: GCP > Functions
The Google Cloud Functions (GCF) service offers scalable serverless execution environments in the GCP cloud. It enables users to launch and manage functions, which are single-purpose, programmable blocks of code, that can run applications and services in response to events without the need for managing and provisioning servers.
Resource Types
The Functions service includes these resource types:
Controls
The primary controls for GCP > Functions are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-functions#/resource/types/functions
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/gcp-functions#/resource/types/functions"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-functions#/resource/types/functions';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-functions#/resource/types/functions"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-functions#/resource/types/functions' 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