Interface ComputeRegionUrlMapPathMatcherPathRule

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ComputeRegionUrlMapPathMatcherPathRule.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.853Z")
    @Stability(Stable)
    public interface ComputeRegionUrlMapPathMatcherPathRule
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getPaths

        @Stability(Stable)
        @NotNull
        List<String> getPaths()
        The list of path patterns to match.

        Each must start with / and the only place a * is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#paths ComputeRegionUrlMap#paths}

      • getRouteAction

        @Stability(Stable)
        @Nullable
        default ComputeRegionUrlMapPathMatcherPathRuleRouteAction getRouteAction()
        route_action block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#route_action ComputeRegionUrlMap#route_action}

      • getService

        @Stability(Stable)
        @Nullable
        default String getService()
        The region backend service resource to which traffic is directed if this rule is matched.

        If routeAction is additionally specified, advanced routing actions like URL Rewrites, etc. take effect prior to sending the request to the backend. However, if service is specified, routeAction cannot contain any weightedBackendService s. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of urlRedirect, service or routeAction.weightedBackendService must be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#service ComputeRegionUrlMap#service}

      • getUrlRedirect

        @Stability(Stable)
        @Nullable
        default ComputeRegionUrlMapPathMatcherPathRuleUrlRedirect getUrlRedirect()
        url_redirect block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#url_redirect ComputeRegionUrlMap#url_redirect}