[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-bigtable
library in Python to create a new Bigtable instance.location_id
parameter to specify the location of the instance.enable_vpc_service_controls
parameter to True
while creating the instance.google-cloud-iam
library in Python to manage IAM roles and permissions for Bigtable.google.cloud.iam.Policy
class to get the existing IAM policy for the Bigtable instance.add_binding()
and remove_role()
methods.set_policy()
method.google-cloud-logging
library in Python to enable audit logging for Bigtable.google.cloud.logging.Sink
class and specify the destination for the logs.create()
method.your-project-id
, your-instance-id
, your-location-id
, your-sink-name
, your-destination
, user:[email protected]
) with the actual values specific to your GCP environment.