Class: Aws::Pipes::Types::UpdatePipeSourceManagedStreamingKafkaParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb

Overview

The parameters for using an MSK stream as a source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_sizeInteger

The maximum number of records to include in each batch.

Returns:

  • (Integer)


3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3257

class UpdatePipeSourceManagedStreamingKafkaParameters < Struct.new(
  :batch_size,
  :credentials,
  :maximum_batching_window_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#credentialsTypes::MSKAccessCredentials

The credentials needed to access the resource.



3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3257

class UpdatePipeSourceManagedStreamingKafkaParameters < Struct.new(
  :batch_size,
  :credentials,
  :maximum_batching_window_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_batching_window_in_secondsInteger

The maximum length of a time to wait for events.

Returns:

  • (Integer)


3257
3258
3259
3260
3261
3262
3263
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3257

class UpdatePipeSourceManagedStreamingKafkaParameters < Struct.new(
  :batch_size,
  :credentials,
  :maximum_batching_window_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end