class Aws::KinesisAnalyticsV2::Types::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.

@note When making an API call, you may pass MappingParameters

data as a hash:

    {
      json_mapping_parameters: {
        record_row_path: "RecordRowPath", # required
      },
      csv_mapping_parameters: {
        record_row_delimiter: "RecordRowDelimiter", # required
        record_column_delimiter: "RecordColumnDelimiter", # required
      },
    }

@!attribute [rw] json_mapping_parameters

Provides additional mapping information when JSON is the record
format on the streaming source.
@return [Types::JSONMappingParameters]

@!attribute [rw] csv_mapping_parameters

Provides additional mapping information when the record format uses
delimiters (for example, CSV).
@return [Types::CSVMappingParameters]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/MappingParameters AWS API Documentation

Constants

SENSITIVE