Class: Aws::Glue::Types::DirectJDBCSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DirectJDBCSource
- 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
-
#connection_name ⇒ String
The connection name of the JDBC source.
-
#connection_type ⇒ String
The connection type of the JDBC source.
-
#database ⇒ String
The database of the JDBC source connection.
-
#name ⇒ String
The name of the JDBC source connection.
-
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the direct JDBC source.
-
#redshift_tmp_dir ⇒ String
The temp directory of the JDBC Redshift source.
-
#table ⇒ String
The table of the JDBC source connection.
Instance Attribute Details
#connection_name ⇒ String
The connection name of the JDBC source.
10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10180 class DirectJDBCSource < Struct.new( :name, :database, :table, :connection_name, :connection_type, :redshift_tmp_dir, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#connection_type ⇒ String
The connection type of the JDBC source.
10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10180 class DirectJDBCSource < Struct.new( :name, :database, :table, :connection_name, :connection_type, :redshift_tmp_dir, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The database of the JDBC source connection.
10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10180 class DirectJDBCSource < Struct.new( :name, :database, :table, :connection_name, :connection_type, :redshift_tmp_dir, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the JDBC source connection.
10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10180 class DirectJDBCSource < Struct.new( :name, :database, :table, :connection_name, :connection_type, :redshift_tmp_dir, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the direct JDBC source.
10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10180 class DirectJDBCSource < Struct.new( :name, :database, :table, :connection_name, :connection_type, :redshift_tmp_dir, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#redshift_tmp_dir ⇒ String
The temp directory of the JDBC Redshift source.
10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10180 class DirectJDBCSource < Struct.new( :name, :database, :table, :connection_name, :connection_type, :redshift_tmp_dir, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The table of the JDBC source connection.
10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10180 class DirectJDBCSource < Struct.new( :name, :database, :table, :connection_name, :connection_type, :redshift_tmp_dir, :output_schemas) SENSITIVE = [] include Aws::Structure end |