EventSourceMappingSelfManagedKafkaEventSourceConfigArgs

data class EventSourceMappingSelfManagedKafkaEventSourceConfigArgs(val consumerGroupId: Output<String>? = null) : ConvertibleToJava<EventSourceMappingSelfManagedKafkaEventSourceConfigArgs>

Specific configuration settings for a self-managed Apache Kafka event source.

Constructors

constructor(consumerGroupId: Output<String>? = null)

Properties

Link copied to clipboard
val consumerGroupId: Output<String>? = null

The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see Customizable consumer group ID.

Functions

Link copied to clipboard
open override fun toJava(): EventSourceMappingSelfManagedKafkaEventSourceConfigArgs