Safe Haskell | None |
---|---|
Language | Haskell2010 |
CopyCommand is a property of the Amazon Kinesis Firehose DeliveryStream RedshiftDestinationConfiguration property that configures the Amazon Redshift COPY command that Amazon Kinesis Firehose (Firehose) uses to load data into an Amazon Redshift cluster from an S3 bucket.
- data KinesisFirehoseRedshiftCopyCommand = KinesisFirehoseRedshiftCopyCommand {}
- kinesisFirehoseRedshiftCopyCommand :: Val Text -> KinesisFirehoseRedshiftCopyCommand
- kfrccCopyOptions :: Lens' KinesisFirehoseRedshiftCopyCommand (Maybe (Val Text))
- kfrccDataTableColumns :: Lens' KinesisFirehoseRedshiftCopyCommand (Maybe (Val Text))
- kfrccDataTableName :: Lens' KinesisFirehoseRedshiftCopyCommand (Val Text)
Documentation
data KinesisFirehoseRedshiftCopyCommand Source #
Full data type definition for KinesisFirehoseRedshiftCopyCommand. See
kinesisFirehoseRedshiftCopyCommand
for a more convenient constructor.
kinesisFirehoseRedshiftCopyCommand Source #
Constructor for KinesisFirehoseRedshiftCopyCommand
containing required
fields as arguments.
kfrccCopyOptions :: Lens' KinesisFirehoseRedshiftCopyCommand (Maybe (Val Text)) Source #
Parameters to use with the Amazon Redshift COPY command. For examples, see the CopyOptions content for the CopyCommand data type in the Amazon Kinesis Firehose API Reference.
kfrccDataTableColumns :: Lens' KinesisFirehoseRedshiftCopyCommand (Maybe (Val Text)) Source #
A comma-separated list of the column names in the table that Firehose copies data to.
kfrccDataTableName :: Lens' KinesisFirehoseRedshiftCopyCommand (Val Text) Source #
The name of the table where Firehose adds the copied data.