PipeSourceSelfManagedKafkaParameters

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of server URLs.

Link copied to clipboard

The maximum number of records to include in each batch.

Link copied to clipboard

The name of the destination queue to consume.

Link copied to clipboard

The credentials needed to access the resource.

Link copied to clipboard

The maximum length of a time to wait for events.

Link copied to clipboard

The ARN of the Secrets Manager secret used for certification.

Link copied to clipboard

The position in a stream from which to start reading.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String