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 ClassificationResult = ClassificationResult' {}
- newClassificationResult :: ClassificationResult
- classificationResult_sensitiveData :: Lens' ClassificationResult (Maybe [SensitiveDataItem])
- classificationResult_status :: Lens' ClassificationResult (Maybe ClassificationResultStatus)
- classificationResult_mimeType :: Lens' ClassificationResult (Maybe Text)
- classificationResult_sizeClassified :: Lens' ClassificationResult (Maybe Integer)
- classificationResult_additionalOccurrences :: Lens' ClassificationResult (Maybe Bool)
- classificationResult_customDataIdentifiers :: Lens' ClassificationResult (Maybe CustomDataIdentifiers)
Documentation
data ClassificationResult Source #
Provides the details of a sensitive data finding, including the types, number of occurrences, and locations of the sensitive data that was detected.
See: newClassificationResult
smart constructor.
ClassificationResult' | |
|
Instances
newClassificationResult :: ClassificationResult Source #
Create a value of ClassificationResult
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:sensitiveData:ClassificationResult'
, classificationResult_sensitiveData
- The category, types, and number of occurrences of the sensitive data
that produced the finding.
$sel:status:ClassificationResult'
, classificationResult_status
- The status of the finding.
$sel:mimeType:ClassificationResult'
, classificationResult_mimeType
- The type of content, as a MIME type, that the finding applies to. For
example, application/gzip, for a GNU Gzip compressed archive file, or
application/pdf, for an Adobe Portable Document Format file.
$sel:sizeClassified:ClassificationResult'
, classificationResult_sizeClassified
- The total size, in bytes, of the data that the finding applies to.
$sel:additionalOccurrences:ClassificationResult'
, classificationResult_additionalOccurrences
- Specifies whether Amazon Macie detected additional occurrences of
sensitive data in the S3 object. A finding includes location data for a
maximum of 15 occurrences of sensitive data.
This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation).
$sel:customDataIdentifiers:ClassificationResult'
, classificationResult_customDataIdentifiers
- The custom data identifiers that detected the sensitive data and the
number of occurrences of the data that they detected.
classificationResult_sensitiveData :: Lens' ClassificationResult (Maybe [SensitiveDataItem]) Source #
The category, types, and number of occurrences of the sensitive data that produced the finding.
classificationResult_status :: Lens' ClassificationResult (Maybe ClassificationResultStatus) Source #
The status of the finding.
classificationResult_mimeType :: Lens' ClassificationResult (Maybe Text) Source #
The type of content, as a MIME type, that the finding applies to. For example, application/gzip, for a GNU Gzip compressed archive file, or application/pdf, for an Adobe Portable Document Format file.
classificationResult_sizeClassified :: Lens' ClassificationResult (Maybe Integer) Source #
The total size, in bytes, of the data that the finding applies to.
classificationResult_additionalOccurrences :: Lens' ClassificationResult (Maybe Bool) Source #
Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data.
This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation).
classificationResult_customDataIdentifiers :: Lens' ClassificationResult (Maybe CustomDataIdentifiers) Source #
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they detected.