Class: Aws::Types::KafkaStreamingSourceOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_record_timestamp::String

Returns the value of attribute add_record_timestamp.

Returns:

  • (::String)


5030
5031
5032
# File 'sig/types.rbs', line 5030

def add_record_timestamp
  @add_record_timestamp
end

#assign::String

Returns the value of attribute assign.

Returns:

  • (::String)


5018
5019
5020
# File 'sig/types.rbs', line 5018

def assign
  @assign
end

#bootstrap_servers::String

Returns the value of attribute bootstrap_servers.

Returns:

  • (::String)


5014
5015
5016
# File 'sig/types.rbs', line 5014

def bootstrap_servers
  @bootstrap_servers
end

#classification::String

Returns the value of attribute classification.

Returns:

  • (::String)


5020
5021
5022
# File 'sig/types.rbs', line 5020

def classification
  @classification
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


5016
5017
5018
# File 'sig/types.rbs', line 5016

def connection_name
  @connection_name
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


5021
5022
5023
# File 'sig/types.rbs', line 5021

def delimiter
  @delimiter
end

#emit_consumer_lag_metrics::String

Returns the value of attribute emit_consumer_lag_metrics.

Returns:

  • (::String)


5031
5032
5033
# File 'sig/types.rbs', line 5031

def emit_consumer_lag_metrics
  @emit_consumer_lag_metrics
end

#ending_offsets::String

Returns the value of attribute ending_offsets.

Returns:

  • (::String)


5023
5024
5025
# File 'sig/types.rbs', line 5023

def ending_offsets
  @ending_offsets
end

#include_headersBoolean

Returns the value of attribute include_headers.

Returns:

  • (Boolean)


5029
5030
5031
# File 'sig/types.rbs', line 5029

def include_headers
  @include_headers
end

#max_offsets_per_trigger::Integer

Returns the value of attribute max_offsets_per_trigger.

Returns:

  • (::Integer)


5027
5028
5029
# File 'sig/types.rbs', line 5027

def max_offsets_per_trigger
  @max_offsets_per_trigger
end

#min_partitions::Integer

Returns the value of attribute min_partitions.

Returns:

  • (::Integer)


5028
5029
5030
# File 'sig/types.rbs', line 5028

def min_partitions
  @min_partitions
end

#num_retries::Integer

Returns the value of attribute num_retries.

Returns:

  • (::Integer)


5025
5026
5027
# File 'sig/types.rbs', line 5025

def num_retries
  @num_retries
end

#poll_timeout_ms::Integer

Returns the value of attribute poll_timeout_ms.

Returns:

  • (::Integer)


5024
5025
5026
# File 'sig/types.rbs', line 5024

def poll_timeout_ms
  @poll_timeout_ms
end

#retry_interval_ms::Integer

Returns the value of attribute retry_interval_ms.

Returns:

  • (::Integer)


5026
5027
5028
# File 'sig/types.rbs', line 5026

def retry_interval_ms
  @retry_interval_ms
end

#security_protocol::String

Returns the value of attribute security_protocol.

Returns:

  • (::String)


5015
5016
5017
# File 'sig/types.rbs', line 5015

def security_protocol
  @security_protocol
end

#starting_offsets::String

Returns the value of attribute starting_offsets.

Returns:

  • (::String)


5022
5023
5024
# File 'sig/types.rbs', line 5022

def starting_offsets
  @starting_offsets
end

#starting_timestamp::Time

Returns the value of attribute starting_timestamp.

Returns:

  • (::Time)


5032
5033
5034
# File 'sig/types.rbs', line 5032

def starting_timestamp
  @starting_timestamp
end

#subscribe_pattern::String

Returns the value of attribute subscribe_pattern.

Returns:

  • (::String)


5019
5020
5021
# File 'sig/types.rbs', line 5019

def subscribe_pattern
  @subscribe_pattern
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


5017
5018
5019
# File 'sig/types.rbs', line 5017

def topic_name
  @topic_name
end