DeliveryStreamCopyCommand

data class DeliveryStreamCopyCommand(val copyOptions: String? = null, val dataTableColumns: String? = null, val dataTableName: String)

Constructors

Link copied to clipboard
constructor(copyOptions: String? = null, dataTableColumns: String? = null, dataTableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val copyOptions: String? = null

Parameters to use with the Amazon Redshift COPY command. For examples, see the CopyOptions content for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference .

Link copied to clipboard

A comma-separated list of column names.

Link copied to clipboard

The name of the target table. The table must already exist in the database.