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.

The connector-specific profile properties when using Amazon Redshift.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.RedshiftConnectorProfileProperties

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

Syntax

C#
public class RedshiftConnectorProfileProperties

The RedshiftConnectorProfileProperties type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BucketName System.String

Gets and sets the property BucketName.

A name for the associated Amazon S3 bucket.

Public Property BucketPrefix System.String

Gets and sets the property BucketPrefix.

The object key for the destination bucket in which Amazon AppFlow places the files.

Public Property ClusterIdentifier System.String

Gets and sets the property ClusterIdentifier.

The unique ID that's assigned to an Amazon Redshift cluster.

Public Property DataApiRoleArn System.String

Gets and sets the property DataApiRoleArn.

The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database through the Data API. For more information, and for the polices that you attach to this role, see Allow Amazon AppFlow to access Amazon Redshift databases with the Data API.

Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

The name of an Amazon Redshift database.

Public Property DatabaseUrl System.String

Gets and sets the property DatabaseUrl.

The JDBC URL of the Amazon Redshift cluster.

Public Property IsRedshiftServerless System.Boolean

Gets and sets the property IsRedshiftServerless.

Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3. For more information, and for the polices that you attach to this role, see Allow Amazon Redshift to access your Amazon AppFlow data in Amazon S3.

Public Property WorkgroupName System.String

Gets and sets the property WorkgroupName.

The name of an Amazon Redshift workgroup.

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