Interface ComputeUrlMapTest

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.115Z")
    @Stability(Stable)
    public interface ComputeUrlMapTest
    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_url_map#host ComputeUrlMap#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_url_map#path ComputeUrlMap#path}

      • getService

        @Stability(Stable)
        @NotNull
        String getService()
        The backend service or backend bucket link that should be matched by this test.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#service ComputeUrlMap#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_url_map#description ComputeUrlMap#description}