Class CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty
An implementation for
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty
CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder, CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty.Builder.
-
-
Method Details
-
getConsumerGroupId
Description copied from interface:CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigPropertyThe identifier for the Kafka consumer group to join.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 .
- Specified by:
getConsumerGroupIdin interfaceCfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty- See Also:
-
getSchemaRegistryConfig
Description copied from interface:CfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigPropertySpecific configuration settings for a Kafka schema registry.Returns union: either
IResolvableorCfnEventSourceMapping.SchemaRegistryConfigProperty- Specified by:
getSchemaRegistryConfigin interfaceCfnEventSourceMapping.AmazonManagedKafkaEventSourceConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-