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 a destination in Amazon Redshift.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.RedshiftDestinationDescription

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

Syntax

C#
public class RedshiftDestinationDescription

The RedshiftDestinationDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CloudWatchLoggingOptions Amazon.KinesisFirehose.Model.CloudWatchLoggingOptions

Gets and sets the property CloudWatchLoggingOptions.

The Amazon 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 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 S3BackupDescription Amazon.KinesisFirehose.Model.S3DestinationDescription

Gets and sets the property S3BackupDescription.

The configuration for backup in Amazon S3.

Public Property S3BackupMode Amazon.KinesisFirehose.RedshiftS3BackupMode

Gets and sets the property S3BackupMode.

The Amazon S3 backup mode.

Public Property S3DestinationDescription Amazon.KinesisFirehose.Model.S3DestinationDescription

Gets and sets the property S3DestinationDescription.

The Amazon S3 destination.

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