Class ConfluentSchemaRegistryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.eventsources.ConfluentSchemaRegistryProps.Jsii$Proxy
- All Implemented Interfaces:
ConfluentSchemaRegistryProps,SchemaRegistryProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ConfluentSchemaRegistryProps
@Stability(Stable)
@Internal
public static final class ConfluentSchemaRegistryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ConfluentSchemaRegistryProps
An implementation for
ConfluentSchemaRegistryProps-
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.eventsources.ConfluentSchemaRegistryProps
ConfluentSchemaRegistryProps.Builder, ConfluentSchemaRegistryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theConfluentSchemaRegistryProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe type of authentication for schema registry credentials.final EventRecordFormatThe record format that Lambda delivers to your function after schema validation.final StringThe URI for your schema registry.final List<KafkaSchemaValidationConfig> An array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.final ISecretThe secret with the schema registry credentials.final inthashCode()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
Constructor that initializes the object based on literal property values passed by theConfluentSchemaRegistryProps.Builder.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:ConfluentSchemaRegistryPropsThe type of authentication for schema registry credentials.Default: none
- Specified by:
getAuthenticationTypein interfaceConfluentSchemaRegistryProps
-
getSchemaRegistryUri
Description copied from interface:ConfluentSchemaRegistryPropsThe URI for your schema registry.Default: - none
- Specified by:
getSchemaRegistryUriin interfaceConfluentSchemaRegistryProps
-
getSecret
Description copied from interface:ConfluentSchemaRegistryPropsThe secret with the schema registry credentials.Default: none
- Specified by:
getSecretin interfaceConfluentSchemaRegistryProps
-
getEventRecordFormat
Description copied from interface:SchemaRegistryPropsThe record format that Lambda delivers to your function after schema validation.- Choose JSON to have Lambda deliver the record to your function as a standard JSON object.
- Choose SOURCE to have Lambda deliver the record to your function in its original source format. Lambda removes all schema metadata, such as the schema ID, before sending the record to your function.
Default: - none
- Specified by:
getEventRecordFormatin interfaceSchemaRegistryProps
-
getSchemaValidationConfigs
Description copied from interface:SchemaRegistryPropsAn array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.Default: - none
- Specified by:
getSchemaValidationConfigsin interfaceSchemaRegistryProps
-
$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()
-