Interface CloudRunServiceTemplateSpecContainersStartupProbeHttpGet

    • Method Detail

      • getHttpHeaders

        @Stability(Stable)
        @Nullable
        default Object getHttpHeaders()
        http_headers block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#http_headers CloudRunService#http_headers}

      • getPath

        @Stability(Stable)
        @Nullable
        default String getPath()
        Path to access on the HTTP server. If set, it should not be empty string.

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

      • getPort

        @Stability(Stable)
        @Nullable
        default Number getPort()
        Port number to access on the container.

        Number must be in the range 1 to 65535. If not specified, defaults to the same value as container.ports[0].containerPort. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#port CloudRunService#port}