Class: Aws::Types::KinesisStreamingSourceOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_idle_time_between_readsBoolean

Returns the value of attribute add_idle_time_between_reads.

Returns:

  • (Boolean)


5070
5071
5072
# File 'sig/types.rbs', line 5070

def add_idle_time_between_reads
  @add_idle_time_between_reads
end

#add_record_timestamp::String

Returns the value of attribute add_record_timestamp.

Returns:

  • (::String)


5080
5081
5082
# File 'sig/types.rbs', line 5080

def add_record_timestamp
  @add_record_timestamp
end

#avoid_empty_batchesBoolean

Returns the value of attribute avoid_empty_batches.

Returns:

  • (Boolean)


5076
5077
5078
# File 'sig/types.rbs', line 5076

def avoid_empty_batches
  @avoid_empty_batches
end

#classification::String

Returns the value of attribute classification.

Returns:

  • (::String)


5064
5065
5066
# File 'sig/types.rbs', line 5064

def classification
  @classification
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


5065
5066
5067
# File 'sig/types.rbs', line 5065

def delimiter
  @delimiter
end

#describe_shard_interval::Integer

Returns the value of attribute describe_shard_interval.

Returns:

  • (::Integer)


5072
5073
5074
# File 'sig/types.rbs', line 5072

def describe_shard_interval
  @describe_shard_interval
end

#emit_consumer_lag_metrics::String

Returns the value of attribute emit_consumer_lag_metrics.

Returns:

  • (::String)


5081
5082
5083
# File 'sig/types.rbs', line 5081

def emit_consumer_lag_metrics
  @emit_consumer_lag_metrics
end

#endpoint_url::String

Returns the value of attribute endpoint_url.

Returns:

  • (::String)


5062
5063
5064
# File 'sig/types.rbs', line 5062

def endpoint_url
  @endpoint_url
end

#fanout_consumer_arn::String

Returns the value of attribute fanout_consumer_arn.

Returns:

  • (::String)


5083
5084
5085
# File 'sig/types.rbs', line 5083

def fanout_consumer_arn
  @fanout_consumer_arn
end

#idle_time_between_reads_in_ms::Integer

Returns the value of attribute idle_time_between_reads_in_ms.

Returns:

  • (::Integer)


5071
5072
5073
# File 'sig/types.rbs', line 5071

def idle_time_between_reads_in_ms
  @idle_time_between_reads_in_ms
end

#max_fetch_records_per_shard::Integer

Returns the value of attribute max_fetch_records_per_shard.

Returns:

  • (::Integer)


5068
5069
5070
# File 'sig/types.rbs', line 5068

def max_fetch_records_per_shard
  @max_fetch_records_per_shard
end

#max_fetch_time_in_ms::Integer

Returns the value of attribute max_fetch_time_in_ms.

Returns:

  • (::Integer)


5067
5068
5069
# File 'sig/types.rbs', line 5067

def max_fetch_time_in_ms
  @max_fetch_time_in_ms
end

#max_record_per_read::Integer

Returns the value of attribute max_record_per_read.

Returns:

  • (::Integer)


5069
5070
5071
# File 'sig/types.rbs', line 5069

def max_record_per_read
  @max_record_per_read
end

#max_retry_interval_ms::Integer

Returns the value of attribute max_retry_interval_ms.

Returns:

  • (::Integer)


5075
5076
5077
# File 'sig/types.rbs', line 5075

def max_retry_interval_ms
  @max_retry_interval_ms
end

#num_retries::Integer

Returns the value of attribute num_retries.

Returns:

  • (::Integer)


5073
5074
5075
# File 'sig/types.rbs', line 5073

def num_retries
  @num_retries
end

#retry_interval_ms::Integer

Returns the value of attribute retry_interval_ms.

Returns:

  • (::Integer)


5074
5075
5076
# File 'sig/types.rbs', line 5074

def retry_interval_ms
  @retry_interval_ms
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


5078
5079
5080
# File 'sig/types.rbs', line 5078

def role_arn
  @role_arn
end

#role_session_name::String

Returns the value of attribute role_session_name.

Returns:

  • (::String)


5079
5080
5081
# File 'sig/types.rbs', line 5079

def role_session_name
  @role_session_name
end

#starting_position"latest", ...

Returns the value of attribute starting_position.

Returns:

  • ("latest", "trim_horizon", "earliest", "timestamp")


5066
5067
5068
# File 'sig/types.rbs', line 5066

def starting_position
  @starting_position
end

#starting_timestamp::Time

Returns the value of attribute starting_timestamp.

Returns:

  • (::Time)


5082
5083
5084
# File 'sig/types.rbs', line 5082

def starting_timestamp
  @starting_timestamp
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


5077
5078
5079
# File 'sig/types.rbs', line 5077

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


5063
5064
5065
# File 'sig/types.rbs', line 5063

def stream_name
  @stream_name
end