Class: Aws::Glue::Types::DirectKinesisSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DirectKinesisSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a direct Amazon Kinesis data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_preview_options ⇒ Types::StreamingDataPreviewOptions
Additional options for data preview.
-
#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.
-
#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.
8583 8584 8585 8586 8587 8588 8589 8590 8591 |
# File 'lib/aws-sdk-glue/types.rb', line 8583 class DirectKinesisSource < Struct.new( :name, :window_size, :detect_schema, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#detect_schema ⇒ Boolean
Whether to automatically determine the schema from the incoming data.
8583 8584 8585 8586 8587 8588 8589 8590 8591 |
# File 'lib/aws-sdk-glue/types.rb', line 8583 class DirectKinesisSource < Struct.new( :name, :window_size, :detect_schema, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
8583 8584 8585 8586 8587 8588 8589 8590 8591 |
# File 'lib/aws-sdk-glue/types.rb', line 8583 class DirectKinesisSource < Struct.new( :name, :window_size, :detect_schema, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#streaming_options ⇒ Types::KinesisStreamingSourceOptions
Additional options for the Kinesis streaming data source.
8583 8584 8585 8586 8587 8588 8589 8590 8591 |
# File 'lib/aws-sdk-glue/types.rb', line 8583 class DirectKinesisSource < Struct.new( :name, :window_size, :detect_schema, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |
#window_size ⇒ Integer
The amount of time to spend processing each micro batch.
8583 8584 8585 8586 8587 8588 8589 8590 8591 |
# File 'lib/aws-sdk-glue/types.rb', line 8583 class DirectKinesisSource < Struct.new( :name, :window_size, :detect_schema, :streaming_options, :data_preview_options) SENSITIVE = [] include Aws::Structure end |