DeliveryStreamRedshiftDestinationConfiguration

data class DeliveryStreamRedshiftDestinationConfiguration(val cloudWatchLoggingOptions: DeliveryStreamCloudWatchLoggingOptions? = null, val clusterJdbcurl: String, val copyCommand: DeliveryStreamCopyCommand, val password: String? = null, val processingConfiguration: DeliveryStreamProcessingConfiguration? = null, val retryOptions: DeliveryStreamRedshiftRetryOptions? = null, val roleArn: String, val s3BackupConfiguration: DeliveryStreamS3DestinationConfiguration? = null, val s3BackupMode: DeliveryStreamRedshiftDestinationConfigurationS3BackupMode? = null, val s3Configuration: DeliveryStreamS3DestinationConfiguration, val secretsManagerConfiguration: DeliveryStreamSecretsManagerConfiguration? = null, val username: String? = null)

Constructors

constructor(cloudWatchLoggingOptions: DeliveryStreamCloudWatchLoggingOptions? = null, clusterJdbcurl: String, copyCommand: DeliveryStreamCopyCommand, password: String? = null, processingConfiguration: DeliveryStreamProcessingConfiguration? = null, retryOptions: DeliveryStreamRedshiftRetryOptions? = null, roleArn: String, s3BackupConfiguration: DeliveryStreamS3DestinationConfiguration? = null, s3BackupMode: DeliveryStreamRedshiftDestinationConfigurationS3BackupMode? = null, s3Configuration: DeliveryStreamS3DestinationConfiguration, secretsManagerConfiguration: DeliveryStreamSecretsManagerConfiguration? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CloudWatch logging options for your delivery stream.

Link copied to clipboard

The connection string that Kinesis Data Firehose uses to connect to the Amazon Redshift cluster.

Link copied to clipboard

Configures the Amazon Redshift COPY command that Kinesis Data Firehose uses to load data into the cluster from the Amazon S3 bucket.

Link copied to clipboard
val password: String? = null

The password for the Amazon Redshift user that you specified in the Username property.

Link copied to clipboard

The data processing configuration for the Kinesis Data Firehose delivery stream.

Link copied to clipboard

The retry behavior in case Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).

Link copied to clipboard

The ARN of the AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see Grant Kinesis Data Firehose Access to an Amazon Redshift Destination in the Amazon Kinesis Data Firehose Developer Guide .

Link copied to clipboard

The configuration for backup in Amazon S3.

Link copied to clipboard

The Amazon S3 backup mode. After you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.

Link copied to clipboard

The S3 bucket where Kinesis Data Firehose first delivers data. After the data is in the bucket, Kinesis Data Firehose uses the COPY command to load the data into the Amazon Redshift cluster. For the Amazon S3 bucket's compression format, don't specify SNAPPY or ZIP because the Amazon Redshift COPY command doesn't support them.

Link copied to clipboard

The configuration that defines how you access secrets for Amazon Redshift.

Link copied to clipboard
val username: String? = null

The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have INSERT privileges for copying data from the Amazon S3 bucket to the cluster.