Class: Aws::Glue::Types::CatalogIcebergSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies an Apache Iceberg data source that is registered in the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_iceberg_optionsHash<String,String>

Specifies additional connection options for the Iceberg data source.

Returns:

  • (Hash<String,String>)


2157
2158
2159
2160
2161
2162
2163
2164
2165
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2157

class CatalogIcebergSource < Struct.new(
  :name,
  :database,
  :table,
  :additional_iceberg_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The name of the database to read from.

Returns:

  • (String)


2157
2158
2159
2160
2161
2162
2163
2164
2165
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2157

class CatalogIcebergSource < Struct.new(
  :name,
  :database,
  :table,
  :additional_iceberg_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Iceberg data source.

Returns:

  • (String)


2157
2158
2159
2160
2161
2162
2163
2164
2165
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2157

class CatalogIcebergSource < Struct.new(
  :name,
  :database,
  :table,
  :additional_iceberg_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the Iceberg source.

Returns:



2157
2158
2159
2160
2161
2162
2163
2164
2165
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2157

class CatalogIcebergSource < Struct.new(
  :name,
  :database,
  :table,
  :additional_iceberg_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The name of the table in the database to read from.

Returns:

  • (String)


2157
2158
2159
2160
2161
2162
2163
2164
2165
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2157

class CatalogIcebergSource < Struct.new(
  :name,
  :database,
  :table,
  :additional_iceberg_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end