class Aws::Honeycode::Types::ImportOptions

An object that contains the options specified by the sumitter of the import request.

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

data as a hash:

    {
      destination_options: {
        column_map: {
          "ResourceId" => {
            column_index: 1,
          },
        },
      },
      delimited_text_options: {
        delimiter: "DelimitedTextDelimiter", # required
        has_header_row: false,
        ignore_empty_rows: false,
        data_character_encoding: "UTF-8", # accepts UTF-8, US-ASCII, ISO-8859-1, UTF-16BE, UTF-16LE, UTF-16
      },
    }

@!attribute [rw] destination_options

Options relating to the destination of the import request.
@return [Types::DestinationOptions]

@!attribute [rw] delimited_text_options

Options relating to parsing delimited text. Required if dataFormat
is DELIMITED\_TEXT.
@return [Types::DelimitedTextImportOptions]

@see docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ImportOptions AWS API Documentation

Constants

SENSITIVE