The IngestFeedPreprocessingKind enumerated list how ingest feeds will be split before parsing.

This datatype is used by three other datatypes: IngestFeedPreprocessingInput; IngestFeedPreprocessingSplitAwsRecords; and IngestFeedPreprocessingSplitNewline. These datatypes are used by other datatypes and many mutation and query fields.

Table: IngestFeedPreprocessingKind

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 13, 2024
SplitAwsRecordsboolean  Long-TermInterpret the input as AWS JSON record format and emit each record as an event.
SplitNewlineboolean  Long-TermInterpret the input as newline-delimited and emit each line as an event.