JobScopeTerm

Specifies a property- or tag-based condition that defines criteria for including or excluding S3 objects from a classification job. A JobScopeTerm object can contain only one simpleScopeTerm object or one tagScopeTerm object.

Types

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

Properties

Link copied to clipboard

A property-based condition that defines a property, operator, and one or more values for including or excluding objects from the job.

Link copied to clipboard

A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding objects from the job.

Functions

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