healthCheckHost

@JvmName(name = "wvsgfifmkulgwgwr")
suspend fun healthCheckHost(value: Output<String>)
@JvmName(name = "dpaiyftqpeorltnu")
suspend fun healthCheckHost(value: String?)

Parameters

value

The domain name that is used for health checks.

  • Backend Server Internal IP (default): Use the internal IP address of backend servers as the health check domain name.

  • Custom Domain Name: Enter a domain name.

  • The domain name must be 1 to 80 characters in length.

  • The domain name can contain lowercase letters, digits, hyphens (-), and periods (.).

  • The domain name must contain at least one period (.) but cannot start or end with a period (.).

  • The rightmost domain label of the domain name can contain only letters, and cannot contain digits or hyphens (-).

  • The domain name cannot start or end with a hyphen (-).

NOTE: This parameter takes effect only if HealthCheckProtocol is set to HTTP, HTTPS, or gRPC.