Skip to main content

GCP Sql Admin Backup Run

A GCP SQL Admin Backup Run represents an individual on-demand or automatically-scheduled backup created for a Cloud SQL instance. Each backup run records metadata such as its status, start and end times, location, encryption information and size. Backup runs are managed through the Cloud SQL Admin API and can be listed, retrieved or deleted by project administrators. For full details see Googleโ€™s 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"

gcp-cloud-kms-crypto-keyโ€‹

If a Cloud SQL instance is configured with customer-managed encryption keys (CMEK), the backup run is encrypted with the specified KMS CryptoKey. The backup run therefore references the CryptoKey used for encryption.

gcp-sql-admin-instanceโ€‹

Every backup run belongs to exactly one Cloud SQL instance; the instance is the parent resource under which the backup run is created.