FindingsFilterFindingCriteriaCriterionArgs

data class FindingsFilterFindingCriteriaCriterionArgs(val eqExactMatches: Output<List<String>>? = null, val eqs: Output<List<String>>? = null, val field: Output<String>, val gt: Output<String>? = null, val gte: Output<String>? = null, val lt: Output<String>? = null, val lte: Output<String>? = null, val neqs: Output<List<String>>? = null) : ConvertibleToJava<FindingsFilterFindingCriteriaCriterionArgs>

Constructors

constructor(eqExactMatches: Output<List<String>>? = null, eqs: Output<List<String>>? = null, field: Output<String>, gt: Output<String>? = null, gte: Output<String>? = null, lt: Output<String>? = null, lte: Output<String>? = null, neqs: Output<List<String>>? = null)

Properties

Link copied to clipboard
val eqExactMatches: Output<List<String>>? = null

The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.

Link copied to clipboard
val eqs: Output<List<String>>? = null

The value for the property matches (equals) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.

Link copied to clipboard
val field: Output<String>

The name of the field to be evaluated.

Link copied to clipboard
val gt: Output<String>? = null

The value for the property is greater than the specified value.

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

The value for the property is greater than or equal to the specified value.

Link copied to clipboard
val lt: Output<String>? = null

The value for the property is less than the specified value.

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

The value for the property is less than or equal to the specified value.

Link copied to clipboard
val neqs: Output<List<String>>? = null

The value for the property doesn't match (doesn't equal) the specified value. If you specify multiple values, Amazon Macie uses OR logic to join the values.

Functions

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