Class: Aws::Glue::Types::JDBCConnectorTarget
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::JDBCConnectorTarget
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
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_table  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the table in the data target. 
- 
  
    
      #connection_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data target. 
- 
  
    
      #connector_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of a connector that will be used. 
- 
  
    
      #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 JDBC target. 
Instance Attribute Details
#additional_options ⇒ Hash<String,String>
Additional connection options for the connector.
| 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 | # File 'lib/aws-sdk-glue/types.rb', line 14048 class JDBCConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connection_table, :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.
| 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 | # File 'lib/aws-sdk-glue/types.rb', line 14048 class JDBCConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connection_table, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#connection_table ⇒ String
The name of the table in the data target.
| 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 | # File 'lib/aws-sdk-glue/types.rb', line 14048 class JDBCConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connection_table, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#connection_type ⇒ String
The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data target.
| 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 | # File 'lib/aws-sdk-glue/types.rb', line 14048 class JDBCConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connection_table, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#connector_name ⇒ String
The name of a connector that will be used.
| 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 | # File 'lib/aws-sdk-glue/types.rb', line 14048 class JDBCConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connection_table, :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.
| 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 | # File 'lib/aws-sdk-glue/types.rb', line 14048 class JDBCConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connection_table, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the data target.
| 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 | # File 'lib/aws-sdk-glue/types.rb', line 14048 class JDBCConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connection_table, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the JDBC target.
| 14048 14049 14050 14051 14052 14053 14054 14055 14056 14057 14058 14059 | # File 'lib/aws-sdk-glue/types.rb', line 14048 class JDBCConnectorTarget < Struct.new( :name, :inputs, :connection_name, :connection_table, :connector_name, :connection_type, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |