Class CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty
An implementation for
CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty-
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.cfnpropertymixins.services.lambda.CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty
CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty.Builder, CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty.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(CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty.Builder.
-
-
Method Details
-
getConsumerGroupId
Description copied from interface:CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigPropertyThe 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 interfaceCfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty- See Also:
-
getSchemaRegistryConfig
Description copied from interface:CfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigPropertySpecific configuration settings for a Kafka schema registry.Returns union: either
IResolvableorCfnEventSourceMappingPropsMixin.SchemaRegistryConfigProperty- Specified by:
getSchemaRegistryConfigin interfaceCfnEventSourceMappingPropsMixin.SelfManagedKafkaEventSourceConfigProperty- 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()
-