InsightBooleanFilterArgs

data class InsightBooleanFilterArgs(val value: Output<Boolean>) : ConvertibleToJava<InsightBooleanFilterArgs>

Boolean filter for querying findings.

Constructors

Link copied to clipboard
constructor(value: Output<Boolean>)

Properties

Link copied to clipboard
val value: Output<Boolean>

The value of the boolean.

Functions

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