dpx
Dataplex
Analytics & IoTGCP
General
General information about the service.
Description
Dataplex is an intelligent data fabric that enables organizations to centrally discover, manage, monitor, and govern their data across data lakes, data warehouses, and data marts.
Service ID
dataplex.googleapis.comResource Pattern
projects/{project}/locations/{location}/lakes/{lake}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
dpx-{workload}-{env}Length
6-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
regional
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_dataplex_lake" "main" {2 location = var.region3 name = "dpx-${var.workload}-${var.environment}"4 project = var.project_id5}
Utilities
Utilities to support app deployment or configuration.