Class: Aws::Glue::Types::SparkConnectorSource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::SparkConnectorSource
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a connector to an Apache Spark data source.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #additional_options  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Additional connection options for the connector. 
- 
  
    
      #connection_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the connection that is associated with the connector. 
- 
  
    
      #connection_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store. 
- 
  
    
      #connector_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of a connector that assists with accessing the data store in Glue Studio. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the data source. 
- 
  
    
      #output_schemas  ⇒ Array<Types::GlueSchema> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies data schema for the custom spark source. 
Instance Attribute Details
#additional_options ⇒ Hash<String,String>
Additional connection options for the connector.
| 23482 23483 23484 23485 23486 23487 23488 23489 23490 23491 | # File 'lib/aws-sdk-glue/types.rb', line 23482 class SparkConnectorSource < Struct.new( :name, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#connection_name ⇒ String
The name of the connection that is associated with the connector.
| 23482 23483 23484 23485 23486 23487 23488 23489 23490 23491 | # File 'lib/aws-sdk-glue/types.rb', line 23482 class SparkConnectorSource < Struct.new( :name, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#connection_type ⇒ String
The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.
| 23482 23483 23484 23485 23486 23487 23488 23489 23490 23491 | # File 'lib/aws-sdk-glue/types.rb', line 23482 class SparkConnectorSource < Struct.new( :name, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#connector_name ⇒ String
The name of a connector that assists with accessing the data store in Glue Studio.
| 23482 23483 23484 23485 23486 23487 23488 23489 23490 23491 | # File 'lib/aws-sdk-glue/types.rb', line 23482 class SparkConnectorSource < Struct.new( :name, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the data source.
| 23482 23483 23484 23485 23486 23487 23488 23489 23490 23491 | # File 'lib/aws-sdk-glue/types.rb', line 23482 class SparkConnectorSource < Struct.new( :name, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies data schema for the custom spark source.
| 23482 23483 23484 23485 23486 23487 23488 23489 23490 23491 | # File 'lib/aws-sdk-glue/types.rb', line 23482 class SparkConnectorSource < Struct.new( :name, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |