Class: Aws::Glue::Types::IcebergInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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

Instance Attribute Details

#create_iceberg_table_inputTypes::CreateIcebergTableInput

The configuration parameters required to create a new Iceberg table in the Glue Data Catalog, including table properties and metadata specifications.



15627
15628
15629
15630
15631
15632
15633
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15627

class IcebergInput < Struct.new(
  :metadata_operation,
  :version,
  :create_iceberg_table_input)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_operationString

A required metadata operation. Can only be set to CREATE.

Returns:

  • (String)


15627
15628
15629
15630
15631
15632
15633
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15627

class IcebergInput < Struct.new(
  :metadata_operation,
  :version,
  :create_iceberg_table_input)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The table version for the Iceberg table. Defaults to 2.

Returns:

  • (String)


15627
15628
15629
15630
15631
15632
15633
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15627

class IcebergInput < Struct.new(
  :metadata_operation,
  :version,
  :create_iceberg_table_input)
  SENSITIVE = []
  include Aws::Structure
end