bucketCriteria

@JvmName(name = "bslhshsuxcibhslj")
suspend fun bucketCriteria(value: Output<S3BucketCriteriaForJobArgs>)
@JvmName(name = "gwcsvqhmfveivsxx")
suspend fun bucketCriteria(value: S3BucketCriteriaForJobArgs?)

Parameters

value

The property- and tag-based conditions that determine which S3 buckets are included or excluded from the job's analysis. Each time the job runs, the job uses these criteria to determine which buckets to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both.


@JvmName(name = "vnucqgdxilmoqnck")
suspend fun bucketCriteria(argument: suspend S3BucketCriteriaForJobArgsBuilder.() -> Unit)

Parameters

argument

The property- and tag-based conditions that determine which S3 buckets are included or excluded from the job's analysis. Each time the job runs, the job uses these criteria to determine which buckets to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both.