Class: Aws::Glue::Types::RedshiftTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RedshiftTarget
- 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
-
#database ⇒ String
The name of the database to write to.
-
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
-
#name ⇒ String
The name of the data target.
-
#redshift_tmp_dir ⇒ String
The Amazon S3 path where temporary data can be staged when copying out of the database.
-
#table ⇒ String
The name of the table in the database to write to.
-
#tmp_dir_iam_role ⇒ String
The IAM role with permissions.
-
#upsert_redshift_options ⇒ Types::UpsertRedshiftTargetOptions
The set of options to configure an upsert operation when writing to a Redshift target.
Instance Attribute Details
#database ⇒ String
The name of the database to write to.
18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 |
# File 'lib/aws-sdk-glue/types.rb', line 18734 class RedshiftTarget < Struct.new( :name, :inputs, :database, :table, :redshift_tmp_dir, :tmp_dir_iam_role, :upsert_redshift_options) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 |
# File 'lib/aws-sdk-glue/types.rb', line 18734 class RedshiftTarget < Struct.new( :name, :inputs, :database, :table, :redshift_tmp_dir, :tmp_dir_iam_role, :upsert_redshift_options) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data target.
18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 |
# File 'lib/aws-sdk-glue/types.rb', line 18734 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_dir ⇒ String
The Amazon S3 path where temporary data can be staged when copying out of the database.
18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 |
# File 'lib/aws-sdk-glue/types.rb', line 18734 class RedshiftTarget < Struct.new( :name, :inputs, :database, :table, :redshift_tmp_dir, :tmp_dir_iam_role, :upsert_redshift_options) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to write to.
18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 |
# File 'lib/aws-sdk-glue/types.rb', line 18734 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_role ⇒ String
The IAM role with permissions.
18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 |
# File 'lib/aws-sdk-glue/types.rb', line 18734 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_options ⇒ Types::UpsertRedshiftTargetOptions
The set of options to configure an upsert operation when writing to a Redshift target.
18734 18735 18736 18737 18738 18739 18740 18741 18742 18743 18744 |
# File 'lib/aws-sdk-glue/types.rb', line 18734 class RedshiftTarget < Struct.new( :name, :inputs, :database, :table, :redshift_tmp_dir, :tmp_dir_iam_role, :upsert_redshift_options) SENSITIVE = [] include Aws::Structure end |