[SINK_NAME]
with a name for the sink, [PROJECT_ID]
with your GCP project ID, and [INSTANCE_ID]
with the ID of your Bigtable instance.[PERIMETER_NAME]
with a name for the perimeter, [PROJECT_ID]
with your GCP project ID, and [INSTANCE_ID]
with the ID of your Bigtable instance.[INSTANCE_ID]
with the desired ID for your new instance, [CLUSTER_ID]
with the ID of the cluster, [ZONE]
with the desired zone, [DISPLAY_NAME]
with a name for the instance, [PROJECT_ID]
with your GCP project ID, [LOCATION]
with the desired location, [KEYRING_NAME]
with the name of the key ring, and [KEY_NAME]
with the name of the key.google-cloud-bigtable
library in Python to create a new Bigtable instance.vpc_service_controls
parameter to True
while creating the instance.google-cloud-iam
library in Python to manage IAM roles and permissions for Bigtable.roles/bigtable.admin
role to administrators and roles/bigtable.reader
role to read-only users.google-cloud-logging
library in Python to enable audit logging for Bigtable.