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 |
Synopsis
- data ClassificationType = ClassificationType' {}
- newClassificationType :: S3OneTimeClassificationType -> S3ContinuousClassificationType -> ClassificationType
- classificationType_oneTime :: Lens' ClassificationType S3OneTimeClassificationType
- classificationType_continuous :: Lens' ClassificationType S3ContinuousClassificationType
Documentation
data ClassificationType Source #
The classification type that Amazon Macie Classic applies to the associated S3 resources.
See: newClassificationType
smart constructor.
ClassificationType' | |
|
Instances
newClassificationType Source #
Create a value of ClassificationType
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:oneTime:ClassificationType'
, classificationType_oneTime
- A one-time classification of all of the existing objects in a specified
S3 bucket.
$sel:continuous:ClassificationType'
, classificationType_continuous
- A continuous classification of the objects that are added to a specified
S3 bucket. Amazon Macie Classic begins performing continuous
classification after a bucket is successfully associated with Macie
Classic.
classificationType_oneTime :: Lens' ClassificationType S3OneTimeClassificationType Source #
A one-time classification of all of the existing objects in a specified S3 bucket.
classificationType_continuous :: Lens' ClassificationType S3ContinuousClassificationType Source #
A continuous classification of the objects that are added to a specified S3 bucket. Amazon Macie Classic begins performing continuous classification after a bucket is successfully associated with Macie Classic.