@aws-sdk/client-kinesis-analytics

MappingParameters Interface

When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.

Members

Name
Type
Details
CSVMappingParameters CSVMappingParameters | undefined

Provides additional mapping information when the record format uses delimiters (for example, CSV).

JSONMappingParameters JSONMappingParameters | undefined

Provides additional mapping information when JSON is the record format on the streaming source.

Full Signature

export interface MappingParameters