EventSourceMappingAmazonManagedKafkaEventSourceConfig constructor

const EventSourceMappingAmazonManagedKafkaEventSourceConfig({
  1. Input<String?>? consumerGroupId,
  2. Input<EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfig?>? schemaRegistryConfig,
})

Creates a new EventSourceMappingAmazonManagedKafkaEventSourceConfig. 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 AmazonManagedKafkaEventSourceConfig Syntax. schemaRegistryConfig Block for a Kafka schema registry setting. See below.

Implementation

const EventSourceMappingAmazonManagedKafkaEventSourceConfig({
  this.consumerGroupId,
  this.schemaRegistryConfig,
});