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 DefaultDetection = DefaultDetection' {
- occurrences :: Maybe Occurrences
- count :: Maybe Integer
- type' :: Maybe Text
- newDefaultDetection :: DefaultDetection
- defaultDetection_occurrences :: Lens' DefaultDetection (Maybe Occurrences)
- defaultDetection_count :: Lens' DefaultDetection (Maybe Integer)
- defaultDetection_type :: Lens' DefaultDetection (Maybe Text)
Documentation
data DefaultDetection Source #
Provides information about a type of sensitive data that was detected by a managed data identifier and produced a sensitive data finding.
See: newDefaultDetection
smart constructor.
DefaultDetection' | |
|
Instances
newDefaultDetection :: DefaultDetection Source #
Create a value of DefaultDetection
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:occurrences:DefaultDetection'
, defaultDetection_occurrences
- The location of 1-15 occurrences of the sensitive data that was
detected. A finding includes location data for a maximum of 15
occurrences of sensitive data.
$sel:count:DefaultDetection'
, defaultDetection_count
- The total number of occurrences of the type of sensitive data that was
detected.
$sel:type':DefaultDetection'
, defaultDetection_type
- The type of sensitive data that was detected. For example,
AWS_CREDENTIALS, PHONE_NUMBER, or ADDRESS.
defaultDetection_occurrences :: Lens' DefaultDetection (Maybe Occurrences) Source #
The location of 1-15 occurrences of the sensitive data that was detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
defaultDetection_count :: Lens' DefaultDetection (Maybe Integer) Source #
The total number of occurrences of the type of sensitive data that was detected.
defaultDetection_type :: Lens' DefaultDetection (Maybe Text) Source #
The type of sensitive data that was detected. For example, AWS_CREDENTIALS, PHONE_NUMBER, or ADDRESS.