| 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.ClassificationExportConfiguration
Description
Synopsis
Documentation
data ClassificationExportConfiguration Source #
Specifies where to store data classification results, and the encryption settings to use when storing results in that location. The location must be an S3 bucket.
See: newClassificationExportConfiguration smart constructor.
Constructors
| ClassificationExportConfiguration' | |
Fields
| |
Instances
newClassificationExportConfiguration :: ClassificationExportConfiguration Source #
Create a value of ClassificationExportConfiguration 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:s3Destination:ClassificationExportConfiguration', classificationExportConfiguration_s3Destination - The S3 bucket to store data classification results in, and the
encryption settings to use when storing results in that bucket.
classificationExportConfiguration_s3Destination :: Lens' ClassificationExportConfiguration (Maybe S3Destination) Source #
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.