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


22715
22716
22717
22718
22719
22720
22721
22722
22723
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22715

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)


22715
22716
22717
22718
22719
22720
22721
22722
22723
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22715

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)


22715
22716
22717
22718
22719
22720
22721
22722
22723
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22715

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:



22715
22716
22717
22718
22719
22720
22721
22722
22723
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22715

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)


22715
22716
22717
22718
22719
22720
22721
22722
22723
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22715

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