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

Description

 
Synopsis

Documentation

data Record Source #

An occurrence of sensitive data in an Apache Avro object container or an Apache Parquet file.

See: newRecord smart constructor.

Constructors

Record' 

Fields

  • jsonPath :: Maybe Text

    The path, as a JSONPath expression, to the field in the record that contains the data. If the field name is longer than 20 characters, it is truncated. If the path is longer than 250 characters, it is truncated.

  • recordIndex :: Maybe Integer

    The record index, starting from 0, for the record that contains the data.

Instances

Instances details
Eq Record Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Record

Methods

(==) :: Record -> Record -> Bool #

(/=) :: Record -> Record -> Bool #

Read Record Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Record

Show Record Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Record

Generic Record Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Record

Associated Types

type Rep Record :: Type -> Type #

Methods

from :: Record -> Rep Record x #

to :: Rep Record x -> Record #

NFData Record Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Record

Methods

rnf :: Record -> () #

Hashable Record Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Record

Methods

hashWithSalt :: Int -> Record -> Int #

hash :: Record -> Int #

ToJSON Record Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Record

FromJSON Record Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Record

type Rep Record Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.Record

type Rep Record = D1 ('MetaData "Record" "Amazonka.SecurityHub.Types.Record" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "Record'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jsonPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recordIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newRecord :: Record Source #

Create a value of Record 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:jsonPath:Record', record_jsonPath - The path, as a JSONPath expression, to the field in the record that contains the data. If the field name is longer than 20 characters, it is truncated. If the path is longer than 250 characters, it is truncated.

$sel:recordIndex:Record', record_recordIndex - The record index, starting from 0, for the record that contains the data.

record_jsonPath :: Lens' Record (Maybe Text) Source #

The path, as a JSONPath expression, to the field in the record that contains the data. If the field name is longer than 20 characters, it is truncated. If the path is longer than 250 characters, it is truncated.

record_recordIndex :: Lens' Record (Maybe Integer) Source #

The record index, starting from 0, for the record that contains the data.