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 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.
CriteriaForJob' | |
|
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: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.
$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.
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.
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.