Class: Aws::Glue::Types::SparkConnectorTarget
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::SparkConnectorTarget
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a target that uses an Apache Spark connector.
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 a connection for an Apache Spark 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 an Apache Spark connector. 
- 
  
    
      #inputs  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The nodes that are inputs to the data target. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the data target. 
- 
  
    
      #output_schemas  ⇒ Array<Types::GlueSchema> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the data schema for the custom spark target. 
Instance Attribute Details
#additional_options ⇒ Hash<String,String>
Additional connection options for the connector.
| 23526 23527 23528 23529 23530 23531 23532 23533 23534 23535 23536 | # File 'lib/aws-sdk-glue/types.rb', line 23526 class SparkConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#connection_name ⇒ String
The name of a connection for an Apache Spark connector.
| 23526 23527 23528 23529 23530 23531 23532 23533 23534 23535 23536 | # File 'lib/aws-sdk-glue/types.rb', line 23526 class SparkConnectorTarget < Struct.new( :name, :inputs, :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.
| 23526 23527 23528 23529 23530 23531 23532 23533 23534 23535 23536 | # File 'lib/aws-sdk-glue/types.rb', line 23526 class SparkConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#connector_name ⇒ String
The name of an Apache Spark connector.
| 23526 23527 23528 23529 23530 23531 23532 23533 23534 23535 23536 | # File 'lib/aws-sdk-glue/types.rb', line 23526 class SparkConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
| 23526 23527 23528 23529 23530 23531 23532 23533 23534 23535 23536 | # File 'lib/aws-sdk-glue/types.rb', line 23526 class SparkConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the data target.
| 23526 23527 23528 23529 23530 23531 23532 23533 23534 23535 23536 | # File 'lib/aws-sdk-glue/types.rb', line 23526 class SparkConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the custom spark target.
| 23526 23527 23528 23529 23530 23531 23532 23533 23534 23535 23536 | # File 'lib/aws-sdk-glue/types.rb', line 23526 class SparkConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |