Gateway
A consumable API that can be used by multiple Gateways. To get more information about Gateway, see:
How-to Guides
Example Usage
Import
Gateway can be imported using any of these accepted formats:
projects/{{project}}/locations/{{region}}/gateways/{{gateway_id}}
{{project}}/{{region}}/{{gateway_id}}
{{region}}/{{gateway_id}}
{{gateway_id}}
When using thepulumi import
command, Gateway can be imported using one of the formats above. For example:
$ pulumi import gcp:apigateway/gateway:Gateway default projects/{{project}}/locations/{{region}}/gateways/{{gateway_id}}
$ pulumi import gcp:apigateway/gateway:Gateway default {{project}}/{{region}}/{{gateway_id}}
$ pulumi import gcp:apigateway/gateway:Gateway default {{region}}/{{gateway_id}}
$ pulumi import gcp:apigateway/gateway:Gateway default {{gateway_id}}
Properties
The default API Gateway host name of the form {gatewayId}-{hash}.{region_code}.gateway.dev.
A user-visible name for the API.
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
The combination of labels configured directly on the resource and default labels configured on the provider.