@Stability(value=Stable)
public static interface CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty
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.*;
AmazonManagedKafkaEventSourceConfigProperty amazonManagedKafkaEventSourceConfigProperty = AmazonManagedKafkaEventSourceConfigProperty.builder()
.consumerGroupId("consumerGroupId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder
|
static class |
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Jsii$Proxy
An implementation for
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder |
builder() |
default String |
getConsumerGroupId()
`CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.ConsumerGroupId`.
|
@Stability(value=Stable) @Nullable default String getConsumerGroupId()
@Stability(value=Stable) static CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.