Package version:

Interface AmazonRedshiftLinkedService

Linked service for Amazon Redshift.

interface AmazonRedshiftLinkedService {
    annotations?: any[];
    connectVia?: IntegrationRuntimeReference;
    database: any;
    description?: string;
    encryptedCredential?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    password?: SecretBaseUnion;
    port?: any;
    server: any;
    type: "AmazonRedshift";
    username?: any;
    version?: string;
}

Hierarchy (view full)

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?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

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

Parameters for linked service.

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

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).

version?: string

Version of the linked service.