Class: Aws::Glue::Types::S3CatalogIcebergSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::S3CatalogIcebergSource
- 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
-
#additional_iceberg_options ⇒ Hash<String,String>
Specifies additional connection options for the Iceberg data source.
-
#database ⇒ String
The name of the database to read from.
-
#name ⇒ String
The name of the Iceberg data source.
-
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the Iceberg source.
-
#table ⇒ String
The name of the table in the database to read from.
Instance Attribute Details
#additional_iceberg_options ⇒ Hash<String,String>
Specifies additional connection options for the Iceberg data source.
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 |
#database ⇒ String
The name of the database to read from.
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 |
#name ⇒ String
The name of the Iceberg data source.
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_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the Iceberg source.
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 |
#table ⇒ String
The name of the table in the database to read from.
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 |