RedshiftTarget

Specifies a target that uses Amazon Redshift.

Types

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

Properties

Link copied to clipboard

The name of the database to write to.

Link copied to clipboard

The nodes that are inputs to the data target.

Link copied to clipboard

The name of the data target.

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 name of the table in the database to write to.

Link copied to clipboard

The IAM role with permissions.

Link copied to clipboard

The set of options to configure an upsert operation when writing to a Redshift target.

Functions

Link copied to clipboard
inline fun copy(block: RedshiftTarget.Builder.() -> Unit = {}): RedshiftTarget
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