Class: Aws::Glue::Types::S3CatalogIcebergSource

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. The Iceberg data source must be stored in Amazon S3.

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>)


22881
22882
22883
22884
22885
22886
22887
22888
22889
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22881

class S3CatalogIcebergSource < 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)


22881
22882
22883
22884
22885
22886
22887
22888
22889
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22881

class S3CatalogIcebergSource < 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)


22881
22882
22883
22884
22885
22886
22887
22888
22889
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22881

class S3CatalogIcebergSource < 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:



22881
22882
22883
22884
22885
22886
22887
22888
22889
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22881

class S3CatalogIcebergSource < 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)


22881
22882
22883
22884
22885
22886
22887
22888
22889
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22881

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