Class: Aws::Glue::Types::DirectJDBCSource

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

Overview

Specifies the direct JDBC source connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_nameString

The connection name of the JDBC source.

Returns:

  • (String)


10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10651

class DirectJDBCSource < Struct.new(
  :name,
  :database,
  :table,
  :connection_name,
  :connection_type,
  :redshift_tmp_dir,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#connection_typeString

The connection type of the JDBC source.

Returns:

  • (String)


10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10651

class DirectJDBCSource < Struct.new(
  :name,
  :database,
  :table,
  :connection_name,
  :connection_type,
  :redshift_tmp_dir,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The database of the JDBC source connection.

Returns:

  • (String)


10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10651

class DirectJDBCSource < Struct.new(
  :name,
  :database,
  :table,
  :connection_name,
  :connection_type,
  :redshift_tmp_dir,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the JDBC source connection.

Returns:

  • (String)


10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10651

class DirectJDBCSource < Struct.new(
  :name,
  :database,
  :table,
  :connection_name,
  :connection_type,
  :redshift_tmp_dir,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the direct JDBC source.

Returns:



10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10651

class DirectJDBCSource < Struct.new(
  :name,
  :database,
  :table,
  :connection_name,
  :connection_type,
  :redshift_tmp_dir,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#redshift_tmp_dirString

The temp directory of the JDBC Redshift source.

Returns:

  • (String)


10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10651

class DirectJDBCSource < Struct.new(
  :name,
  :database,
  :table,
  :connection_name,
  :connection_type,
  :redshift_tmp_dir,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The table of the JDBC source connection.

Returns:

  • (String)


10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10651

class DirectJDBCSource < Struct.new(
  :name,
  :database,
  :table,
  :connection_name,
  :connection_type,
  :redshift_tmp_dir,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end