CriteriaBlockForJobArgs

data class CriteriaBlockForJobArgs(val and: Output<List<CriteriaForJobArgs>>? = null) : ConvertibleToJava<CriteriaBlockForJobArgs>

Definition of CriteriaBlockForJob

Constructors

Link copied to clipboard
constructor(and: Output<List<CriteriaForJobArgs>>? = null)

Properties

Link copied to clipboard
val and: Output<List<CriteriaForJobArgs>>? = null

An array of conditions, one for each condition that determines which buckets to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.

Functions

Link copied to clipboard
open override fun toJava(): CriteriaBlockForJobArgs