InsightFiltersUserDefinedValueArgs

data class InsightFiltersUserDefinedValueArgs(val comparison: Output<String>, val key: Output<String>, val value: Output<String>) : ConvertibleToJava<InsightFiltersUserDefinedValueArgs>

Constructors

Link copied to clipboard
constructor(comparison: Output<String>, key: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val comparison: Output<String>

The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.

Link copied to clipboard
val key: Output<String>

The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.

Link copied to clipboard
val value: Output<String>

A date range value for the date filter, provided as an Integer.

Functions

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