LoadBalancerPoolNotificationFilterOriginArgs

data class LoadBalancerPoolNotificationFilterOriginArgs(val disable: Output<Boolean>? = null, val healthy: Output<Boolean>? = null) : ConvertibleToJava<LoadBalancerPoolNotificationFilterOriginArgs>

Constructors

constructor(disable: Output<Boolean>? = null, healthy: Output<Boolean>? = null)

Properties

Link copied to clipboard
val disable: Output<Boolean>? = null

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

Link copied to clipboard
val healthy: Output<Boolean>? = null

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

Functions

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