KafkaSchemaValidationConfig¶
Structure Class¶
KafkaSchemaValidationConfig
dataclass
¶
Specific schema validation configuration settings that tell Lambda the message attributes you want to validate and filter using your schema registry.
Attributes¶
attribute
class-attribute
instance-attribute
¶
attribute: KafkaSchemaValidationAttribute | None = None
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.