Resource Type: GCP > API Gateway > API Config
The API Config resource type represents a specific configuration (an OpenAPI or gRPC service definition) of an API in Google Cloud API Gateway. Each API config is an immutable snapshot that a gateway deploys to serve traffic.
Resource Context
API Config is a part of the API Gateway service.
Each API Config lives under an API.
Controls
The primary controls for GCP > API Gateway > API Config are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-apigateway#/resource/types/apiConfig
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/gcp-apigateway#/resource/types/apiConfig"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-apigateway#/resource/types/apiConfig';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-apigateway#/resource/types/apiConfig"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-apigateway#/resource/types/apiConfig' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query