Class: Aws::GlueDataBrew::Types::DatabaseInputDefinition

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

Overview

Connection information for dataset input files stored in a database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_table_nameString

The table within the target database.

Returns:

  • (String)


779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 779

class DatabaseInputDefinition < Struct.new(
  :glue_connection_name,
  :database_table_name,
  :temp_directory,
  :query_string)
  SENSITIVE = []
  include Aws::Structure
end

#glue_connection_nameString

The Glue Connection that stores the connection information for the target database.

Returns:

  • (String)


779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 779

class DatabaseInputDefinition < Struct.new(
  :glue_connection_name,
  :database_table_name,
  :temp_directory,
  :query_string)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

Custom SQL to run against the provided Glue connection. This SQL will be used as the input for DataBrew projects and jobs.

Returns:

  • (String)


779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 779

class DatabaseInputDefinition < Struct.new(
  :glue_connection_name,
  :database_table_name,
  :temp_directory,
  :query_string)
  SENSITIVE = []
  include Aws::Structure
end

#temp_directoryTypes::S3Location

Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job.

Returns:



779
780
781
782
783
784
785
786
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 779

class DatabaseInputDefinition < Struct.new(
  :glue_connection_name,
  :database_table_name,
  :temp_directory,
  :query_string)
  SENSITIVE = []
  include Aws::Structure
end