amazonka-maciev2-2.0: Amazon Macie 2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MacieV2.Types.SensitiveDataItem

Description

 
Synopsis

Documentation

data SensitiveDataItem Source #

Provides information about the category, types, and occurrences of sensitive data that produced a sensitive data finding.

See: newSensitiveDataItem smart constructor.

Constructors

SensitiveDataItem' 

Fields

  • category :: Maybe SensitiveDataItemCategory

    The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.

  • detections :: Maybe [DefaultDetection]

    An array of objects, one for each type of sensitive data that was detected. Each object reports the number of occurrences of a specific type of sensitive data that was detected, and the location of up to 15 of those occurrences.

  • totalCount :: Maybe Integer

    The total number of occurrences of the sensitive data that was detected.

Instances

Instances details
FromJSON SensitiveDataItem Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitiveDataItem

Generic SensitiveDataItem Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitiveDataItem

Associated Types

type Rep SensitiveDataItem :: Type -> Type #

Read SensitiveDataItem Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitiveDataItem

Show SensitiveDataItem Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitiveDataItem

NFData SensitiveDataItem Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitiveDataItem

Methods

rnf :: SensitiveDataItem -> () #

Eq SensitiveDataItem Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitiveDataItem

Hashable SensitiveDataItem Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitiveDataItem

type Rep SensitiveDataItem Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitiveDataItem

type Rep SensitiveDataItem = D1 ('MetaData "SensitiveDataItem" "Amazonka.MacieV2.Types.SensitiveDataItem" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "SensitiveDataItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SensitiveDataItemCategory)) :*: (S1 ('MetaSel ('Just "detections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DefaultDetection])) :*: S1 ('MetaSel ('Just "totalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newSensitiveDataItem :: SensitiveDataItem Source #

Create a value of SensitiveDataItem 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:category:SensitiveDataItem', sensitiveDataItem_category - The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.

$sel:detections:SensitiveDataItem', sensitiveDataItem_detections - An array of objects, one for each type of sensitive data that was detected. Each object reports the number of occurrences of a specific type of sensitive data that was detected, and the location of up to 15 of those occurrences.

$sel:totalCount:SensitiveDataItem', sensitiveDataItem_totalCount - The total number of occurrences of the sensitive data that was detected.

sensitiveDataItem_category :: Lens' SensitiveDataItem (Maybe SensitiveDataItemCategory) Source #

The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.

sensitiveDataItem_detections :: Lens' SensitiveDataItem (Maybe [DefaultDetection]) Source #

An array of objects, one for each type of sensitive data that was detected. Each object reports the number of occurrences of a specific type of sensitive data that was detected, and the location of up to 15 of those occurrences.

sensitiveDataItem_totalCount :: Lens' SensitiveDataItem (Maybe Integer) Source #

The total number of occurrences of the sensitive data that was detected.