libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections

Description

 
Synopsis

Documentation

data CustomDataIdentifiersDetections Source #

The list of detected instances of sensitive data.

See: newCustomDataIdentifiersDetections smart constructor.

Constructors

CustomDataIdentifiersDetections' 

Fields

  • occurrences :: Maybe Occurrences

    Details about the sensitive data that was detected.

  • arn :: Maybe Text

    The ARN of the custom identifier that was used to detect the sensitive data.

  • count :: Maybe Integer

    The total number of occurrences of sensitive data that were detected.

  • name :: Maybe Text

    he name of the custom identifier that detected the sensitive data.

Instances

Instances details
Eq CustomDataIdentifiersDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections

Read CustomDataIdentifiersDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections

Show CustomDataIdentifiersDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections

Generic CustomDataIdentifiersDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections

Associated Types

type Rep CustomDataIdentifiersDetections :: Type -> Type #

NFData CustomDataIdentifiersDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections

Hashable CustomDataIdentifiersDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections

ToJSON CustomDataIdentifiersDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections

FromJSON CustomDataIdentifiersDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections

type Rep CustomDataIdentifiersDetections Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections

type Rep CustomDataIdentifiersDetections = D1 ('MetaData "CustomDataIdentifiersDetections" "Amazonka.SecurityHub.Types.CustomDataIdentifiersDetections" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "CustomDataIdentifiersDetections'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "occurrences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Occurrences)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_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.