libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.Types.CustomDataIdentifiers

Description

 
Synopsis

Documentation

data CustomDataIdentifiers Source #

Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.

See: newCustomDataIdentifiers smart constructor.

Constructors

CustomDataIdentifiers' 

Fields

  • detections :: Maybe [CustomDetection]

    The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.

  • totalCount :: Maybe Integer

    The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.

Instances

Instances details
Eq CustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifiers

Read CustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifiers

Show CustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifiers

Generic CustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifiers

Associated Types

type Rep CustomDataIdentifiers :: Type -> Type #

NFData CustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifiers

Methods

rnf :: CustomDataIdentifiers -> () #

Hashable CustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifiers

FromJSON CustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifiers

type Rep CustomDataIdentifiers Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDataIdentifiers

type Rep CustomDataIdentifiers = D1 ('MetaData "CustomDataIdentifiers" "Amazonka.MacieV2.Types.CustomDataIdentifiers" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "CustomDataIdentifiers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomDetection])) :*: S1 ('MetaSel ('Just "totalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newCustomDataIdentifiers :: CustomDataIdentifiers Source #

Create a value of CustomDataIdentifiers 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:detections:CustomDataIdentifiers', customDataIdentifiers_detections - The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.

$sel:totalCount:CustomDataIdentifiers', customDataIdentifiers_totalCount - The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.

customDataIdentifiers_detections :: Lens' CustomDataIdentifiers (Maybe [CustomDetection]) Source #

The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.

customDataIdentifiers_totalCount :: Lens' CustomDataIdentifiers (Maybe Integer) Source #

The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.