dbc
Database Center
DatabasesGCP
General
General information about the service.
Description
Database Center provides a unified inventory and health dashboard for all your databases across Google Cloud. Monitor performance, security posture, and compliance from a single pane of glass.
Service ID
databasecenter.googleapis.comReferences
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
dbc-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
global
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_project_service" "database_center" {2 project = var.project_id3 service = "databasecenter.googleapis.com"4}
Utilities
Utilities to support app deployment or configuration.