Builder

class Builder

Properties

Link copied to clipboard

Additional connection options for the connector.

Link copied to clipboard

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

Link copied to clipboard

The name of the table in the data source.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
var name: String?

The name of the data source.

Link copied to clipboard

Specifies the data schema for the custom JDBC source.

Link copied to clipboard

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

Functions