Region Network Endpoint Group Serverless Deployment Args
data class RegionNetworkEndpointGroupServerlessDeploymentArgs(val platform: Output<String>, val resource: Output<String>? = null, val urlMask: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<RegionNetworkEndpointGroupServerlessDeploymentArgs>
Properties
Link copied to clipboard
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
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