Interface MonitoringUptimeCheckConfigTcpCheck

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

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

      • getPort

        @Stability(Stable)
        @NotNull
        Number getPort()
        The port to the page to run the check against.

        Will be combined with host (specified within the 'monitored_resource') to construct the full URL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#port MonitoringUptimeCheckConfig#port}

      • getPingConfig

        @Stability(Stable)
        @Nullable
        default MonitoringUptimeCheckConfigTcpCheckPingConfig getPingConfig()
        ping_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#ping_config MonitoringUptimeCheckConfig#ping_config}