RegionNetworkEndpointGroupServerlessDeploymentArgs

data class RegionNetworkEndpointGroupServerlessDeploymentArgs(val platform: Output<String>, val resource: Output<String>? = null, val urlMask: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<RegionNetworkEndpointGroupServerlessDeploymentArgs>

Constructors

constructor(platform: Output<String>, resource: Output<String>? = null, urlMask: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val platform: Output<String>

The platform of the NEG backend target(s). Possible values: API Gateway: apigateway.googleapis.com

Link copied to clipboard
val resource: Output<String>? = null

The user-defined name of the workload/instance. This value must be provided explicitly or in the urlMask. The resource identified by this value is platform-specific and is as follows: API Gateway: The gateway ID, App Engine: The service name, Cloud Functions: The function name, Cloud Run: The service name

Link copied to clipboard
val urlMask: Output<String>? = null

A template to parse platform-specific fields from a request URL. URL mask allows for routing to multiple resources on the same serverless platform without having to create multiple Network Endpoint Groups and backend resources. The fields parsed by this template are platform-specific and are as follows: API Gateway: The gateway ID, App Engine: The service and version, Cloud Functions: The function name, Cloud Run: The service and tag

Link copied to clipboard
val version: Output<String>? = null

The optional resource version. The version identified by this value is platform-specific and is follows: API Gateway: Unused, App Engine: The service version, Cloud Functions: Unused, Cloud Run: The service tag

Functions

Link copied to clipboard
open override fun toJava(): RegionNetworkEndpointGroupServerlessDeploymentArgs