MappingParameters

When you configure a SQL-based Kinesis Data Analytics application's 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: MappingParameters.Builder.() -> Unit = {}): MappingParameters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String