Class: Aws::Glue::Types::RedshiftSource

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

Overview

Specifies an Amazon Redshift data store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The database to read from.

Returns:

  • (String)


17261
17262
17263
17264
17265
17266
17267
17268
17269
# File 'lib/aws-sdk-glue/types.rb', line 17261

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

#nameString

The name of the Amazon Redshift data store.

Returns:

  • (String)


17261
17262
17263
17264
17265
17266
17267
17268
17269
# File 'lib/aws-sdk-glue/types.rb', line 17261

class RedshiftSource < Struct.new(
  :name,
  :database,
  :table,
  :redshift_tmp_dir,
  :tmp_dir_iam_role)
  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)


17261
17262
17263
17264
17265
17266
17267
17268
17269
# File 'lib/aws-sdk-glue/types.rb', line 17261

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

#tableString

The database table to read from.

Returns:

  • (String)


17261
17262
17263
17264
17265
17266
17267
17268
17269
# File 'lib/aws-sdk-glue/types.rb', line 17261

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

#tmp_dir_iam_roleString

The IAM role with permissions.

Returns:

  • (String)


17261
17262
17263
17264
17265
17266
17267
17268
17269
# File 'lib/aws-sdk-glue/types.rb', line 17261

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