Class CfnEventSourceMapping.SchemaRegistryConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnEventSourceMapping.SchemaRegistryConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEventSourceMapping.SchemaRegistryConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventSourceMapping.SchemaRegistryConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEventSourceMapping.SchemaRegistryConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventSourceMapping.SchemaRegistryConfigProperty
An implementation for
CfnEventSourceMapping.SchemaRegistryConfigProperty-
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.SchemaRegistryConfigProperty
CfnEventSourceMapping.SchemaRegistryConfigProperty.Builder, CfnEventSourceMapping.SchemaRegistryConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventSourceMapping.SchemaRegistryConfigProperty.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 booleanfinal ObjectAn array of access configuration objects that tell Lambda how to authenticate with your schema registry.final StringThe record format that Lambda delivers to your function after schema validation.final StringThe URI for your schema registry.final ObjectAn array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.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 theCfnEventSourceMapping.SchemaRegistryConfigProperty.Builder.
-
-
Method Details
-
getAccessConfigs
Description copied from interface:CfnEventSourceMapping.SchemaRegistryConfigPropertyAn array of access configuration objects that tell Lambda how to authenticate with your schema registry.- Specified by:
getAccessConfigsin interfaceCfnEventSourceMapping.SchemaRegistryConfigProperty- See Also:
-
getEventRecordFormat
Description copied from interface:CfnEventSourceMapping.SchemaRegistryConfigPropertyThe record format that Lambda delivers to your function after schema validation.- Specified by:
getEventRecordFormatin interfaceCfnEventSourceMapping.SchemaRegistryConfigProperty- See Also:
-
getSchemaRegistryUri
Description copied from interface:CfnEventSourceMapping.SchemaRegistryConfigPropertyThe URI for your schema registry.The correct URI format depends on the type of schema registry you're using.
- Specified by:
getSchemaRegistryUriin interfaceCfnEventSourceMapping.SchemaRegistryConfigProperty- See Also:
-
getSchemaValidationConfigs
Description copied from interface:CfnEventSourceMapping.SchemaRegistryConfigPropertyAn array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.- Specified by:
getSchemaValidationConfigsin interfaceCfnEventSourceMapping.SchemaRegistryConfigProperty- 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()
-