AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies a connector to a JDBC data source.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.JDBCConnectorSource

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class JDBCConnectorSource

The JDBCConnectorSource type exposes the following members

Constructors

NameDescription
Public Method JDBCConnectorSource()

Properties

NameTypeDescription
Public Property AdditionalOptions Amazon.Glue.Model.JDBCConnectorOptions

Gets and sets the property AdditionalOptions.

Additional connection options for the connector.

Public Property ConnectionName System.String

Gets and sets the property ConnectionName.

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

Public Property ConnectionTable System.String

Gets and sets the property ConnectionTable.

The name of the table in the data source.

Public Property ConnectionType System.String

Gets and sets the property ConnectionType.

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

Public Property ConnectorName System.String

Gets and sets the property ConnectorName.

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

Public Property Name System.String

Gets and sets the property Name.

The name of the data source.

Public Property OutputSchemas System.Collections.Generic.List<Amazon.Glue.Model.GlueSchema>

Gets and sets the property OutputSchemas.

Specifies the data schema for the custom JDBC source.

Public Property Query System.String

Gets and sets the property Query.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5