AutomationRuleCriteriaConfidenceArgs

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

Constructors

Link copied to clipboard
constructor(eq: Output<Double>? = null, gt: Output<Double>? = null, gte: Output<Double>? = null, lt: 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, provided as a String.

Link copied to clipboard
val gt: Output<Double>? = null
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, provided as a String.

Link copied to clipboard
val lt: Output<Double>? = null
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, provided as a String.

Functions

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