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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


20943
20944
20945
20946
20947
20948
20949
20950
20951
20952
20953
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20943

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>)


20943
20944
20945
20946
20947
20948
20949
20950
20951
20952
20953
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20943

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)


20943
20944
20945
20946
20947
20948
20949
20950
20951
20952
20953
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20943

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)


20943
20944
20945
20946
20947
20948
20949
20950
20951
20952
20953
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20943

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)


20943
20944
20945
20946
20947
20948
20949
20950
20951
20952
20953
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20943

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)


20943
20944
20945
20946
20947
20948
20949
20950
20951
20952
20953
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20943

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.



20943
20944
20945
20946
20947
20948
20949
20950
20951
20952
20953
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20943

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