AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the configuration of a destination in Amazon Redshift.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.RedshiftDestinationConfiguration

Namespace: Amazon.KinesisFirehose.Model
Assembly: AWSSDK.KinesisFirehose.dll
Version: 3.x.y.z

Syntax

C#
public class RedshiftDestinationConfiguration

The RedshiftDestinationConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CloudWatchLoggingOptions Amazon.KinesisFirehose.Model.CloudWatchLoggingOptions

Gets and sets the property CloudWatchLoggingOptions.

The CloudWatch logging options for your delivery stream.

Public Property ClusterJDBCURL System.String

Gets and sets the property ClusterJDBCURL.

The database connection string.

Public Property CopyCommand Amazon.KinesisFirehose.Model.CopyCommand

Gets and sets the property CopyCommand.

The COPY command.

Public Property Password System.String

Gets and sets the property Password.

The user password.

Public Property ProcessingConfiguration Amazon.KinesisFirehose.Model.ProcessingConfiguration

Gets and sets the property ProcessingConfiguration.

The data processing configuration.

Public Property RetryOptions Amazon.KinesisFirehose.Model.RedshiftRetryOptions

Gets and sets the property RetryOptions.

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

Public Property RoleARN System.String

Gets and sets the property RoleARN.

The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

Public Property S3BackupConfiguration Amazon.KinesisFirehose.Model.S3DestinationConfiguration

Gets and sets the property S3BackupConfiguration.

The configuration for backup in Amazon S3.

Public Property S3BackupMode Amazon.KinesisFirehose.RedshiftS3BackupMode

Gets and sets the property S3BackupMode.

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.

Public Property S3Configuration Amazon.KinesisFirehose.Model.S3DestinationConfiguration

Gets and sets the property S3Configuration.

The configuration for the intermediate Amazon S3 location from which Amazon Redshift obtains data. Restrictions are described in the topic for CreateDeliveryStream.

The compression formats SNAPPY or ZIP cannot be specified in RedshiftDestinationConfiguration.S3Configuration because the Amazon Redshift COPY operation that reads from the S3 bucket doesn't support these compression formats.

Public Property Username System.String

Gets and sets the property Username.

The name of the user.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5