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 CustomDataIdentifiersDetections = CustomDataIdentifiersDetections' {}
- newCustomDataIdentifiersDetections :: CustomDataIdentifiersDetections
- customDataIdentifiersDetections_occurrences :: Lens' CustomDataIdentifiersDetections (Maybe Occurrences)
- customDataIdentifiersDetections_arn :: Lens' CustomDataIdentifiersDetections (Maybe Text)
- customDataIdentifiersDetections_count :: Lens' CustomDataIdentifiersDetections (Maybe Integer)
- customDataIdentifiersDetections_name :: Lens' CustomDataIdentifiersDetections (Maybe Text)
Documentation
data CustomDataIdentifiersDetections Source #
The list of detected instances of sensitive data.
See: newCustomDataIdentifiersDetections
smart constructor.
CustomDataIdentifiersDetections' | |
|
Instances
newCustomDataIdentifiersDetections :: CustomDataIdentifiersDetections Source #
Create a value of CustomDataIdentifiersDetections
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:CustomDataIdentifiersDetections'
, customDataIdentifiersDetections_occurrences
- Details about the sensitive data that was detected.
$sel:arn:CustomDataIdentifiersDetections'
, customDataIdentifiersDetections_arn
- The ARN of the custom identifier that was used to detect the sensitive
data.
$sel:count:CustomDataIdentifiersDetections'
, customDataIdentifiersDetections_count
- The total number of occurrences of sensitive data that were detected.
$sel:name:CustomDataIdentifiersDetections'
, customDataIdentifiersDetections_name
- he name of the custom identifier that detected the sensitive data.
customDataIdentifiersDetections_occurrences :: Lens' CustomDataIdentifiersDetections (Maybe Occurrences) Source #
Details about the sensitive data that was detected.
customDataIdentifiersDetections_arn :: Lens' CustomDataIdentifiersDetections (Maybe Text) Source #
The ARN of the custom identifier that was used to detect the sensitive data.
customDataIdentifiersDetections_count :: Lens' CustomDataIdentifiersDetections (Maybe Integer) Source #
The total number of occurrences of sensitive data that were detected.
customDataIdentifiersDetections_name :: Lens' CustomDataIdentifiersDetections (Maybe Text) Source #
he name of the custom identifier that detected the sensitive data.