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 CustomDetection = CustomDetection' {}
- newCustomDetection :: CustomDetection
- customDetection_occurrences :: Lens' CustomDetection (Maybe Occurrences)
- customDetection_arn :: Lens' CustomDetection (Maybe Text)
- customDetection_count :: Lens' CustomDetection (Maybe Integer)
- customDetection_name :: Lens' CustomDetection (Maybe Text)
Documentation
data CustomDetection Source #
Provides information about a custom data identifier that produced a sensitive data finding, and the sensitive data that it detected for the finding.
See: newCustomDetection
smart constructor.
CustomDetection' | |
|
Instances
newCustomDetection :: CustomDetection Source #
Create a value of CustomDetection
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:CustomDetection'
, customDetection_occurrences
- The location of 1-15 occurrences of the sensitive data that the custom
data identifier detected. A finding includes location data for a maximum
of 15 occurrences of sensitive data.
$sel:arn:CustomDetection'
, customDetection_arn
- The Amazon Resource Name (ARN) of the custom data identifier.
$sel:count:CustomDetection'
, customDetection_count
- The total number of occurrences of the sensitive data that the custom
data identifier detected.
$sel:name:CustomDetection'
, customDetection_name
- The name of the custom data identifier.
customDetection_occurrences :: Lens' CustomDetection (Maybe Occurrences) Source #
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
customDetection_arn :: Lens' CustomDetection (Maybe Text) Source #
The Amazon Resource Name (ARN) of the custom data identifier.
customDetection_count :: Lens' CustomDetection (Maybe Integer) Source #
The total number of occurrences of the sensitive data that the custom data identifier detected.
customDetection_name :: Lens' CustomDetection (Maybe Text) Source #
The name of the custom data identifier.