Package version:

Interface AmazonRedshiftLinkedService

Linked service for Amazon Redshift.

Hierarchy

Properties

annotations?: any[]

List of tags that can be used for describing the linked service.

The integration runtime reference.

database: any

The database name of the Amazon Redshift source. Type: string (or Expression with resultType string).

description?: string

Linked service description.

encryptedCredential?: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

Type declaration

password?: SecretBaseUnion

The password of the Amazon Redshift source.

port?: any

The TCP port number that the Amazon Redshift server uses to listen for client connections. The default value is 5439. Type: integer (or Expression with resultType integer).

server: any

The name of the Amazon Redshift server. Type: string (or Expression with resultType string).

type: "AmazonRedshift"

Polymorphic discriminator, which specifies the different types this object can be

username?: any

The username of the Amazon Redshift source. Type: string (or Expression with resultType string).

Generated using TypeDoc