Criteria For Job Args
data class CriteriaForJobArgs(val simpleCriterion: Output<SimpleCriterionForJobArgs>? = null, val tagCriterion: Output<TagCriterionForJobArgs>? = null) : ConvertibleToJava<CriteriaForJobArgs>
Definition of CriteriaForJob
Constructors
Link copied to clipboard
constructor(simpleCriterion: Output<SimpleCriterionForJobArgs>? = null, tagCriterion: Output<TagCriterionForJobArgs>? = null)
Properties
Link copied to clipboard
A property-based condition that defines a property, operator, and one or more values for including or excluding buckets from the job.
Link copied to clipboard
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding buckets from the job.