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

Class: Aws::KinesisAnalyticsV2::Types::DestinationSchema

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

Overview

Note:

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

{
  record_format_type: "JSON", # required, accepts JSON, CSV
}

Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#record_format_typeString

Specifies the format of the records on the output stream.

Possible values:

  • JSON
  • CSV

Returns:

  • (String)

    Specifies the format of the records on the output stream.