AmazonRedshiftNodeData

Specifies an Amazon Redshift node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Specifies how writing to a Redshift cluser will occur.

Link copied to clipboard

Optional values when connecting to the Redshift cluster.

Link copied to clipboard

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

Link copied to clipboard

The Redshift schema name when working with a data catalog.

Link copied to clipboard

The database table to read from.

Link copied to clipboard

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

Link copied to clipboard

The Glue connection to the Redshift cluster.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The Redshift schema name when working with a direct connection.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The Redshift table name when working with a direct connection.

Link copied to clipboard

Specifies the prefix to a table.

Link copied to clipboard

The array of schema output for a given node.

Link copied to clipboard

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

Link copied to clipboard

The action used on Redshift sinks when doing an APPEND.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String