| 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 |
Amazonka.MacieV2.Types.ClassificationDetails
Description
Synopsis
- data ClassificationDetails = ClassificationDetails' {}
- newClassificationDetails :: ClassificationDetails
- classificationDetails_detailedResultsLocation :: Lens' ClassificationDetails (Maybe Text)
- classificationDetails_jobId :: Lens' ClassificationDetails (Maybe Text)
- classificationDetails_jobArn :: Lens' ClassificationDetails (Maybe Text)
- classificationDetails_result :: Lens' ClassificationDetails (Maybe ClassificationResult)
Documentation
data ClassificationDetails Source #
Provides information about a sensitive data finding, including the classification job that produced 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:jobId:ClassificationDetails', classificationDetails_jobId - The unique identifier for the classification job that produced the
finding.
$sel:jobArn:ClassificationDetails', classificationDetails_jobArn - The Amazon Resource Name (ARN) of the classification job that produced
the finding.
$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_jobId :: Lens' ClassificationDetails (Maybe Text) Source #
The unique identifier for the classification job that produced the finding.
classificationDetails_jobArn :: Lens' ClassificationDetails (Maybe Text) Source #
The Amazon Resource Name (ARN) of the classification job that produced the finding.
classificationDetails_result :: Lens' ClassificationDetails (Maybe ClassificationResult) Source #
The status and other details of the finding.