GetLoadBalancerPoolNotificationFilterOrigin

data class GetLoadBalancerPoolNotificationFilterOrigin(val disable: Boolean, val healthy: Boolean)

Constructors

constructor(disable: Boolean, healthy: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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