Class: Aws::Glue::Types::IcebergInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::IcebergInput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure that defines an Apache Iceberg metadata table to create in the catalog.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #metadata_operation  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A required metadata operation. 
- 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The table version for the Iceberg table. 
Instance Attribute Details
#metadata_operation ⇒ String
A required metadata operation. Can only be set to ‘CREATE`.
| 15313 15314 15315 15316 15317 15318 | # File 'lib/aws-sdk-glue/types.rb', line 15313 class IcebergInput < Struct.new( :metadata_operation, :version) SENSITIVE = [] include Aws::Structure end | 
#version ⇒ String
The table version for the Iceberg table. Defaults to 2.
| 15313 15314 15315 15316 15317 15318 | # File 'lib/aws-sdk-glue/types.rb', line 15313 class IcebergInput < Struct.new( :metadata_operation, :version) SENSITIVE = [] include Aws::Structure end |