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

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.RedshiftDestinationUpdate

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

Syntax

C#
public class RedshiftDestinationUpdate

The RedshiftDestinationUpdate type exposes the following members

Constructors

NameDescription
Public Method RedshiftDestinationUpdate()

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 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 S3BackupMode Amazon.KinesisFirehose.RedshiftS3BackupMode

Gets and sets the property S3BackupMode.

You can update a delivery stream 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 S3BackupUpdate Amazon.KinesisFirehose.Model.S3DestinationUpdate

Gets and sets the property S3BackupUpdate.

The Amazon S3 destination for backup.

Public Property S3Update Amazon.KinesisFirehose.Model.S3DestinationUpdate

Gets and sets the property S3Update.

The Amazon S3 destination.

The compression formats SNAPPY or ZIP cannot be specified in RedshiftDestinationUpdate.S3Update 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