Class: Aws::Kafka::Types::SchemaEvolution

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Configuration controlling whether the Apache Iceberg destination table's schema is evolved as incoming records change.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_schema_evolutionBoolean

Whether to allow MSK to evolve the destination table's schema. Must be false for the current release.

Returns:

  • (Boolean)


4768
4769
4770
4771
4772
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4768

class SchemaEvolution < Struct.new(
  :enable_schema_evolution)
  SENSITIVE = []
  include Aws::Structure
end