public static interface CfnEventSourceMapping.SelfManagedKafkaEventSourceConfigProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lambda.*; SelfManagedKafkaEventSourceConfigProperty selfManagedKafkaEventSourceConfigProperty = SelfManagedKafkaEventSourceConfigProperty.builder() .consumerGroupId("consumerGroupId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEventSourceMapping.SelfManagedKafkaEventSourceConfigProperty.Builder
|
static class |
CfnEventSourceMapping.SelfManagedKafkaEventSourceConfigProperty.Jsii$Proxy
An implementation for
CfnEventSourceMapping.SelfManagedKafkaEventSourceConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnEventSourceMapping.SelfManagedKafkaEventSourceConfigProperty.Builder |
builder() |
default java.lang.String |
getConsumerGroupId()
The identifier for the Kafka consumer group to join.
|
default java.lang.String getConsumerGroupId()
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 .