Interface CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Jsii$Proxy
- Enclosing class:
CfnEventSourceMapping
@Stability(Stable)
public static interface CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty
extends software.amazon.jsii.JsiiSerializable
Specific configuration settings for an MSK event source.
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.*;
AmazonManagedKafkaEventSourceConfigProperty amazonManagedKafkaEventSourceConfigProperty = AmazonManagedKafkaEventSourceConfigProperty.builder()
.consumerGroupId("consumerGroupId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConsumerGroupId
The identifier for the Kafka Consumer Group to join.- See Also:
-
builder
@Stability(Stable) static CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder builder()
-