You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalytics::Types::MappingParameters

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MappingParameters as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#csv_mapping_parametersTypes::CSVMappingParameters

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

Returns:

#json_mapping_parametersTypes::JSONMappingParameters

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

Returns: