Class: AmazonKinesisFirehoseDeliveryStreamRedshiftDestinationConfiguration

Types~AmazonKinesisFirehoseDeliveryStreamRedshiftDestinationConfiguration

new AmazonKinesisFirehoseDeliveryStreamRedshiftDestinationConfiguration()

Properties:
Name Type Description
CloudWatchLoggingOptions AmazonKinesisFirehoseDeliveryStreamDestinationCloudWatchLoggingOptions Required: No. The Amazon CloudWatch Logs logging options for the delivery stream.
ClusterJDBCURL String Required: Yes. The connection string that Firehose uses to connect to the Amazon Redshift cluster.
CopyCommand AmazonKinesisFirehoseDeliveryStreamRedshiftDestinationConfigurationCopyCommand Required: Yes. Configures the Amazon Redshift COPY command that Firehose uses to load data into the cluster from the S3 bucket.
Password String Required: Yes. The password for the Amazon Redshift user that you specified in the Username property.
RoleARN String Required: Yes. The ARN of the AWS Identity and Access Management (IAM) role that grants Firehose access to your S3 bucket and AWS KMS (if you enable data encryption).For more information, see Grant Firehose Access to an Amazon Redshift Destination in the Amazon Kinesis Firehose Developer Guide.
S3Configuration AmazonKinesisFirehoseDeliveryStreamS3DestinationConfiguration Required: Yes. The S3 bucket where Firehose first delivers data. After the data is in the bucket, Firehose uses the COPY command to load the data into the Amazon Redshift cluster. For the S3 bucket's compression format, don't specify SNAPPY or ZIP because the Amazon Redshift COPY command doesn't support them.
Username String Required: Yes. The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have INSERT privileges for copying data from the S3 bucket to the cluster.
Source: