Rewrite Args
data class RewriteArgs(val dynamicLinks: Output<Boolean>? = null, val function: Output<String>? = null, val functionRegion: Output<String>? = null, val glob: Output<String>? = null, val path: Output<String>? = null, val regex: Output<String>? = null, val run: Output<CloudRunRewriteArgs>? = null) : ConvertibleToJava<RewriteArgs>
A Rewrite
specifies a URL pattern that, if matched to the request URL path, triggers Hosting to respond as if the service were given the specified destination URL.