PipeSourceParametersSelfManagedKafkaParameters

data class PipeSourceParametersSelfManagedKafkaParameters(val additionalBootstrapServers: List<String>? = null, val batchSize: Int? = null, val consumerGroupId: String? = null, val credentials: PipeSourceParametersSelfManagedKafkaParametersCredentials? = null, val maximumBatchingWindowInSeconds: Int? = null, val serverRootCaCertificate: String? = null, val startingPosition: String? = null, val topicName: String, val vpc: PipeSourceParametersSelfManagedKafkaParametersVpc? = null)

Constructors

constructor(additionalBootstrapServers: List<String>? = null, batchSize: Int? = null, consumerGroupId: String? = null, credentials: PipeSourceParametersSelfManagedKafkaParametersCredentials? = null, maximumBatchingWindowInSeconds: Int? = null, serverRootCaCertificate: String? = null, startingPosition: String? = null, topicName: String, vpc: PipeSourceParametersSelfManagedKafkaParametersVpc? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of server URLs. Maximum number of 2 items, each of maximum length 300.

Link copied to clipboard
val batchSize: Int? = null

The maximum number of records to include in each batch. Maximum value of 10000.

Link copied to clipboard
val consumerGroupId: String? = null

The name of the destination queue to consume. Maximum value of 200.

Link copied to clipboard

The credentials needed to access the resource. Detailed below.

Link copied to clipboard

The maximum length of a time to wait for events. Maximum value of 300.

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. Valid values: TRIM_HORIZON, LATEST.

Link copied to clipboard

The name of the topic that the pipe will read from. Maximum length of 249.

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. Detailed below.