IngestFeedS3SqsSource is a datatype for an ingest feed that polls data from S3 and is notified via SQS.

This datatype is used by the union datatype, IngestFeedSource. This union datatype is used by IngestFeed, which is used by several query and mutations fields (e.g., createAwsS3SqsIngestFeed(), updateAwsS3SqsIngestFeed(), etc.).

Table: IngestFeedS3SqsSource

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 25, 2024
awsAuthenticationIngestFeedAwsAuthenticationyes Long-TermHow to authenticate to AWS. See IngestFeedAwsAuthentication.
compressionIngestFeedCompressionyes Long-TermThe compression scheme of the file. See IngestFeedCompression.
preprocessingIngestFeedPreprocessingyes Long-TermThe preprocessing to apply to an ingest feed before parsing. See IngestFeedPreprocessing.
regionstringyes Long-TermThe AWS region with which to connect.
sqsUrlstringyes Long-TermThe AWS SQS queue URL.