HostingVersionConfigRewriteArgs

data class HostingVersionConfigRewriteArgs(val function: Output<String>? = null, val glob: Output<String>? = null, val regex: Output<String>? = null, val run: Output<HostingVersionConfigRewriteRunArgs>? = null) : ConvertibleToJava<HostingVersionConfigRewriteArgs>

Constructors

Link copied to clipboard
constructor(function: Output<String>? = null, glob: Output<String>? = null, regex: Output<String>? = null, run: Output<HostingVersionConfigRewriteRunArgs>? = null)

Properties

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

The function to proxy requests to. Must match the exported function name exactly.

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

The user-supplied glob to match against the request URL path.

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

The user-supplied RE2 regular expression to match against the request URL path.

Link copied to clipboard

The request will be forwarded to Cloud Run. Structure is documented below.

Functions

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