DeliveryStreamCopyCommandArgs

data class DeliveryStreamCopyCommandArgs(val copyOptions: Output<String>? = null, val dataTableColumns: Output<String>? = null, val dataTableName: Output<String>) : ConvertibleToJava<DeliveryStreamCopyCommandArgs>

Constructors

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

Properties

Link copied to clipboard
val copyOptions: Output<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
val dataTableColumns: Output<String>? = null

A comma-separated list of column names.

Link copied to clipboard
val dataTableName: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamCopyCommandArgs