IngestFeed
is a datatype
for an ingest feed.
Table: IngestFeed
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Mar 26, 2025 | |||||
createdAt | long | yes | Long-Term | Unix timestamp for when this feed was created. | |
description | string | Long-Term | A description of the ingest feed. | ||
enabled | boolean | yes | Long-Term | Whether the ingest from the ingest feed is enabled. | |
executionInfo | IngestFeedExecutionInfo | Long-Term | Details about how the ingest feed is running. See IngestFeedExecutionInfo . | ||
id | string | yes | Long-Term | The unique identifier of the ingest feed. | |
Name | string | yes | Long-Term | The name of the ingest feed. | |
parser | Parser | Long-Term | The parser used to parse the ingest feed. See Parser . | ||
source | IngestFeedSource | yes | Long-Term | The source from which the ingest feed will ingest. See IngestFeedS3SqsSource . |