Class: Aws::Kafka::Types::S3DestinationUpdate

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

Overview

Update payload for an Amazon S3 destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_freshness_in_secondsInteger

The maximum time, in seconds, that records buffer in MSK before being flushed to the destination. Allowed range: 300 to 900.

Returns:

  • (Integer)


5738
5739
5740
5741
5742
# File 'lib/aws-sdk-kafka/types.rb', line 5738

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