GCP Big Table Admin Table
A Cloud Bigtable Table represents the schema and configuration of a table inside a Bigtable instance, including its column families, garbage-collection rules, and other metadata managed through the Bigtable Admin API. It is the fundamental container for your data within Bigtable, and all read or write operations ultimately target a table.
For more details see the official Google Cloud documentation: https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/projects.instances.tables
Terrafrom Mappings:
google_bigtable_table.id
Supported Methods​
GET
: Get a gcp-big-table-admin-table by its "instances|tables"LIST
SEARCH
: Search for BigTable tables in an instance. Use the format "instance_name" or "projects/project_id/instances/instance_name/tables/table_name" which is supported for terraform mappings.
Possible Links​
gcp-big-table-admin-backup
​
A Bigtable Backup is created from a specific table and therefore depends on, and is intrinsically linked to, that table. Overmind links backups to their source tables so you can see which tables have recoverable snapshots and assess the impact of any changes on associated backups.