Data for creating an ingest feed that uses AWS S3 and SQS.

The CreateAwsS3SqsIngestFeed datatype includes various settings.

Table: CreateAwsS3SqsIngestFeed

ParameterTypeRequired[a]DefaultDescription
repositoryNameRepoOrViewNameyes Name of the repository of the ingest feed. This is a scalar.
namestringyes The name of the ingest feed.
descriptionUpdateIngestFeedDescription  The description of the ingest feed.
parserstringyes 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.
authenticationIngestFeedAwsAuthenticationInputyes How to authenticate to AWS. (see IngestFeedAwsAuthenticationInput Table).
sqsUrlstringyes The AWS SQS queue URL.
regionstringyes The AWS region in which to connect.
enabledbooleanyes Whether ingest from the ingest feed is enabled.
preprocessingIngestFeedPreprocessingInputyes The preprocessing to apply to an ingest feed before parsing (see IngestFeedPreprocessingInput Table).
compressionIngestFeedCompressionyes Compression scheme of the file (see IngestFeedCompression Table).

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.