AmazonRedshiftLinkedService Class

Definition

Linked service for Amazon Redshift connector. Amazon Redshift is a fully managed, petabyte-scale data warehouse service for the Amazon Web Services cloud platform.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("AmazonRedshift")]
public class AmazonRedshiftLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
Attributes

Constructors

AmazonRedshiftLinkedService()

Initializes a new instance of the AmazonRedshiftLinkedService class.

AmazonRedshiftLinkedService(String, String, String, String)

Initializes a new instance of the AmazonRedshiftLinkedService class with required arguments.

Properties

Database

Required. The database name of the Amazon Redshift server.

Password

Required. The password of the Amazon Redshift server.

Port

Optional. The TCP port number that the Amazon Redshift server uses to listen for client connections. The default value is 5439.

Server

Required. The name of the Amazon Redshift server.

Username

Required. The username of the Amazon Redshift server.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)