Class: Aws::Glue::Types::S3HudiSource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::S3HudiSource
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a Hudi data source stored in Amazon S3.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #additional_hudi_options  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies additional connection options. 
- 
  
    
      #additional_options  ⇒ Types::S3DirectSourceAdditionalOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies additional options for the connector. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Hudi source. 
- 
  
    
      #output_schemas  ⇒ Array<Types::GlueSchema> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the data schema for the Hudi source. 
- 
  
    
      #paths  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the Amazon S3 paths to read from. 
Instance Attribute Details
#additional_hudi_options ⇒ Hash<String,String>
Specifies additional connection options.
| 22238 22239 22240 22241 22242 22243 22244 22245 22246 | # File 'lib/aws-sdk-glue/types.rb', line 22238 class S3HudiSource < Struct.new( :name, :paths, :additional_hudi_options, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#additional_options ⇒ Types::S3DirectSourceAdditionalOptions
Specifies additional options for the connector.
| 22238 22239 22240 22241 22242 22243 22244 22245 22246 | # File 'lib/aws-sdk-glue/types.rb', line 22238 class S3HudiSource < Struct.new( :name, :paths, :additional_hudi_options, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the Hudi source.
| 22238 22239 22240 22241 22242 22243 22244 22245 22246 | # File 'lib/aws-sdk-glue/types.rb', line 22238 class S3HudiSource < Struct.new( :name, :paths, :additional_hudi_options, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the Hudi source.
| 22238 22239 22240 22241 22242 22243 22244 22245 22246 | # File 'lib/aws-sdk-glue/types.rb', line 22238 class S3HudiSource < Struct.new( :name, :paths, :additional_hudi_options, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#paths ⇒ Array<String>
A list of the Amazon S3 paths to read from.
| 22238 22239 22240 22241 22242 22243 22244 22245 22246 | # File 'lib/aws-sdk-glue/types.rb', line 22238 class S3HudiSource < Struct.new( :name, :paths, :additional_hudi_options, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |