Skip to main content

GCP Big Table Admin App Profile

The Google Cloud Bigtable Application Profile (App Profile) is a named configuration that determines how client requests are routed to Bigtable clusters. By creating multiple App Profiles you can control traffic segregation, specify whether requests should be routed to a single cluster or to the nearest available cluster, and configure fail-over behaviour. This is especially useful for multi-cluster instances or when you wish to separate analytical and production workloads.
For a full overview, see the official documentation: https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/projects.instances.appProfiles

Terrafrom Mappings:

  • google_bigtable_app_profile.id

Supported Methods​

  • GET: Get a gcp-big-table-admin-app-profile by its "instances|appProfiles"
  • LIST
  • SEARCH: Search for BigTable App Profiles in an instance. Use the format "instance" or "projects/project_id/instances/instance_name/appProfiles/app_profile_id" which is supported for terraform mappings.