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.

A self managed cluster refers to any Apache Kafka cluster not hosted by Amazon Web Services. This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as Confluent Cloud, CloudKarafka, or Redpanda. For more information, see Apache Kafka streams as a source in the Amazon EventBridge User Guide.

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)


3642
3643
3644
3645
3646
3647
3648
3649
3650
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3642

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

#credentialsTypes::SelfManagedKafkaAccessConfigurationCredentials

The credentials needed to access the resource.



3642
3643
3644
3645
3646
3647
3648
3649
3650
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3642

class UpdatePipeSourceSelfManagedKafkaParameters < Struct.new(
  :batch_size,
  :maximum_batching_window_in_seconds,
  :credentials,
  :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)


3642
3643
3644
3645
3646
3647
3648
3649
3650
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3642

class UpdatePipeSourceSelfManagedKafkaParameters < Struct.new(
  :batch_size,
  :maximum_batching_window_in_seconds,
  :credentials,
  :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)


3642
3643
3644
3645
3646
3647
3648
3649
3650
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3642

class UpdatePipeSourceSelfManagedKafkaParameters < Struct.new(
  :batch_size,
  :maximum_batching_window_in_seconds,
  :credentials,
  :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.



3642
3643
3644
3645
3646
3647
3648
3649
3650
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3642

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