CriterionAdditionalProperties

Specifies the operator to use in a property-based condition that filters the results of a query for findings. For detailed information and examples of each operator, see Fundamentals of filtering findings in the Amazon Macie User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

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

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

Link copied to clipboard

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 gt: Long?

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

Link copied to clipboard
val gte: Long?

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

Link copied to clipboard
val lt: Long?

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

Link copied to clipboard
val lte: Long?

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

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

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String