and

@JvmName(name = "dxkyqcvqcwwvsnbd")
suspend fun and(value: Output<List<CriteriaForJobArgs>>)
@JvmName(name = "blhrqrkoewfdtknd")
suspend fun and(value: List<CriteriaForJobArgs>?)

Parameters

value

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.


@JvmName(name = "uokpccnikimssgjm")
suspend fun and(vararg values: Output<CriteriaForJobArgs>)


@JvmName(name = "frswwvmxyoioxmvk")
suspend fun and(values: List<Output<CriteriaForJobArgs>>)
@JvmName(name = "llgbabiyyqckertj")
suspend fun and(vararg values: CriteriaForJobArgs)

Parameters

values

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.


@JvmName(name = "rafvfycbvujiyden")
suspend fun and(argument: List<suspend CriteriaForJobArgsBuilder.() -> Unit>)
@JvmName(name = "ajcnbxxbdmrolobp")
suspend fun and(vararg argument: suspend CriteriaForJobArgsBuilder.() -> Unit)
@JvmName(name = "brmoqyojrcrnugtm")
suspend fun and(argument: suspend CriteriaForJobArgsBuilder.() -> Unit)

Parameters

argument

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.