api
Apigee
IntegrationGCP
General
General information about the service.
Description
Google Apigee is a full-lifecycle API management platform for designing, securing, and scaling APIs.
Service ID
apigee.googleapis.comResource Pattern
organizations/{org}/environments/{env}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
api-{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_apigee_organization" "main" {2 analytics_region = var.region3 project_id = var.project_id4 authorized_network = google_compute_network.main.id5}
Utilities
Utilities to support app deployment or configuration.