AutomationRuleNumberFilterArgs

data class AutomationRuleNumberFilterArgs(val eq: Output<Double>? = null, val gte: Output<Double>? = null, val lte: Output<Double>? = null) : ConvertibleToJava<AutomationRuleNumberFilterArgs>

A number filter for querying findings.

Constructors

Link copied to clipboard
constructor(eq: Output<Double>? = null, gte: Output<Double>? = null, lte: Output<Double>? = null)

Properties

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

The equal-to condition to be applied to a single field when querying for findings.

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

The greater-than-equal condition to be applied to a single field when querying for findings.

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

The less-than-equal condition to be applied to a single field when querying for findings.

Functions

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