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_status :: Lens' ClassificationResult (Maybe ClassificationStatus)
- classificationResult_sensitiveData :: Lens' ClassificationResult (Maybe [SensitiveDataResult])
- classificationResult_mimeType :: Lens' ClassificationResult (Maybe Text)
- classificationResult_sizeClassified :: Lens' ClassificationResult (Maybe Integer)
- classificationResult_additionalOccurrences :: Lens' ClassificationResult (Maybe Bool)
- classificationResult_customDataIdentifiers :: Lens' ClassificationResult (Maybe CustomDataIdentifiersResult)
Documentation
data ClassificationResult Source #
Details about the sensitive data that was detected on the resource.
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:status:ClassificationResult'
, classificationResult_status
- The current status of the sensitive data detection.
$sel:sensitiveData:ClassificationResult'
, classificationResult_sensitiveData
- Provides details about sensitive data that was identified based on
built-in configuration.
$sel:mimeType:ClassificationResult'
, classificationResult_mimeType
- The type of content that the finding applies to.
$sel:sizeClassified:ClassificationResult'
, classificationResult_sizeClassified
- The total size in bytes of the affected data.
$sel:additionalOccurrences:ClassificationResult'
, classificationResult_additionalOccurrences
- Indicates whether there are additional occurrences of sensitive data
that are not included in the finding. This occurs when the number of
occurrences exceeds the maximum that can be included.
$sel:customDataIdentifiers:ClassificationResult'
, classificationResult_customDataIdentifiers
- Provides details about sensitive data that was identified based on
customer-defined configuration.
classificationResult_status :: Lens' ClassificationResult (Maybe ClassificationStatus) Source #
The current status of the sensitive data detection.
classificationResult_sensitiveData :: Lens' ClassificationResult (Maybe [SensitiveDataResult]) Source #
Provides details about sensitive data that was identified based on built-in configuration.
classificationResult_mimeType :: Lens' ClassificationResult (Maybe Text) Source #
The type of content that the finding applies to.
classificationResult_sizeClassified :: Lens' ClassificationResult (Maybe Integer) Source #
The total size in bytes of the affected data.
classificationResult_additionalOccurrences :: Lens' ClassificationResult (Maybe Bool) Source #
Indicates whether there are additional occurrences of sensitive data that are not included in the finding. This occurs when the number of occurrences exceeds the maximum that can be included.
classificationResult_customDataIdentifiers :: Lens' ClassificationResult (Maybe CustomDataIdentifiersResult) Source #
Provides details about sensitive data that was identified based on customer-defined configuration.