Resource Type: GCP > SQL > Backup
The Backup resource type is a backup image of a Cloud SQL database that can be used to restore data or create new Cloud SQL instances.
Resource Context
Backup is a part of the SQL service.
Each Backup lives under an Instance.
Controls
The primary controls for GCP > SQL > Backup 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-sql#/resource/types/backup
- tmod:@turbot/turbot#/resource/categories/database
- turbot graphql resource --id "tmod:@turbot/gcp-sql#/resource/types/backup"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-sql#/resource/types/backup';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-sql#/resource/types/backup"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-sql#/resource/types/backup' 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