Class: Aws::Glue::Types::DirectKafkaSource

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

Overview

Specifies an Apache Kafka data store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_preview_optionsTypes::StreamingDataPreviewOptions

Specifies options related to data preview for viewing a sample of your data.



7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7980

class DirectKafkaSource < Struct.new(
  :name,
  :streaming_options,
  :window_size,
  :detect_schema,
  :data_preview_options)
  SENSITIVE = []
  include Aws::Structure
end

#detect_schemaBoolean

Whether to automatically determine the schema from the incoming data.

Returns:

  • (Boolean)


7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7980

class DirectKafkaSource < Struct.new(
  :name,
  :streaming_options,
  :window_size,
  :detect_schema,
  :data_preview_options)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data store.

Returns:

  • (String)


7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7980

class DirectKafkaSource < Struct.new(
  :name,
  :streaming_options,
  :window_size,
  :detect_schema,
  :data_preview_options)
  SENSITIVE = []
  include Aws::Structure
end

#streaming_optionsTypes::KafkaStreamingSourceOptions

Specifies the streaming options.



7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7980

class DirectKafkaSource < Struct.new(
  :name,
  :streaming_options,
  :window_size,
  :detect_schema,
  :data_preview_options)
  SENSITIVE = []
  include Aws::Structure
end

#window_sizeInteger

The amount of time to spend processing each micro batch.

Returns:

  • (Integer)


7980
7981
7982
7983
7984
7985
7986
7987
7988
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7980

class DirectKafkaSource < Struct.new(
  :name,
  :streaming_options,
  :window_size,
  :detect_schema,
  :data_preview_options)
  SENSITIVE = []
  include Aws::Structure
end