ApplicationReadinessV2HttpGetArgs

data class ApplicationReadinessV2HttpGetArgs(val isContainKeyWord: Output<Boolean>? = null, val keyWord: Output<String>? = null, val path: Output<String>? = null, val port: Output<Int>? = null, val scheme: Output<String>? = null) : ConvertibleToJava<ApplicationReadinessV2HttpGetArgs>

Constructors

Link copied to clipboard
fun ApplicationReadinessV2HttpGetArgs(isContainKeyWord: Output<Boolean>? = null, keyWord: Output<String>? = null, path: Output<String>? = null, port: Output<Int>? = null, scheme: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ApplicationReadinessV2HttpGetArgs

Properties

Link copied to clipboard
val isContainKeyWord: Output<Boolean>? = null

Specifies whether the response contains keywords. Valid values: true and false. If you do not set it, the advanced settings are not used.

Link copied to clipboard
val keyWord: Output<String>? = null

The custom keywords.

Link copied to clipboard
val path: Output<String>? = null

The request path.

Link copied to clipboard
val port: Output<Int>? = null

The port.

Link copied to clipboard
val scheme: Output<String>? = null

The protocol that is used to perform the health check. Valid values: HTTP and HTTPS.