BucketCriteriaAdditionalProperties

Specifies the operator to use in a property-based condition that filters the results of a query for information about S3 buckets.

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, Amazon Macie uses OR 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, Amazon Macie uses OR logic to join the values.

Link copied to clipboard

The name of the bucket begins with the specified value.

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