Class: Aws::Glue::Types::S3CatalogHudiSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::S3CatalogHudiSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a Hudi data source that is registered in the Glue Data Catalog. The Hudi data source must be stored in Amazon S3.
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.
19276 19277 19278 19279 19280 19281 19282 19283 19284 |
# File 'lib/aws-sdk-glue/types.rb', line 19276 class S3CatalogHudiSource < 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.
19276 19277 19278 19279 19280 19281 19282 19283 19284 |
# File 'lib/aws-sdk-glue/types.rb', line 19276 class S3CatalogHudiSource < Struct.new( :name, :database, :table, :additional_hudi_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Hudi data source.
19276 19277 19278 19279 19280 19281 19282 19283 19284 |
# File 'lib/aws-sdk-glue/types.rb', line 19276 class S3CatalogHudiSource < 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.
19276 19277 19278 19279 19280 19281 19282 19283 19284 |
# File 'lib/aws-sdk-glue/types.rb', line 19276 class S3CatalogHudiSource < 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.
19276 19277 19278 19279 19280 19281 19282 19283 19284 |
# File 'lib/aws-sdk-glue/types.rb', line 19276 class S3CatalogHudiSource < Struct.new( :name, :database, :table, :additional_hudi_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |