UpdateAwsS3SqsIngestFeed
is
used to input data for updating an ingest feed which uses AWS S3
with SQS. The update is a delta update.
Table: UpdateAwsS3SqsIngestFeed
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: Sep 23, 2024 | |||||
authentication | IngestFeedAwsAuthenticationInput | yes | Long-Term | How to authenticate with AWS. See IngestFeedAwsAuthenticationInput . | |
compression | IngestFeedCompression | yes | Long-Term | The compression scheme of the file. See IngestFeedCompression . | |
description | UpdateIngestFeedDescription | Long-Term | If the description should be cleared, supply an UpdateDescription object with no value or a null value. If the description should be changed, supply an UpdateDescription object with the desired value. See UpdateIngestFeedDescription . | ||
enabled | boolean | Long-Term | Whether ingest from the ingest feed is enabled. | ||
id | string | yes | Long-Term | The unique identifier of the ingest feed. | |
Name | string | Long-Term | The name of the ingest feed. | ||
Parser | string | Long-Term | The unique identifier or name of the parser that should be used to parse the ingest feed. Parsers in packages can be referred to as packagescope/packagename:parsername. | ||
preprocessing | IngestFeedPreprocessingInput | Long-Term | The preprocessing to apply to an ingest feed before parsing. See IngestFeedPreprocessingInput . | ||
region | string | Long-Term | The AWS region in which to connect. | ||
repositoryName | repoOrViewName | yes | Long-Term | Name of the repository of the ingest feed. repoOrViewName is a scalar. | |
sqsUrl | string | Long-Term | The AWS SQS queue URL. |