Untitled object in specSchema (Unified Pipeline Specification) Schema #

undefined#/properties/postProcess/items/allOf/22/properties/params/properties/dataSource/oneOf/1

A data origin that will supply data to the pipeline

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none specSchema.schema.json*

1 Type #

object (Details)

all of

undefined Properties #

Property Type Required Nullable Defined by
source string Required cannot be null specSchema (Unified Pipeline Specification)

source #

Enumeration of origin data system types

source

source Constraints #

enum: the value of this property must be equal to one of the following values:

Value Explanation
"s3" S3 data source
"mqtt" IOT Core MQTT data source
"kinesis-streams" Kinesis Streams data source
"dynamo" DynamoDB data source
"cloudwatch-logs-filter" Cloudwatch Logs Filter data source
"cloudwatch-logs-insights" Cloudwatch Logs Insights data source
"elasticsearch" Elasticsearch data source
"file-binary"
"stdin" Standard input command line data source, usually from a pipe or redirect
"inline" Rows of data inline in the JSON of the specification