Class: Aws::KinesisAnalyticsV2::Types::RecordFormat

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb

Overview

For a SQL-based Kinesis Data Analytics application, describes the record format and relevant mapping information that should be applied to schematize the records on the stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mapping_parametersTypes::MappingParameters

When you configure 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.



3790
3791
3792
3793
3794
3795
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3790

class RecordFormat < Struct.new(
  :record_format_type,
  :mapping_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#record_format_typeString

The type of record format.

Returns:

  • (String)


3790
3791
3792
3793
3794
3795
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3790

class RecordFormat < Struct.new(
  :record_format_type,
  :mapping_parameters)
  SENSITIVE = []
  include Aws::Structure
end