Gateway Args
data class GatewayArgs(val apiConfig: Output<String>? = null, val displayName: Output<String>? = null, val gatewayId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val project: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<GatewayArgs>
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 importcommand, 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}}Content copied to clipboard
$ pulumi import gcp:apigateway/gateway:Gateway default {{project}}/{{region}}/{{gateway_id}}Content copied to clipboard
$ pulumi import gcp:apigateway/gateway:Gateway default {{region}}/{{gateway_id}}Content copied to clipboard
$ pulumi import gcp:apigateway/gateway:Gateway default {{gateway_id}}Content copied to clipboard