Class: Aws::Pipes::Types::PipeSourceSelfManagedKafkaParameters

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 =
[:topic_name, :consumer_group_id]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_bootstrap_serversArray<String>

An array of server URLs.

Returns:

  • (Array<String>)


2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2028

class PipeSourceSelfManagedKafkaParameters < Struct.new(
  :topic_name,
  :starting_position,
  :additional_bootstrap_servers,
  :batch_size,
  :maximum_batching_window_in_seconds,
  :consumer_group_id,
  :credentials,
  :server_root_ca_certificate,
  :vpc)
  SENSITIVE = [:topic_name, :consumer_group_id]
  include Aws::Structure
end

#batch_sizeInteger

The maximum number of records to include in each batch.

Returns:

  • (Integer)


2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2028

class PipeSourceSelfManagedKafkaParameters < Struct.new(
  :topic_name,
  :starting_position,
  :additional_bootstrap_servers,
  :batch_size,
  :maximum_batching_window_in_seconds,
  :consumer_group_id,
  :credentials,
  :server_root_ca_certificate,
  :vpc)
  SENSITIVE = [:topic_name, :consumer_group_id]
  include Aws::Structure
end

#consumer_group_idString

The name of the destination queue to consume.

Returns:

  • (String)


2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2028

class PipeSourceSelfManagedKafkaParameters < Struct.new(
  :topic_name,
  :starting_position,
  :additional_bootstrap_servers,
  :batch_size,
  :maximum_batching_window_in_seconds,
  :consumer_group_id,
  :credentials,
  :server_root_ca_certificate,
  :vpc)
  SENSITIVE = [:topic_name, :consumer_group_id]
  include Aws::Structure
end

#credentialsTypes::SelfManagedKafkaAccessConfigurationCredentials

The credentials needed to access the resource.



2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2028

class PipeSourceSelfManagedKafkaParameters < Struct.new(
  :topic_name,
  :starting_position,
  :additional_bootstrap_servers,
  :batch_size,
  :maximum_batching_window_in_seconds,
  :consumer_group_id,
  :credentials,
  :server_root_ca_certificate,
  :vpc)
  SENSITIVE = [:topic_name, :consumer_group_id]
  include Aws::Structure
end

#maximum_batching_window_in_secondsInteger

The maximum length of a time to wait for events.

Returns:

  • (Integer)


2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2028

class PipeSourceSelfManagedKafkaParameters < Struct.new(
  :topic_name,
  :starting_position,
  :additional_bootstrap_servers,
  :batch_size,
  :maximum_batching_window_in_seconds,
  :consumer_group_id,
  :credentials,
  :server_root_ca_certificate,
  :vpc)
  SENSITIVE = [:topic_name, :consumer_group_id]
  include Aws::Structure
end

#server_root_ca_certificateString

The ARN of the Secrets Manager secret used for certification.

Returns:

  • (String)


2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2028

class PipeSourceSelfManagedKafkaParameters < Struct.new(
  :topic_name,
  :starting_position,
  :additional_bootstrap_servers,
  :batch_size,
  :maximum_batching_window_in_seconds,
  :consumer_group_id,
  :credentials,
  :server_root_ca_certificate,
  :vpc)
  SENSITIVE = [:topic_name, :consumer_group_id]
  include Aws::Structure
end

#starting_positionString

(Streams only) The position in a stream from which to start reading.

Returns:

  • (String)


2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2028

class PipeSourceSelfManagedKafkaParameters < Struct.new(
  :topic_name,
  :starting_position,
  :additional_bootstrap_servers,
  :batch_size,
  :maximum_batching_window_in_seconds,
  :consumer_group_id,
  :credentials,
  :server_root_ca_certificate,
  :vpc)
  SENSITIVE = [:topic_name, :consumer_group_id]
  include Aws::Structure
end

#topic_nameString

The name of the topic that the pipe will read from.

Returns:

  • (String)


2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2028

class PipeSourceSelfManagedKafkaParameters < Struct.new(
  :topic_name,
  :starting_position,
  :additional_bootstrap_servers,
  :batch_size,
  :maximum_batching_window_in_seconds,
  :consumer_group_id,
  :credentials,
  :server_root_ca_certificate,
  :vpc)
  SENSITIVE = [:topic_name, :consumer_group_id]
  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.



2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2028

class PipeSourceSelfManagedKafkaParameters < Struct.new(
  :topic_name,
  :starting_position,
  :additional_bootstrap_servers,
  :batch_size,
  :maximum_batching_window_in_seconds,
  :consumer_group_id,
  :credentials,
  :server_root_ca_certificate,
  :vpc)
  SENSITIVE = [:topic_name, :consumer_group_id]
  include Aws::Structure
end