Class ComputeRegionNetworkEndpointGroupCloudFunction.Jsii$Proxy

    • Method Detail

      • getFunction

        public final String getFunction()
        Description copied from interface: ComputeRegionNetworkEndpointGroupCloudFunction
        A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: "func1".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#function ComputeRegionNetworkEndpointGroup#function}

        Specified by:
        getFunction in interface ComputeRegionNetworkEndpointGroupCloudFunction
      • getUrlMask

        public final String getUrlMask()
        Description copied from interface: ComputeRegionNetworkEndpointGroupCloudFunction
        A template to parse function field from a request URL.

        URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs "mydomain.com/function1" and "mydomain.com/function2" can be backed by the same Serverless NEG with URL mask "/". The URL mask will parse them to { function = "function1" } and { function = "function2" } respectively. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_endpoint_group#url_mask ComputeRegionNetworkEndpointGroup#url_mask}

        Specified by:
        getUrlMask in interface ComputeRegionNetworkEndpointGroupCloudFunction
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object