ConnectorDataTarget
Specifies a target generated with standard connection options.
Contents
- ConnectionType
-
The
connectionType
, as provided to the underlying AWS Glue library. This node type supports the following connection types:-
opensearch
-
azuresql
-
azurecosmos
-
bigquery
-
saphana
-
teradata
-
vertica
Type: String
Pattern:
([\u0009\u000B\u000C\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF])*
Required: Yes
-
- 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 AWS Glue documentation.
Type: String to string map
Required: Yes
- Name
-
The name of this target node.
Type: String
Pattern:
([^\r\n])*
Required: Yes
- Inputs
-
The nodes that are inputs to the data target.
Type: Array of strings
Array Members: Fixed number of 1 item.
Pattern:
[A-Za-z0-9_-]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: