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 target generated with standard connection options.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.ConnectorDataTarget

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

Syntax

C#
public class ConnectorDataTarget

The ConnectorDataTarget type exposes the following members

Constructors

NameDescription
Public Method ConnectorDataTarget()

Properties

NameTypeDescription
Public Property ConnectionType System.String

Gets and sets the property ConnectionType.

The connectionType, as provided to the underlying Glue library. This node type supports the following connection types:

  • opensearch

  • azuresql

  • azurecosmos

  • bigquery

  • saphana

  • teradata

  • vertica

Public Property Data System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Data.

A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the Connection parameters section of the Glue documentation.

Public Property Inputs System.Collections.Generic.List<System.String>

Gets and sets the property Inputs.

The nodes that are inputs to the data target.

Public Property Name System.String

Gets and sets the property Name.

The name of this target node.

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