Class: Aws::Glue::Types::CatalogIcebergSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogIcebergSource
- 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
-
#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.
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 |
#database ⇒ String
The name of the database to read from.
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 |
#name ⇒ String
The name of the Iceberg data source.
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_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the Iceberg source.
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 |
#table ⇒ String
The name of the table in the database to read from.
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 |