Values.KafkaSchemaValidationConfigSourceSpecific schema validation configuration settings that tell Lambda the message attributes you want to validate and filter using your schema registry.
type nonrec t = {attribute : KafkaSchemaValidationAttribute.t option;The attributes you want your schema registry to validate and filter for. If you selected JSON as the EventRecordFormat, Lambda also deserializes the selected message attributes.
*)}