class
Amazonite::Lambda::KafkaSchemaValidationConfig
- Amazonite::Lambda::KafkaSchemaValidationConfig
- Reference
- Object
Overview
Specific schema validation configuration settings that tell Lambda the message attributes you want to validate and filter using your schema registry.
Included Modules
- JSON::Serializable
Defined in:
lambda/kafka_schema_validation_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(attribute : KafkaSchemaValidationAttribute | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#attribute : KafkaSchemaValidationAttribute | Nil
The attributes you want your schema registry to validate and filter for.
-
#attribute=(attribute : KafkaSchemaValidationAttribute | Nil)
The attributes you want your schema registry to validate and filter for.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.