Data for creating an ingest feed that uses AWS S3 and SQS.
The
CreateAwsS3SqsIngestFeed
datatype includes various settings.
Table: CreateAwsS3SqsIngestFeed
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 17, 2024 | |||||
authentication | IngestFeedAwsAuthenticationInput | yes | Long-Term | How to authenticate to AWS. See IngestFeedAwsAuthenticationInput . | |
compression | IngestFeedCompression | yes | Long-Term | Compression scheme of the file. See IngestFeedCompression . | |
description | UpdateIngestFeedDescription | Long-Term | The description of the ingest feed. See UpdateIngestFeedDescription . | ||
enabled | boolean | yes | Long-Term | Whether ingest from the ingest feed is enabled. | |
name | string | yes | Long-Term | The name of the ingest feed. | |
Parser | string | yes | 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 | yes | Long-Term | The preprocessing to apply to an ingest feed before parsing. See IngestFeedPreprocessingInput . | |
region | string | yes | 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 | yes | Long-Term | The AWS SQS queue URL. |