Class: Aws::Glue::Types::ConnectorDataTarget

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

Overview

Specifies a target generated with standard connection options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_typeString

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

  • opensearch

  • azuresql

  • azurecosmos

  • bigquery

  • saphana

  • teradata

  • vertica

Returns:

  • (String)


3502
3503
3504
3505
3506
3507
3508
3509
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3502

class ConnectorDataTarget < Struct.new(
  :name,
  :connection_type,
  :data,
  :inputs)
  SENSITIVE = []
  include Aws::Structure
end

#dataHash<String,String>

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.

Returns:

  • (Hash<String,String>)


3502
3503
3504
3505
3506
3507
3508
3509
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3502

class ConnectorDataTarget < Struct.new(
  :name,
  :connection_type,
  :data,
  :inputs)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


3502
3503
3504
3505
3506
3507
3508
3509
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3502

class ConnectorDataTarget < Struct.new(
  :name,
  :connection_type,
  :data,
  :inputs)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of this target node.

Returns:

  • (String)


3502
3503
3504
3505
3506
3507
3508
3509
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3502

class ConnectorDataTarget < Struct.new(
  :name,
  :connection_type,
  :data,
  :inputs)
  SENSITIVE = []
  include Aws::Structure
end