Class: Aws::Glue::Types::JdbcTarget

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

Overview

Specifies a JDBC data store to crawl.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_nameString

The name of the connection to use to connect to the JDBC target.

Returns:

  • (String)


13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13179

class JdbcTarget < Struct.new(
  :connection_name,
  :path,
  :exclusions,
  :enable_additional_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#enable_additional_metadataArray<String>

Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database.

If you do not need additional metadata, keep the field empty.

Returns:

  • (Array<String>)


13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13179

class JdbcTarget < Struct.new(
  :connection_name,
  :path,
  :exclusions,
  :enable_additional_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#exclusionsArray<String>

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

Returns:

  • (Array<String>)


13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13179

class JdbcTarget < Struct.new(
  :connection_name,
  :path,
  :exclusions,
  :enable_additional_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path of the JDBC target.

Returns:

  • (String)


13179
13180
13181
13182
13183
13184
13185
13186
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13179

class JdbcTarget < Struct.new(
  :connection_name,
  :path,
  :exclusions,
  :enable_additional_metadata)
  SENSITIVE = []
  include Aws::Structure
end