LoadBalancerPoolNotificationFilterOrigin

data class LoadBalancerPoolNotificationFilterOrigin(val disable: Boolean? = null, val healthy: Boolean? = null)

Constructors

Link copied to clipboard
constructor(disable: Boolean? = null, healthy: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disable: Boolean? = null

If set true, disable notifications for this type of resource (pool or origin).

Link copied to clipboard
val healthy: Boolean? = null

If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).