GCP Sql Admin Backup Run
A GCP SQL Admin Backup Run represents a single automated or on-demand backup operation of a Cloud SQL instance. It records metadata such as start-time, status, type (automated/manual), encryption details and the location of the produced backup artefact. The resource is surfaced through the Cloud SQL Admin REST API under the backupRuns
collection.
For full reference see the official Google documentation: https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/backupRuns
Supported Methods​
GET
: Get a gcp-sql-admin-backup-run by its "instances|backupRuns"LIST
SEARCH
: Search for gcp-sql-admin-backup-run by its "instances"
Possible Links​
gcp-cloud-kms-crypto-key
​
If a Cloud SQL instance is configured with Customer-Managed Encryption Keys (CMEK), every backup run is encrypted using the specified Cloud KMS Crypto Key. The backup-run metadata therefore implicitly references the Crypto Key that protected the data at the moment the backup was created.