Class: Aws::Kafka::Types::TableCreation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::TableCreation
- Defined in:
- gems/aws-sdk-kafka/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.
4913 4914 4915 4916 4917 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4913 class TableCreation < Struct.new( :enable_table_creation) SENSITIVE = [] include Aws::Structure end |