Class: Aws::Glue::Types::CatalogKinesisSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogKinesisSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a Kinesis data source in the Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_preview_options ⇒ Types::StreamingDataPreviewOptions
Additional options for data preview.
-
#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 source.
-
#streaming_options ⇒ Types::KinesisStreamingSourceOptions
Additional options for the Kinesis streaming data source.
-
#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
Additional options for data preview.
1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-glue/types.rb', line 1987 class CatalogKinesisSource < 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.
1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-glue/types.rb', line 1987 class CatalogKinesisSource < 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.
1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-glue/types.rb', line 1987 class CatalogKinesisSource < 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 source.
1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-glue/types.rb', line 1987 class CatalogKinesisSource < Struct.new( :name, :window_size, :detect_schema, :table, :database, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#streaming_options ⇒ Types::KinesisStreamingSourceOptions
Additional options for the Kinesis streaming data source.
1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-glue/types.rb', line 1987 class CatalogKinesisSource < 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.
1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-glue/types.rb', line 1987 class CatalogKinesisSource < 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.
1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-glue/types.rb', line 1987 class CatalogKinesisSource < Struct.new( :name, :window_size, :detect_schema, :table, :database, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |