Class: Aws::Glue::Types::CatalogKafkaSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_preview_optionsTypes::StreamingDataPreviewOptions

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



1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-glue/types.rb', line 1806

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

#databaseString

The name of the database to read from.

Returns:

  • (String)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-glue/types.rb', line 1806

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

#detect_schemaBoolean

Whether to automatically determine the schema from the incoming data.

Returns:

  • (Boolean)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-glue/types.rb', line 1806

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

#nameString

The name of the data store.

Returns:

  • (String)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-glue/types.rb', line 1806

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

#streaming_optionsTypes::KafkaStreamingSourceOptions

Specifies the streaming options.



1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-glue/types.rb', line 1806

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

#tableString

The name of the table in the database to read from.

Returns:

  • (String)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-glue/types.rb', line 1806

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

#window_sizeInteger

The amount of time to spend processing each micro batch.

Returns:

  • (Integer)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-glue/types.rb', line 1806

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