Class: Aws::Kafka::Types::TableCreation

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

Overview

Configuration controlling whether MSK creates the destination Apache Iceberg table if it does not already exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_table_creationBoolean

Whether MSK creates the destination table on the customer's behalf. Must be true for the current release.

Returns:

  • (Boolean)


4913
4914
4915
4916
4917
# File 'lib/aws-sdk-kafka/types.rb', line 4913

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