Class: Aws::Glue::Types::RedshiftTarget

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

Overview

Specifies a target that uses Amazon Redshift.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The name of the database to write to.

Returns:

  • (String)


17297
17298
17299
17300
17301
17302
17303
17304
17305
17306
17307
# File 'lib/aws-sdk-glue/types.rb', line 17297

class RedshiftTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table,
  :redshift_tmp_dir,
  :tmp_dir_iam_role,
  :upsert_redshift_options)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


17297
17298
17299
17300
17301
17302
17303
17304
17305
17306
17307
# File 'lib/aws-sdk-glue/types.rb', line 17297

class RedshiftTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table,
  :redshift_tmp_dir,
  :tmp_dir_iam_role,
  :upsert_redshift_options)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data target.

Returns:

  • (String)


17297
17298
17299
17300
17301
17302
17303
17304
17305
17306
17307
# File 'lib/aws-sdk-glue/types.rb', line 17297

class RedshiftTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table,
  :redshift_tmp_dir,
  :tmp_dir_iam_role,
  :upsert_redshift_options)
  SENSITIVE = []
  include Aws::Structure
end

#redshift_tmp_dirString

The Amazon S3 path where temporary data can be staged when copying out of the database.

Returns:

  • (String)


17297
17298
17299
17300
17301
17302
17303
17304
17305
17306
17307
# File 'lib/aws-sdk-glue/types.rb', line 17297

class RedshiftTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table,
  :redshift_tmp_dir,
  :tmp_dir_iam_role,
  :upsert_redshift_options)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The name of the table in the database to write to.

Returns:

  • (String)


17297
17298
17299
17300
17301
17302
17303
17304
17305
17306
17307
# File 'lib/aws-sdk-glue/types.rb', line 17297

class RedshiftTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table,
  :redshift_tmp_dir,
  :tmp_dir_iam_role,
  :upsert_redshift_options)
  SENSITIVE = []
  include Aws::Structure
end

#tmp_dir_iam_roleString

The IAM role with permissions.

Returns:

  • (String)


17297
17298
17299
17300
17301
17302
17303
17304
17305
17306
17307
# File 'lib/aws-sdk-glue/types.rb', line 17297

class RedshiftTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table,
  :redshift_tmp_dir,
  :tmp_dir_iam_role,
  :upsert_redshift_options)
  SENSITIVE = []
  include Aws::Structure
end

#upsert_redshift_optionsTypes::UpsertRedshiftTargetOptions

The set of options to configure an upsert operation when writing to a Redshift target.



17297
17298
17299
17300
17301
17302
17303
17304
17305
17306
17307
# File 'lib/aws-sdk-glue/types.rb', line 17297

class RedshiftTarget < Struct.new(
  :name,
  :inputs,
  :database,
  :table,
  :redshift_tmp_dir,
  :tmp_dir_iam_role,
  :upsert_redshift_options)
  SENSITIVE = []
  include Aws::Structure
end