Delivery Stream Copy Command
data class DeliveryStreamCopyCommand(val copyOptions: String? = null, val dataTableColumns: String? = null, val dataTableName: String)
Properties
Link copied to clipboard
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.