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

Resource Pattern

organizations/{org}/environments/{env}

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

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 DocumentationTerraform
terraform
1resource "google_apigee_organization" "main" {
2 analytics_region = var.region
3 project_id = var.project_id
4 authorized_network = google_compute_network.main.id
5}
Utilities

Utilities to support app deployment or configuration.