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.



16069
16070
16071
16072
16073
16074
16075
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16069

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)


16069
16070
16071
16072
16073
16074
16075
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16069

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)


16069
16070
16071
16072
16073
16074
16075
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16069

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