EventSourceMappingSelfManagedKafkaEventSourceConfigArgs

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

Constructors

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

Properties

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

A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See SelfManagedKafkaEventSourceConfig Syntax.

Functions

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