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
- Struct
- Aws::KinesisAnalyticsV2::Types::DestinationSchema
- Defined in:
- (unknown)
Overview
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
-
#record_format_type ⇒ String
Specifies the format of the records on the output stream.
Instance Attribute Details
#record_format_type ⇒ String
Specifies the format of the records on the output stream.
Possible values:
- JSON
- CSV