EventSourceMappingSelfManagedKafkaEventSourceConfig constructor
const
EventSourceMappingSelfManagedKafkaEventSourceConfig({
- Input<
String?> ? consumerGroupId, - Input<
EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfig?> ? schemaRegistryConfig,
Creates a new EventSourceMappingSelfManagedKafkaEventSourceConfig.
consumerGroupId 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.
schemaRegistryConfig Block for a Kafka schema registry setting. See below.
Implementation
const EventSourceMappingSelfManagedKafkaEventSourceConfig({
this.consumerGroupId,
this.schemaRegistryConfig,
});