FindingsFilterCriterionAdditionalPropertiesArgs

data class FindingsFilterCriterionAdditionalPropertiesArgs(val eq: Output<List<String>>? = null, val gt: Output<Int>? = null, val gte: Output<Int>? = null, val lt: Output<Int>? = null, val lte: Output<Int>? = null, val neq: Output<List<String>>? = null) : ConvertibleToJava<FindingsFilterCriterionAdditionalPropertiesArgs>

Constructors

constructor(eq: Output<List<String>>? = null, gt: Output<Int>? = null, gte: Output<Int>? = null, lt: Output<Int>? = null, lte: Output<Int>? = null, neq: Output<List<String>>? = null)

Properties

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

The value for the specified 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 gt: Output<Int>? = null

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

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

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

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

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

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

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

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

The value for the specified 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(): FindingsFilterCriterionAdditionalPropertiesArgs