LoadBalancerPoolNotificationFilterArgs

data class LoadBalancerPoolNotificationFilterArgs(val origin: Output<LoadBalancerPoolNotificationFilterOriginArgs>? = null, val pool: Output<LoadBalancerPoolNotificationFilterPoolArgs>? = null) : ConvertibleToJava<LoadBalancerPoolNotificationFilterArgs>

Constructors

Link copied to clipboard
constructor(origin: Output<LoadBalancerPoolNotificationFilterOriginArgs>? = null, pool: Output<LoadBalancerPoolNotificationFilterPoolArgs>? = null)

Properties

Link copied to clipboard

Filter options for a particular resource type (pool or origin). Use null to reset.

Link copied to clipboard

Filter options for a particular resource type (pool or origin). Use null to reset.

Functions

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