Share via


PrestoLinkedService interface

Presto server linked service. This linked service has supported version property. The Version 1.0 is scheduled for deprecation while your pipeline will continue to run after EOL but without any bug fix or new features.

Extends

Properties

allowHostNameCNMismatch

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. Only used for Version 1.0.

allowSelfSignedServerCert

Specifies whether to allow self-signed certificates from the server. The default value is false. Only used for Version 1.0.

authenticationType

The authentication mechanism used to connect to the Presto server.

catalog

The catalog context for all request against the server.

enableServerCertificateValidation

Specifies whether the connections to the server will validate server certificate, the default value is True. Only used for Version 2.0

enableSsl

Specifies whether the connections to the server are encrypted using SSL. The default value for legacy version is False. The default value for version 2.0 is True.

encryptedCredential

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

host

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

password

The password corresponding to the user name.

port

The TCP port that the Presto server uses to listen for client connections. The default value is 8080 when disable SSL, default value is 443 when enable SSL.

serverVersion

The version of the Presto server. (i.e. 0.148-t) Only used for Version 1.0.

timeZoneID

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

trustedCertPath

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. Only used for Version 1.0.

type

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

username

The user name used to connect to the Presto server.

useSystemTrustStore

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

Inherited Properties

annotations

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

connectVia

The integration runtime reference.

description

Linked service description.

parameters

Parameters for linked service.

version

Version of the linked service.

Property Details

allowHostNameCNMismatch

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. Only used for Version 1.0.

allowHostNameCNMismatch?: any

Property Value

any

allowSelfSignedServerCert

Specifies whether to allow self-signed certificates from the server. The default value is false. Only used for Version 1.0.

allowSelfSignedServerCert?: any

Property Value

any

authenticationType

The authentication mechanism used to connect to the Presto server.

authenticationType: string

Property Value

string

catalog

The catalog context for all request against the server.

catalog: any

Property Value

any

enableServerCertificateValidation

Specifies whether the connections to the server will validate server certificate, the default value is True. Only used for Version 2.0

enableServerCertificateValidation?: any

Property Value

any

enableSsl

Specifies whether the connections to the server are encrypted using SSL. The default value for legacy version is False. The default value for version 2.0 is True.

enableSsl?: any

Property Value

any

encryptedCredential

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

encryptedCredential?: string

Property Value

string

host

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

host: any

Property Value

any

password

The password corresponding to the user name.

password?: SecretBaseUnion

Property Value

port

The TCP port that the Presto server uses to listen for client connections. The default value is 8080 when disable SSL, default value is 443 when enable SSL.

port?: any

Property Value

any

serverVersion

The version of the Presto server. (i.e. 0.148-t) Only used for Version 1.0.

serverVersion?: any

Property Value

any

timeZoneID

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

timeZoneID?: any

Property Value

any

trustedCertPath

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. Only used for Version 1.0.

trustedCertPath?: any

Property Value

any

type

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

type: "Presto"

Property Value

"Presto"

username

The user name used to connect to the Presto server.

username?: any

Property Value

any

useSystemTrustStore

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

useSystemTrustStore?: any

Property Value

any

Inherited Property Details

annotations

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

annotations?: any[]

Property Value

any[]

Inherited From LinkedService.annotations

connectVia

The integration runtime reference.

connectVia?: IntegrationRuntimeReference

Property Value

Inherited From LinkedService.connectVia

description

Linked service description.

description?: string

Property Value

string

Inherited From LinkedService.description

parameters

Parameters for linked service.

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

Property Value

{[propertyName: string]: ParameterSpecification}

Inherited From LinkedService.parameters

version

Version of the linked service.

version?: string

Property Value

string

Inherited From LinkedService.version