healthCheckDomain

@JvmName(name = "jgofsrujqpairghd")
suspend fun healthCheckDomain(value: Output<String>)
@JvmName(name = "nscnqpgrufqmvmld")
suspend fun healthCheckDomain(value: String?)

Parameters

value

The domain name used for health check. Valid values:

  • $SERVER_IP: uses the intranet IP of the backend server.

  • domain: Specify a specific domain name. The length is limited to 1 to 80 characters. Only lowercase letters, numbers, dashes (-), and half-width periods (.) can be used.

NOTE: This parameter takes effect only when HealthCheckType is HTTP.