S3BucketCriteriaForJobArgs

data class S3BucketCriteriaForJobArgs(val excludes: Output<CriteriaBlockForJobArgs>? = null, val includes: Output<CriteriaBlockForJobArgs>? = null) : ConvertibleToJava<S3BucketCriteriaForJobArgs>

Definition of S3BucketCriteriaForJob

Constructors

Link copied to clipboard
constructor(excludes: Output<CriteriaBlockForJobArgs>? = null, includes: Output<CriteriaBlockForJobArgs>? = null)

Properties

Link copied to clipboard
val excludes: Output<CriteriaBlockForJobArgs>? = null

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

Link copied to clipboard
val includes: Output<CriteriaBlockForJobArgs>? = null

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

Functions

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