| 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.ClassificationDetails
Description
Synopsis
- data ClassificationDetails = ClassificationDetails' {}
- newClassificationDetails :: ClassificationDetails
- classificationDetails_detailedResultsLocation :: Lens' ClassificationDetails (Maybe Text)
- classificationDetails_jobArn :: Lens' ClassificationDetails (Maybe Text)
- classificationDetails_jobId :: Lens' ClassificationDetails (Maybe Text)
- classificationDetails_originType :: Lens' ClassificationDetails (Maybe OriginType)
- classificationDetails_result :: Lens' ClassificationDetails (Maybe ClassificationResult)
Documentation
data ClassificationDetails Source #
Provides information about a sensitive data finding and the details of the finding.
See: newClassificationDetails smart constructor.
Constructors
| ClassificationDetails' | |
Fields
| |
Instances
newClassificationDetails :: ClassificationDetails Source #
Create a value of ClassificationDetails 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:detailedResultsLocation:ClassificationDetails', classificationDetails_detailedResultsLocation - The path to the folder or file in Amazon S3 that contains the
corresponding sensitive data discovery result for the finding. If a
finding applies to a large archive or compressed file, this value is the
path to a folder. Otherwise, this value is the path to a file.
$sel:jobArn:ClassificationDetails', classificationDetails_jobArn - The Amazon Resource Name (ARN) of the classification job that produced
the finding. This value is null if the origin of the finding
(originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.
$sel:jobId:ClassificationDetails', classificationDetails_jobId - The unique identifier for the classification job that produced the
finding. This value is null if the origin of the finding (originType) is
AUTOMATED_SENSITIVE_DATA_DISCOVERY.
$sel:originType:ClassificationDetails', classificationDetails_originType - Specifies how Amazon Macie found the sensitive data that produced the
finding. Possible values are: SENSITIVE_DATA_DISCOVERY_JOB, for a
classification job; and, AUTOMATED_SENSITIVE_DATA_DISCOVERY, for
automated sensitive data discovery.
$sel:result:ClassificationDetails', classificationDetails_result - The status and other details of the finding.
classificationDetails_detailedResultsLocation :: Lens' ClassificationDetails (Maybe Text) Source #
The path to the folder or file in Amazon S3 that contains the corresponding sensitive data discovery result for the finding. If a finding applies to a large archive or compressed file, this value is the path to a folder. Otherwise, this value is the path to a file.
classificationDetails_jobArn :: Lens' ClassificationDetails (Maybe Text) Source #
The Amazon Resource Name (ARN) of the classification job that produced the finding. This value is null if the origin of the finding (originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.
classificationDetails_jobId :: Lens' ClassificationDetails (Maybe Text) Source #
The unique identifier for the classification job that produced the finding. This value is null if the origin of the finding (originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.
classificationDetails_originType :: Lens' ClassificationDetails (Maybe OriginType) Source #
Specifies how Amazon Macie found the sensitive data that produced the finding. Possible values are: SENSITIVE_DATA_DISCOVERY_JOB, for a classification job; and, AUTOMATED_SENSITIVE_DATA_DISCOVERY, for automated sensitive data discovery.
classificationDetails_result :: Lens' ClassificationDetails (Maybe ClassificationResult) Source #
The status and other details of the finding.