Resource Type: GCP > API Gateway > Gateway
The Gateway resource type represents a deployed, addressable frontend for an API in Google Cloud API Gateway. A gateway exposes an API config at a serving endpoint (defaultHostname) and is the internet-facing surface for the API.
Resource Context
Gateway is a part of the API Gateway service.
Each Gateway lives under a Region.
Controls
The primary controls for GCP > API Gateway > Gateway 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/gateway
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/gcp-apigateway#/resource/types/gateway"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-apigateway#/resource/types/gateway';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-apigateway#/resource/types/gateway"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-apigateway#/resource/types/gateway' 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