Class: Aws::Kafka::Types::TableCreation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::TableCreation
- 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
-
#enable_table_creation ⇒ Boolean
Whether MSK creates the destination table on the customer's behalf.
Instance Attribute Details
#enable_table_creation ⇒ Boolean
Whether MSK creates the destination table on the customer's behalf. Must be true for the current release.
5067 5068 5069 5070 5071 |
# File 'lib/aws-sdk-kafka/types.rb', line 5067 class TableCreation < Struct.new( :enable_table_creation) SENSITIVE = [] include Aws::Structure end |