SimpleScopeTerm

Specifies a property-based condition that determines whether an S3 object is included or excluded from a classification job.

Types

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

Properties

Link copied to clipboard

The operator to use in the condition. Valid values for each supported property (key) are:

Link copied to clipboard

The object property to use in the condition.

Link copied to clipboard

An array that lists the values to use in the condition. If the value for the key property is OBJECT_EXTENSION or OBJECT_KEY, this array can specify multiple values and Amazon Macie uses OR logic to join the values. Otherwise, this array can specify only one value.

Functions

Link copied to clipboard
inline fun copy(block: SimpleScopeTerm.Builder.() -> Unit = {}): SimpleScopeTerm
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