Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data S3BucketCriteriaForJob Source #
Specifies property- and tag-based conditions that define criteria for including or excluding S3 buckets from a classification job. Exclude conditions take precedence over include conditions.
See: newS3BucketCriteriaForJob
smart constructor.
S3BucketCriteriaForJob' | |
|
Instances
newS3BucketCriteriaForJob :: S3BucketCriteriaForJob Source #
Create a value of S3BucketCriteriaForJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:includes:S3BucketCriteriaForJob'
, s3BucketCriteriaForJob_includes
- The property- and tag-based conditions that determine which buckets to
include in the job.
$sel:excludes:S3BucketCriteriaForJob'
, s3BucketCriteriaForJob_excludes
- The property- and tag-based conditions that determine which buckets to
exclude from the job.
s3BucketCriteriaForJob_includes :: Lens' S3BucketCriteriaForJob (Maybe CriteriaBlockForJob) Source #
The property- and tag-based conditions that determine which buckets to include in the job.
s3BucketCriteriaForJob_excludes :: Lens' S3BucketCriteriaForJob (Maybe CriteriaBlockForJob) Source #
The property- and tag-based conditions that determine which buckets to exclude from the job.