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