Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AmazonRedshiftLinkedService

Package version

Linked service for Amazon Redshift.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

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

Optional connectVia

The integration runtime reference.

database

database: any

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

Optional description

description: undefined | string

Linked service description.

Optional encryptedCredential

encryptedCredential: any

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

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional password

password: SecretBaseUnion

The password of the Amazon Redshift source.

Optional port

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

server: any

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

type

type: "AmazonRedshift"

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

Optional username

username: any

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

Generated using TypeDoc