Class: Aws::Glue::Types::AmazonRedshiftNodeData

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

Overview

Specifies an Amazon Redshift node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_typeString

The access type for the Redshift connection. Can be a direct connection or catalog connections.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#actionString

Specifies how writing to a Redshift cluser will occur.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#advanced_optionsArray<Types::AmazonRedshiftAdvancedOption>

Optional values when connecting to the Redshift cluster.



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#catalog_databaseTypes::Option

The name of the Glue Data Catalog database when working with a data catalog.

Returns:



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#catalog_redshift_schemaString

The Redshift schema name when working with a data catalog.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#catalog_redshift_tableString

The database table to read from.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#catalog_tableTypes::Option

The Glue Data Catalog table name when working with a data catalog.

Returns:



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#connectionTypes::Option

The Glue connection to the Redshift cluster.

Returns:



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#crawler_connectionString

Specifies the name of the connection that is associated with the catalog table used.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#iam_roleTypes::Option

Optional. The role name use when connection to S3. The IAM role ill default to the role on the job when left blank.

Returns:



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#merge_actionString

The action used when to detemine how a MERGE in a Redshift sink will be handled.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#merge_clauseString

The SQL used in a custom merge to deal with matching records.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#merge_when_matchedString

The action used when to detemine how a MERGE in a Redshift sink will be handled when an existing record matches a new record.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#merge_when_not_matchedString

The action used when to detemine how a MERGE in a Redshift sink will be handled when an existing record doesn't match a new record.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#post_actionString

The SQL used before a MERGE or APPEND with upsert is run.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#pre_actionString

The SQL used before a MERGE or APPEND with upsert is run.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#sample_queryString

The SQL used to fetch the data from a Redshift sources when the SourceType is 'query'.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#schemaTypes::Option

The Redshift schema name when working with a direct connection.

Returns:



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#selected_columnsArray<Types::Option>

The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.

Returns:



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type to specify whether a specific table is the source or a custom query.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#staging_tableString

The name of the temporary staging table that is used when doing a MERGE or APPEND with upsert.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#tableTypes::Option

The Redshift table name when working with a direct connection.

Returns:



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#table_prefixString

Specifies the prefix to a table.

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#table_schemaArray<Types::Option>

The array of schema output for a given node.

Returns:



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#temp_dirString

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

Returns:

  • (String)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#upsertBoolean

The action used on Redshift sinks when doing an APPEND.

Returns:

  • (Boolean)


330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 330

class AmazonRedshiftNodeData < Struct.new(
  :access_type,
  :source_type,
  :connection,
  :schema,
  :table,
  :catalog_database,
  :catalog_table,
  :catalog_redshift_schema,
  :catalog_redshift_table,
  :temp_dir,
  :iam_role,
  :advanced_options,
  :sample_query,
  :pre_action,
  :post_action,
  :action,
  :table_prefix,
  :upsert,
  :merge_action,
  :merge_when_matched,
  :merge_when_not_matched,
  :merge_clause,
  :crawler_connection,
  :table_schema,
  :staging_table,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end