Class: Aws::Glue::Types::DirectKinesisSource

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

Instance Attribute Details

#data_preview_optionsTypes::StreamingDataPreviewOptions

Additional options for data preview.



8015
8016
8017
8018
8019
8020
8021
8022
8023
# File 'lib/aws-sdk-glue/types.rb', line 8015

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

#detect_schemaBoolean

Whether to automatically determine the schema from the incoming data.

Returns:

  • (Boolean)


8015
8016
8017
8018
8019
8020
8021
8022
8023
# File 'lib/aws-sdk-glue/types.rb', line 8015

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

#nameString

The name of the data source.

Returns:

  • (String)


8015
8016
8017
8018
8019
8020
8021
8022
8023
# File 'lib/aws-sdk-glue/types.rb', line 8015

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

#streaming_optionsTypes::KinesisStreamingSourceOptions

Additional options for the Kinesis streaming data source.



8015
8016
8017
8018
8019
8020
8021
8022
8023
# File 'lib/aws-sdk-glue/types.rb', line 8015

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

#window_sizeInteger

The amount of time to spend processing each micro batch.

Returns:

  • (Integer)


8015
8016
8017
8018
8019
8020
8021
8022
8023
# File 'lib/aws-sdk-glue/types.rb', line 8015

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