[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.[INSTANCE_ID]
with the ID of your Bigtable instance and [CLUSTER_ID]
with the ID of your Bigtable cluster.google-cloud-securitycenter
library to enable VPC Service Controls for your Bigtable instance.update_instance
method to update the instance configuration and set the enable_vpc_service_controls
parameter to True
.google-cloud-iam
library to manage IAM roles and permissions for your Bigtable instance.set_iam_policy
method to set the IAM policy for the instance and grant appropriate roles to users or service accounts.google-cloud-logging
library to enable audit logging for your Bigtable instance.update_instance
method to update the instance configuration and set the enable_logging
parameter to True
.