Class: Aws::Glue::Types::DirectKafkaSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DirectKafkaSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies an Apache Kafka data store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_preview_options ⇒ Types::StreamingDataPreviewOptions
Specifies options related to data preview for viewing a sample of your data.
-
#detect_schema ⇒ Boolean
Whether to automatically determine the schema from the incoming data.
-
#name ⇒ String
The name of the data store.
-
#streaming_options ⇒ Types::KafkaStreamingSourceOptions
Specifies the streaming options.
-
#window_size ⇒ Integer
The amount of time to spend processing each micro batch.
Instance Attribute Details
#data_preview_options ⇒ Types::StreamingDataPreviewOptions
Specifies options related to data preview for viewing a sample of your data.
8548 8549 8550 8551 8552 8553 8554 8555 8556 |
# File 'lib/aws-sdk-glue/types.rb', line 8548 class DirectKafkaSource < Struct.new( :name, :streaming_options, :window_size, :detect_schema, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#detect_schema ⇒ Boolean
Whether to automatically determine the schema from the incoming data.
8548 8549 8550 8551 8552 8553 8554 8555 8556 |
# File 'lib/aws-sdk-glue/types.rb', line 8548 class DirectKafkaSource < Struct.new( :name, :streaming_options, :window_size, :detect_schema, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data store.
8548 8549 8550 8551 8552 8553 8554 8555 8556 |
# File 'lib/aws-sdk-glue/types.rb', line 8548 class DirectKafkaSource < Struct.new( :name, :streaming_options, :window_size, :detect_schema, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#streaming_options ⇒ Types::KafkaStreamingSourceOptions
Specifies the streaming options.
8548 8549 8550 8551 8552 8553 8554 8555 8556 |
# File 'lib/aws-sdk-glue/types.rb', line 8548 class DirectKafkaSource < Struct.new( :name, :streaming_options, :window_size, :detect_schema, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#window_size ⇒ Integer
The amount of time to spend processing each micro batch.
8548 8549 8550 8551 8552 8553 8554 8555 8556 |
# File 'lib/aws-sdk-glue/types.rb', line 8548 class DirectKafkaSource < Struct.new( :name, :streaming_options, :window_size, :detect_schema, :data_preview_options) SENSITIVE = [] include Aws::Structure end |