Class HostingVersionConfigRewriteArgs


  • public final class HostingVersionConfigRewriteArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • function

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> function()
        Returns:
        The function to proxy requests to. Must match the exported function name exactly.
      • glob

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> glob()
        Returns:
        The user-supplied glob to match against the request URL path.
      • regex

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> regex()
        Returns:
        The user-supplied RE2 regular expression to match against the request URL path.
      • run

        public java.util.Optional<com.pulumi.core.Output<HostingVersionConfigRewriteRunArgs>> run()
        Returns:
        The request will be forwarded to Cloud Run. Structure is documented below.