TagScopeTerm

Specifies a tag-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 are EQ (equals) or NE (not equals).

Link copied to clipboard
val key: String?

The object property to use in the condition. The only valid value is TAG.

Link copied to clipboard

The tag keys or tag key and value pairs to use in the condition. To specify only tag keys in a condition, specify the keys in this array and set the value for each associated tag value to an empty string.

Link copied to clipboard

The type of object to apply the condition to.

Functions

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