| 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.CustomDetection
Description
Synopsis
- data CustomDetection = CustomDetection' {}
- newCustomDetection :: CustomDetection
- customDetection_arn :: Lens' CustomDetection (Maybe Text)
- customDetection_count :: Lens' CustomDetection (Maybe Integer)
- customDetection_name :: Lens' CustomDetection (Maybe Text)
- customDetection_occurrences :: Lens' CustomDetection (Maybe Occurrences)
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.
Constructors
| CustomDetection' | |
Fields
| |
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: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.
$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.
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.
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.