Class: Aws::Glue::Types::CatalogKafkaSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogKafkaSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies an Apache Kafka data store in the Data Catalog.
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.
-
#database ⇒ String
The name of the database to read from.
-
#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.
-
#table ⇒ String
The name of the table in the database to read from.
-
#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.
1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'lib/aws-sdk-glue/types.rb', line 1942 class CatalogKafkaSource < Struct.new( :name, :window_size, :detect_schema, :table, :database, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The name of the database to read from.
1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'lib/aws-sdk-glue/types.rb', line 1942 class CatalogKafkaSource < Struct.new( :name, :window_size, :detect_schema, :table, :database, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#detect_schema ⇒ Boolean
Whether to automatically determine the schema from the incoming data.
1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'lib/aws-sdk-glue/types.rb', line 1942 class CatalogKafkaSource < Struct.new( :name, :window_size, :detect_schema, :table, :database, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data store.
1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'lib/aws-sdk-glue/types.rb', line 1942 class CatalogKafkaSource < Struct.new( :name, :window_size, :detect_schema, :table, :database, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#streaming_options ⇒ Types::KafkaStreamingSourceOptions
Specifies the streaming options.
1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'lib/aws-sdk-glue/types.rb', line 1942 class CatalogKafkaSource < Struct.new( :name, :window_size, :detect_schema, :table, :database, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to read from.
1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'lib/aws-sdk-glue/types.rb', line 1942 class CatalogKafkaSource < Struct.new( :name, :window_size, :detect_schema, :table, :database, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#window_size ⇒ Integer
The amount of time to spend processing each micro batch.
1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'lib/aws-sdk-glue/types.rb', line 1942 class CatalogKafkaSource < Struct.new( :name, :window_size, :detect_schema, :table, :database, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |