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 CriteriaBlockForJob Source #
Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 buckets from a classification job.
See: newCriteriaBlockForJob
smart constructor.
CriteriaBlockForJob' | |
|
Instances
newCriteriaBlockForJob :: CriteriaBlockForJob Source #
Create a value of CriteriaBlockForJob
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:and:CriteriaBlockForJob'
, criteriaBlockForJob_and
- An array of conditions, one for each condition that determines which
buckets to include or exclude from the job. If you specify more than one
condition, Amazon Macie uses AND logic to join the conditions.
criteriaBlockForJob_and :: Lens' CriteriaBlockForJob (Maybe [CriteriaForJob]) Source #
An array of conditions, one for each condition that determines which buckets to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.