Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
An occurrence of sensitive data in an Apache Avro object container or an Apache Parquet file.
See: newRecord
smart constructor.
Record' | |
|
Instances
Eq Record Source # | |
Read Record Source # | |
Show Record Source # | |
Generic Record Source # | |
NFData Record Source # | |
Defined in Amazonka.SecurityHub.Types.Record | |
Hashable Record Source # | |
Defined in Amazonka.SecurityHub.Types.Record | |
ToJSON Record Source # | |
Defined in Amazonka.SecurityHub.Types.Record | |
FromJSON Record Source # | |
type Rep Record Source # | |
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)))) |
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.