InternetMonitorHealthEventsConfigArgs

data class InternetMonitorHealthEventsConfigArgs(val availabilityScoreThreshold: Output<Double>? = null, val performanceScoreThreshold: Output<Double>? = null) : ConvertibleToJava<InternetMonitorHealthEventsConfigArgs>

Constructors

Link copied to clipboard
constructor(availabilityScoreThreshold: Output<Double>? = null, performanceScoreThreshold: Output<Double>? = null)

Properties

Link copied to clipboard
val availabilityScoreThreshold: Output<Double>? = null

The health event threshold percentage set for availability scores.

Link copied to clipboard
val performanceScoreThreshold: Output<Double>? = null

The health event threshold percentage set for performance scores.

Functions

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