Uses of Interface
software.amazon.awscdk.services.lambda.ISchemaRegistry
Packages that use ISchemaRegistry
Package
Description
AWS Lambda Construct Library
AWS Lambda Event Sources
-
Uses of ISchemaRegistry in software.amazon.awscdk.services.lambda
Subinterfaces of ISchemaRegistry in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISchemaRegistry.Classes in software.amazon.awscdk.services.lambda that implement ISchemaRegistryModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.lambda that return ISchemaRegistryModifier and TypeMethodDescriptiondefault ISchemaRegistryEventSourceMappingOptions.getSchemaRegistryConfig()Specific configuration settings for a Kafka schema registry.final ISchemaRegistryEventSourceMappingOptions.Jsii$Proxy.getSchemaRegistryConfig()final ISchemaRegistryEventSourceMappingProps.Jsii$Proxy.getSchemaRegistryConfig()Methods in software.amazon.awscdk.services.lambda with parameters of type ISchemaRegistryModifier and TypeMethodDescriptionEventSourceMapping.Builder.schemaRegistryConfig(ISchemaRegistry schemaRegistryConfig) Specific configuration settings for a Kafka schema registry.EventSourceMappingOptions.Builder.schemaRegistryConfig(ISchemaRegistry schemaRegistryConfig) Sets the value ofEventSourceMappingOptions.getSchemaRegistryConfig()EventSourceMappingProps.Builder.schemaRegistryConfig(ISchemaRegistry schemaRegistryConfig) Sets the value ofEventSourceMappingOptions.getSchemaRegistryConfig() -
Uses of ISchemaRegistry in software.amazon.awscdk.services.lambda.eventsources
Classes in software.amazon.awscdk.services.lambda.eventsources that implement ISchemaRegistryModifier and TypeClassDescriptionclassConfluent schema registry configuration for a Lambda event source.classGlue schema registry configuration for a Lambda event source.Methods in software.amazon.awscdk.services.lambda.eventsources that return ISchemaRegistryModifier and TypeMethodDescriptiondefault ISchemaRegistryKafkaEventSourceProps.getSchemaRegistryConfig()Specific configuration settings for a Kafka schema registry.final ISchemaRegistryKafkaEventSourceProps.Jsii$Proxy.getSchemaRegistryConfig()final ISchemaRegistryManagedKafkaEventSourceProps.Jsii$Proxy.getSchemaRegistryConfig()final ISchemaRegistrySelfManagedKafkaEventSourceProps.Jsii$Proxy.getSchemaRegistryConfig()Methods in software.amazon.awscdk.services.lambda.eventsources with parameters of type ISchemaRegistryModifier and TypeMethodDescriptionKafkaEventSourceProps.Builder.schemaRegistryConfig(ISchemaRegistry schemaRegistryConfig) Sets the value ofKafkaEventSourceProps.getSchemaRegistryConfig()ManagedKafkaEventSource.Builder.schemaRegistryConfig(ISchemaRegistry schemaRegistryConfig) Specific configuration settings for a Kafka schema registry.ManagedKafkaEventSourceProps.Builder.schemaRegistryConfig(ISchemaRegistry schemaRegistryConfig) Sets the value ofKafkaEventSourceProps.getSchemaRegistryConfig()SelfManagedKafkaEventSource.Builder.schemaRegistryConfig(ISchemaRegistry schemaRegistryConfig) Specific configuration settings for a Kafka schema registry.SelfManagedKafkaEventSourceProps.Builder.schemaRegistryConfig(ISchemaRegistry schemaRegistryConfig) Sets the value ofKafkaEventSourceProps.getSchemaRegistryConfig()