@Stability(value=Stable)
public static interface CfnEventSourceMapping.SelfManagedKafkaEventSourceConfigProperty
extends software.amazon.jsii.JsiiSerializable
// 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 String |
getConsumerGroupId()
`CfnEventSourceMapping.SelfManagedKafkaEventSourceConfigProperty.ConsumerGroupId`.
|
@Stability(value=Stable) @Nullable default String getConsumerGroupId()
@Stability(value=Stable) static CfnEventSourceMapping.SelfManagedKafkaEventSourceConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.