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

Description

 
Synopsis

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

  • occurrences :: Maybe 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.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the custom data identifier.

  • count :: Maybe Integer

    The total number of occurrences of the sensitive data that the custom data identifier detected.

  • name :: Maybe Text

    The name of the custom data identifier.

Instances

Instances details
Eq CustomDetection Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDetection

Read CustomDetection Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDetection

Show CustomDetection Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDetection

Generic CustomDetection Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDetection

Associated Types

type Rep CustomDetection :: Type -> Type #

NFData CustomDetection Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDetection

Methods

rnf :: CustomDetection -> () #

Hashable CustomDetection Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDetection

FromJSON CustomDetection Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDetection

type Rep CustomDetection Source # 
Instance details

Defined in Amazonka.MacieV2.Types.CustomDetection

type Rep CustomDetection = D1 ('MetaData "CustomDetection" "Amazonka.MacieV2.Types.CustomDetection" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "CustomDetection'" '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)))))

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

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

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.

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.