Skip to content

/AWS1/CL_MA2OCCURRENCES

Specifies the location of 1-15 occurrences of sensitive data that was detected by a managed data identifier or a custom data identifier and produced a sensitive data finding.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_cells TYPE /AWS1/CL_MA2CELL=>TT_CELLS TT_CELLS

An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file. This value is null for all other types of files.

Each Cell object specifies a cell or field that contains the sensitive data.

it_lineranges TYPE /AWS1/CL_MA2RANGE=>TT_RANGES TT_RANGES

An array of objects, one for each occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file. Each Range object specifies a line or inclusive range of lines that contains the sensitive data, and the position of the data on the specified line or lines.

This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the location of sensitive data in: unstructured sections of an otherwise structured file, such as a comment in a file; a malformed file that Amazon Macie analyzes as plain text; and, a CSV or TSV file that has any column names that contain sensitive data.

it_offsetranges TYPE /AWS1/CL_MA2RANGE=>TT_RANGES TT_RANGES

Reserved for future use.

it_pages TYPE /AWS1/CL_MA2PAGE=>TT_PAGES TT_PAGES

An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file. This value is null for all other types of files.

Each Page object specifies a page that contains the sensitive data.

it_records TYPE /AWS1/CL_MA2RECORD=>TT_RECORDS TT_RECORDS

An array of objects, one for each occurrence of sensitive data in an Apache Avro object container, Apache Parquet file, JSON file, or JSON Lines file. This value is null for all other types of files.

For an Avro object container or Parquet file, each Record object specifies a record index and the path to a field in a record that contains the sensitive data. For a JSON or JSON Lines file, each Record object specifies the path to a field or array that contains the sensitive data. For a JSON Lines file, it also specifies the index of the line that contains the data.


Queryable Attributes

cells

An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file. This value is null for all other types of files.

Each Cell object specifies a cell or field that contains the sensitive data.

Accessible with the following methods

Method Description
GET_CELLS() Getter for CELLS, with configurable default
ASK_CELLS() Getter for CELLS w/ exceptions if field has no value
HAS_CELLS() Determine if CELLS has a value

lineRanges

An array of objects, one for each occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file. Each Range object specifies a line or inclusive range of lines that contains the sensitive data, and the position of the data on the specified line or lines.

This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the location of sensitive data in: unstructured sections of an otherwise structured file, such as a comment in a file; a malformed file that Amazon Macie analyzes as plain text; and, a CSV or TSV file that has any column names that contain sensitive data.

Accessible with the following methods

Method Description
GET_LINERANGES() Getter for LINERANGES, with configurable default
ASK_LINERANGES() Getter for LINERANGES w/ exceptions if field has no value
HAS_LINERANGES() Determine if LINERANGES has a value

offsetRanges

Reserved for future use.

Accessible with the following methods

Method Description
GET_OFFSETRANGES() Getter for OFFSETRANGES, with configurable default
ASK_OFFSETRANGES() Getter for OFFSETRANGES w/ exceptions if field has no value
HAS_OFFSETRANGES() Determine if OFFSETRANGES has a value

pages

An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file. This value is null for all other types of files.

Each Page object specifies a page that contains the sensitive data.

Accessible with the following methods

Method Description
GET_PAGES() Getter for PAGES, with configurable default
ASK_PAGES() Getter for PAGES w/ exceptions if field has no value
HAS_PAGES() Determine if PAGES has a value

records

An array of objects, one for each occurrence of sensitive data in an Apache Avro object container, Apache Parquet file, JSON file, or JSON Lines file. This value is null for all other types of files.

For an Avro object container or Parquet file, each Record object specifies a record index and the path to a field in a record that contains the sensitive data. For a JSON or JSON Lines file, each Record object specifies the path to a field or array that contains the sensitive data. For a JSON Lines file, it also specifies the index of the line that contains the data.

Accessible with the following methods

Method Description
GET_RECORDS() Getter for RECORDS, with configurable default
ASK_RECORDS() Getter for RECORDS w/ exceptions if field has no value
HAS_RECORDS() Determine if RECORDS has a value