ps
Pub/Sub
Analytics & IoTGCP
General
General information about the service.
Description
Google Cloud Pub/Sub is a messaging and ingestion service for event-driven systems and streaming analytics.
Service ID
pubsub.googleapis.comResource Pattern
projects/{project}/topics/{topic}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
ps-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_pubsub_topic" "main" {2 name = "ps-${var.environment}"3}
Utilities
Utilities to support app deployment or configuration.