| 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.CriteriaForJob
Description
Documentation
data CriteriaForJob Source #
Specifies a property- or tag-based condition that defines criteria for including or excluding S3 buckets from a classification job.
See: newCriteriaForJob smart constructor.
Constructors
| CriteriaForJob' | |
Fields
| |
Instances
newCriteriaForJob :: CriteriaForJob Source #
Create a value of CriteriaForJob 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:simpleCriterion:CriteriaForJob', criteriaForJob_simpleCriterion - A property-based condition that defines a property, operator, and one or
more values for including or excluding buckets from the job.
$sel:tagCriterion:CriteriaForJob', criteriaForJob_tagCriterion - A tag-based condition that defines an operator and tag keys, tag values,
or tag key and value pairs for including or excluding buckets from the
job.
criteriaForJob_simpleCriterion :: Lens' CriteriaForJob (Maybe SimpleCriterionForJob) Source #
A property-based condition that defines a property, operator, and one or more values for including or excluding buckets from the job.
criteriaForJob_tagCriterion :: Lens' CriteriaForJob (Maybe TagCriterionForJob) Source #
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding buckets from the job.