Class: Aws::Glue::Types::CatalogHudiSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogHudiSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a Hudi data source that is registered in the Glue Data Catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_hudi_options ⇒ Hash<String,String>
Specifies additional connection options.
-
#database ⇒ String
The name of the database to read from.
-
#name ⇒ String
The name of the Hudi data source.
-
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the Hudi source.
-
#table ⇒ String
The name of the table in the database to read from.
Instance Attribute Details
#additional_hudi_options ⇒ Hash<String,String>
Specifies additional connection options.
1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-glue/types.rb', line 1874 class CatalogHudiSource < Struct.new( :name, :database, :table, :additional_hudi_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The name of the database to read from.
1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-glue/types.rb', line 1874 class CatalogHudiSource < Struct.new( :name, :database, :table, :additional_hudi_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Hudi data source.
1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-glue/types.rb', line 1874 class CatalogHudiSource < Struct.new( :name, :database, :table, :additional_hudi_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the Hudi source.
1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-glue/types.rb', line 1874 class CatalogHudiSource < Struct.new( :name, :database, :table, :additional_hudi_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to read from.
1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-glue/types.rb', line 1874 class CatalogHudiSource < Struct.new( :name, :database, :table, :additional_hudi_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |