ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion

data class ClassificationJobS3JobDefinitionBucketCriteriaIncludesAndSimpleCriterion(val comparator: String? = null, val key: String? = null, val values: List<String>? = null)

Constructors

constructor(comparator: String? = null, key: String? = null, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val comparator: String? = null

The operator to use in a condition. Valid combination of values are available in the AWS Documentation

Link copied to clipboard
val key: String? = null

The object property to use in the condition. Valid combination of values are available in the AWS Documentation

Link copied to clipboard
val values: List<String>? = null

An array that lists the values to use in the condition. Valid combination of values are available in the AWS Documentation