Class: Aws::Glue::Types::JDBCConnectorTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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

Instance Attribute Details

#additional_optionsHash<String,String>

Additional connection options for the connector.

Returns:

  • (Hash<String,String>)


13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13136

class JDBCConnectorTarget < Struct.new(
  :name,
  :inputs,
  :connection_name,
  :connection_table,
  :connector_name,
  :connection_type,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#connection_nameString

The name of the connection that is associated with the connector.

Returns:

  • (String)


13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13136

class JDBCConnectorTarget < Struct.new(
  :name,
  :inputs,
  :connection_name,
  :connection_table,
  :connector_name,
  :connection_type,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#connection_tableString

The name of the table in the data target.

Returns:

  • (String)


13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13136

class JDBCConnectorTarget < Struct.new(
  :name,
  :inputs,
  :connection_name,
  :connection_table,
  :connector_name,
  :connection_type,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#connection_typeString

The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data target.

Returns:

  • (String)


13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13136

class JDBCConnectorTarget < Struct.new(
  :name,
  :inputs,
  :connection_name,
  :connection_table,
  :connector_name,
  :connection_type,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#connector_nameString

The name of a connector that will be used.

Returns:

  • (String)


13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13136

class JDBCConnectorTarget < Struct.new(
  :name,
  :inputs,
  :connection_name,
  :connection_table,
  :connector_name,
  :connection_type,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13136

class JDBCConnectorTarget < Struct.new(
  :name,
  :inputs,
  :connection_name,
  :connection_table,
  :connector_name,
  :connection_type,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data target.

Returns:

  • (String)


13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13136

class JDBCConnectorTarget < Struct.new(
  :name,
  :inputs,
  :connection_name,
  :connection_table,
  :connector_name,
  :connection_type,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the JDBC target.

Returns:



13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13136

class JDBCConnectorTarget < Struct.new(
  :name,
  :inputs,
  :connection_name,
  :connection_table,
  :connector_name,
  :connection_type,
  :additional_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end