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 SensitiveDataItem = SensitiveDataItem' {}
- newSensitiveDataItem :: SensitiveDataItem
- sensitiveDataItem_detections :: Lens' SensitiveDataItem (Maybe [DefaultDetection])
- sensitiveDataItem_category :: Lens' SensitiveDataItem (Maybe SensitiveDataItemCategory)
- sensitiveDataItem_totalCount :: Lens' SensitiveDataItem (Maybe Integer)
Documentation
data SensitiveDataItem Source #
Provides information about the category, types, and occurrences of sensitive data that produced a sensitive data finding.
See: newSensitiveDataItem
smart constructor.
SensitiveDataItem' | |
|
Instances
newSensitiveDataItem :: SensitiveDataItem Source #
Create a value of SensitiveDataItem
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:detections:SensitiveDataItem'
, sensitiveDataItem_detections
- An array of objects, one for each type of sensitive data that was
detected. Each object reports the number of occurrences of a specific
type of sensitive data that was detected, and the location of up to 15
of those occurrences.
$sel:category:SensitiveDataItem'
, sensitiveDataItem_category
- The category of sensitive data that was detected. For example:
CREDENTIALS, for credentials data such as private keys or Amazon Web
Services secret keys; FINANCIAL_INFORMATION, for financial data such as
credit card numbers; or, PERSONAL_INFORMATION, for personal health
information, such as health insurance identification numbers, or
personally identifiable information, such as passport numbers.
$sel:totalCount:SensitiveDataItem'
, sensitiveDataItem_totalCount
- The total number of occurrences of the sensitive data that was detected.
sensitiveDataItem_detections :: Lens' SensitiveDataItem (Maybe [DefaultDetection]) Source #
An array of objects, one for each type of sensitive data that was detected. Each object reports the number of occurrences of a specific type of sensitive data that was detected, and the location of up to 15 of those occurrences.
sensitiveDataItem_category :: Lens' SensitiveDataItem (Maybe SensitiveDataItemCategory) Source #
The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
sensitiveDataItem_totalCount :: Lens' SensitiveDataItem (Maybe Integer) Source #
The total number of occurrences of the sensitive data that was detected.