Interface ComputeRegionUrlMapTest

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

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

      • getHost

        @Stability(Stable)
        @NotNull
        String getHost()
        Host portion of the URL.

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

      • getPath

        @Stability(Stable)
        @NotNull
        String getPath()
        Path portion of the URL.

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

      • getService

        @Stability(Stable)
        @NotNull
        String getService()
        A reference to expected RegionBackendService resource the given URL should be mapped to.

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

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        Description of this test case.

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