Amazon Kinesis Data Firehose DeliveryStream CopyCommand
The CopyCommand property type configures the Amazon Redshift COPY command that Amazon Kinesis Data Firehose (Kinesis Data Firehose) uses to load data
into an Amazon Redshift cluster from an Amazon S3 bucket.
CopyCommand is a property of the Amazon Kinesis Data Firehose DeliveryStream RedshiftDestinationConfiguration property type.
Syntax
JSON
{ "CopyOptions" :String, "DataTableColumns" :String, "DataTableName" :String}
YAML
CopyOptions:StringDataTableColumns:StringDataTableName:String
Properties
CopyOptions-
Parameters to use with the Amazon Redshift
COPYcommand. For examples, see theCopyOptionscontent for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference.Required: No
Type: String
DataTableColumns-
A comma-separated list of the column names in the table that Kinesis Data Firehose copies data to.
Required: No
Type: String
DataTableName-
The name of the table where Kinesis Data Firehose adds the copied data.
Required: Yes
Type: String
