MonitorLocalHealthEventsConfigArgs

data class MonitorLocalHealthEventsConfigArgs(val healthScoreThreshold: Output<Double>? = null, val minTrafficImpact: Output<Double>? = null, val status: Output<MonitorLocalHealthEventsConfigStatus>? = null) : ConvertibleToJava<MonitorLocalHealthEventsConfigArgs>

Constructors

Link copied to clipboard
constructor(healthScoreThreshold: Output<Double>? = null, minTrafficImpact: Output<Double>? = null, status: Output<MonitorLocalHealthEventsConfigStatus>? = null)

Properties

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

The health event threshold percentage set for a local health score.

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

The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score. If you don't set a minimum traffic impact threshold, the default value is 0.01%.

Link copied to clipboard

The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be ENABLED or DISABLED .

Functions

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