S3BucketCriteriaForJobResponse

data class S3BucketCriteriaForJobResponse(val excludes: CriteriaBlockForJobResponse? = null, val includes: CriteriaBlockForJobResponse? = null)

Definition of S3BucketCriteriaForJob

Constructors

Link copied to clipboard
constructor(excludes: CriteriaBlockForJobResponse? = null, includes: CriteriaBlockForJobResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The property- and tag-based conditions that determine which buckets to exclude from the job.

Link copied to clipboard

The property- and tag-based conditions that determine which buckets to include in the job.