Class: Aws::Pipes::Types::UpdatePipeSourceSelfManagedKafkaParameters

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

Overview

The parameters for using a self-managed Apache Kafka 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)


3375
3376
3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3375

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

#credentialsTypes::SelfManagedKafkaAccessConfigurationCredentials

The credentials needed to access the resource.



3375
3376
3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3375

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

#maximum_batching_window_in_secondsInteger

The maximum length of a time to wait for events.

Returns:

  • (Integer)


3375
3376
3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3375

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

#server_root_ca_certificateString

The ARN of the Secrets Manager secret used for certification.

Returns:

  • (String)


3375
3376
3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3375

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

#vpcTypes::SelfManagedKafkaAccessConfigurationVpc

This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.



3375
3376
3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3375

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