FrontdoorOriginGroupHealthProbe

data class FrontdoorOriginGroupHealthProbe(val intervalInSeconds: Int, val path: String? = null, val protocol: String, val requestType: String? = null)

Constructors

Link copied to clipboard
constructor(intervalInSeconds: Int, path: String? = null, protocol: String, requestType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the number of seconds between health probes. Possible values are between 1 and 255 seconds (inclusive).

Link copied to clipboard
val path: String? = null

Specifies the path relative to the origin that is used to determine the health of the origin. Defaults to /.

Link copied to clipboard

Specifies the protocol to use for health probe. Possible values are Http and Https.

Link copied to clipboard
val requestType: String? = null

Specifies the type of health probe request that is made. Possible values are GET and HEAD. Defaults to HEAD.