ah
Analytics Hub
Analytics & IoTGCP
General
General information about the service.
Description
Analytics Hub is a data exchange platform that lets you efficiently and securely share data assets across organizations. It supports BigQuery datasets, Pub/Sub topics, and more.
Service ID
analyticshub.googleapis.comResource Pattern
projects/{project}/locations/{location}/dataExchanges/{exchange}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
ah-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
regional
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_bigquery_analytics_hub_data_exchange" "main" {2 location = var.region3 data_exchange_id = "ah-${var.workload}-${var.environment}"4 display_name = "ah-${var.workload}-${var.environment}"5}
Utilities
Utilities to support app deployment or configuration.