| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.Types.S3BucketCriteriaForJob
Description
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.
Constructors
| S3BucketCriteriaForJob' | |
Fields
| |
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:excludes:S3BucketCriteriaForJob', s3BucketCriteriaForJob_excludes - The property- and tag-based conditions that determine which buckets to
exclude from the job.
$sel:includes:S3BucketCriteriaForJob', s3BucketCriteriaForJob_includes - 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.
s3BucketCriteriaForJob_includes :: Lens' S3BucketCriteriaForJob (Maybe CriteriaBlockForJob) Source #
The property- and tag-based conditions that determine which buckets to include in the job.