Uses of Class
software.amazon.awscdk.services.lambda.EventRecordFormat
Packages that use EventRecordFormat
Package
Description
AWS Lambda Construct Library
AWS Lambda Event Sources
-
Uses of EventRecordFormat in software.amazon.awscdk.services.lambda
Fields in software.amazon.awscdk.services.lambda declared as EventRecordFormatModifier and TypeFieldDescriptionstatic final EventRecordFormatEventRecordFormat.JSONThe target function will recieve records as json objects.static final EventRecordFormatEventRecordFormat.SOURCEThe target function will recieve records in same format as the schema source.Methods in software.amazon.awscdk.services.lambda that return EventRecordFormatModifier and TypeMethodDescriptionKafkaSchemaRegistryConfig.getEventRecordFormat()The record format that Lambda delivers to your function after schema validation.final EventRecordFormatKafkaSchemaRegistryConfig.Jsii$Proxy.getEventRecordFormat()SchemaRegistryProps.getEventRecordFormat()The record format that Lambda delivers to your function after schema validation.final EventRecordFormatSchemaRegistryProps.Jsii$Proxy.getEventRecordFormat()static EventRecordFormatA custom event record format.Methods in software.amazon.awscdk.services.lambda with parameters of type EventRecordFormatModifier and TypeMethodDescriptionKafkaSchemaRegistryConfig.Builder.eventRecordFormat(EventRecordFormat eventRecordFormat) Sets the value ofKafkaSchemaRegistryConfig.getEventRecordFormat()SchemaRegistryProps.Builder.eventRecordFormat(EventRecordFormat eventRecordFormat) Sets the value ofSchemaRegistryProps.getEventRecordFormat() -
Uses of EventRecordFormat in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources that return EventRecordFormatModifier and TypeMethodDescriptionfinal EventRecordFormatConfluentSchemaRegistryProps.Jsii$Proxy.getEventRecordFormat()final EventRecordFormatGlueSchemaRegistryProps.Jsii$Proxy.getEventRecordFormat()Methods in software.amazon.awscdk.services.lambda.eventsources with parameters of type EventRecordFormatModifier and TypeMethodDescriptionConfluentSchemaRegistry.Builder.eventRecordFormat(EventRecordFormat eventRecordFormat) The record format that Lambda delivers to your function after schema validation.ConfluentSchemaRegistryProps.Builder.eventRecordFormat(EventRecordFormat eventRecordFormat) Sets the value ofSchemaRegistryProps.getEventRecordFormat()GlueSchemaRegistry.Builder.eventRecordFormat(EventRecordFormat eventRecordFormat) The record format that Lambda delivers to your function after schema validation.GlueSchemaRegistryProps.Builder.eventRecordFormat(EventRecordFormat eventRecordFormat) Sets the value ofSchemaRegistryProps.getEventRecordFormat()