Package version:

Interface PrestoLinkedService

Presto server linked service.

Hierarchy

Properties

allowHostNameCNMismatch?: any

Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false.

allowSelfSignedServerCert?: any

Specifies whether to allow self-signed certificates from the server. The default value is false.

annotations?: any[]

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

authenticationType: string

The authentication mechanism used to connect to the Presto server.

catalog: any

The catalog context for all request against the server.

The integration runtime reference.

description?: string

Linked service description.

enableSsl?: any

Specifies whether the connections to the server are encrypted using SSL. The default value is false.

encryptedCredential?: any

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

host: any

The IP address or host name of the Presto server. (i.e. 192.168.222.160)

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

Parameters for linked service.

Type declaration

password?: SecretBaseUnion

The password corresponding to the user name.

port?: any

The TCP port that the Presto server uses to listen for client connections. The default value is 8080.

serverVersion: any

The version of the Presto server. (i.e. 0.148-t)

timeZoneID?: any

The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value is the system time zone.

trustedCertPath?: any

The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.

type: "Presto"

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

useSystemTrustStore?: any

Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.

username?: any

The user name used to connect to the Presto server.

Generated using TypeDoc