Class: Aws::Kinesis::Types::S3TablesDestinationUpdateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/types.rb

Overview

The updated configuration for a streaming table destination. Used in UpdateChannel. Only DataFreshnessInSeconds can be updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_freshness_in_secondsInteger

The maximum age, in seconds, of undelivered data. Valid range is 300 to 900 seconds (5 to 15 minutes).

Returns:

  • (Integer)


2854
2855
2856
2857
2858
# File 'lib/aws-sdk-kinesis/types.rb', line 2854

class S3TablesDestinationUpdateInput < Struct.new(
  :data_freshness_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end