PrestoLinkedService interface

Presto server linked service.

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.

allowSelfSignedServerCert

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

authenticationType

The authentication mechanism used to connect to the Presto server.

catalog

The catalog context for all request against the server.

enableSsl

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

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.

serverVersion

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

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 is the system time zone.

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.

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.

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.

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.

allowHostNameCNMismatch?: any

Property Value

any

allowSelfSignedServerCert

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

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

enableSsl

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

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.

port?: any

Property Value

any

serverVersion

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

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 is the system time zone.

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.

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.

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