Class: Aws::Glue::Types::JDBCConnectorSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Specifies a connector to a JDBC data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsTypes::JDBCConnectorOptions

Additional connection options for the connector.



13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
# File 'lib/aws-sdk-glue/types.rb', line 13085

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

#connection_nameString

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

Returns:

  • (String)


13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
# File 'lib/aws-sdk-glue/types.rb', line 13085

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

#connection_tableString

The name of the table in the data source.

Returns:

  • (String)


13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
# File 'lib/aws-sdk-glue/types.rb', line 13085

class JDBCConnectorSource < Struct.new(
  :name,
  :connection_name,
  :connector_name,
  :connection_type,
  :additional_options,
  :connection_table,
  :query,
  :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 store.

Returns:

  • (String)


13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
# File 'lib/aws-sdk-glue/types.rb', line 13085

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

#connector_nameString

The name of a connector that assists with accessing the data store in Glue Studio.

Returns:

  • (String)


13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
# File 'lib/aws-sdk-glue/types.rb', line 13085

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

#nameString

The name of the data source.

Returns:

  • (String)


13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
# File 'lib/aws-sdk-glue/types.rb', line 13085

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

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the custom JDBC source.

Returns:



13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
# File 'lib/aws-sdk-glue/types.rb', line 13085

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

#queryString

The table or SQL query to get the data from. You can specify either ‘ConnectionTable` or `query`, but not both.

Returns:

  • (String)


13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
# File 'lib/aws-sdk-glue/types.rb', line 13085

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