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)


3533
3534
3535
3536
3537
3538
3539
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3533

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.



3533
3534
3535
3536
3537
3538
3539
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3533

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)


3533
3534
3535
3536
3537
3538
3539
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3533

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