Delivery Stream Copy Command Args
data class DeliveryStreamCopyCommandArgs(val copyOptions: Output<String>? = null, val dataTableColumns: Output<String>? = null, val dataTableName: Output<String>) : ConvertibleToJava<DeliveryStreamCopyCommandArgs>
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.