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.com

Resource Pattern

projects/{project}/locations/{location}/dataExchanges/{exchange}

Chat

Powered by AI

Talk 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 DocumentationTerraform
terraform
1resource "google_bigquery_analytics_hub_data_exchange" "main" {
2 location = var.region
3 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.