RedshiftDataSpec

Describes the data specification of an Amazon Redshift DataSource.

Types

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

Properties

Link copied to clipboard

Describes AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon Redshift database.

Link copied to clipboard

Describes the DatabaseName and ClusterIdentifier for an Amazon Redshift DataSource.

Link copied to clipboard

A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource. If the DataRearrangement parameter is not provided, all of the input data is used to create the Datasource.

Link copied to clipboard

A JSON string that represents the schema for an Amazon Redshift DataSource. The DataSchema defines the structure of the observation data in the data file(s) referenced in the DataSource.

Link copied to clipboard

Describes the schema location for an Amazon Redshift DataSource.

Link copied to clipboard

Describes an Amazon S3 location to store the result set of the SelectSqlQuery query.

Link copied to clipboard

Describes the SQL Query to execute on an Amazon Redshift database for an Amazon Redshift DataSource.

Functions

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