PrestoLinkedServiceArgs

data class PrestoLinkedServiceArgs(val allowHostNameCNMismatch: Output<Any>? = null, val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, PrestoAuthenticationType>>, val catalog: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val enableServerCertificateValidation: Output<Any>? = null, val enableSsl: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val serverVersion: Output<Any>? = null, val timeZoneID: Output<Any>? = null, val trustedCertPath: Output<Any>? = null, val type: Output<String>, val useSystemTrustStore: Output<Any>? = null, val username: Output<Any>? = null, val version: Output<String>? = null) : ConvertibleToJava<PrestoLinkedServiceArgs>

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.

Constructors

Link copied to clipboard
constructor(allowHostNameCNMismatch: Output<Any>? = null, allowSelfSignedServerCert: Output<Any>? = null, annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, PrestoAuthenticationType>>, catalog: Output<Any>, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, enableServerCertificateValidation: Output<Any>? = null, enableSsl: Output<Any>? = null, encryptedCredential: Output<String>? = null, host: Output<Any>, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, port: Output<Any>? = null, serverVersion: Output<Any>? = null, timeZoneID: Output<Any>? = null, trustedCertPath: Output<Any>? = null, type: Output<String>, useSystemTrustStore: Output<Any>? = null, username: Output<Any>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val allowHostNameCNMismatch: Output<Any>? = null

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.

Link copied to clipboard
val allowSelfSignedServerCert: Output<Any>? = null

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

Link copied to clipboard
val annotations: Output<List<Any>>? = null

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

Link copied to clipboard

The authentication mechanism used to connect to the Presto server.

Link copied to clipboard
val catalog: Output<Any>

The catalog context for all request against the server.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: Output<String>? = null

Linked service description.

Link copied to clipboard

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

Link copied to clipboard
val enableSsl: Output<Any>? = null

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.

Link copied to clipboard
val encryptedCredential: Output<String>? = null

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

Link copied to clipboard
val host: Output<Any>

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

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The password corresponding to the user name.

Link copied to clipboard
val port: Output<Any>? = null

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.

Link copied to clipboard
val serverVersion: Output<Any>? = null

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

Link copied to clipboard
val timeZoneID: Output<Any>? = null

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

Link copied to clipboard
val trustedCertPath: Output<Any>? = null

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.

Link copied to clipboard
val type: Output<String>

Type of linked service. Expected value is 'Presto'.

Link copied to clipboard
val username: Output<Any>? = null

The user name used to connect to the Presto server.

Link copied to clipboard
val useSystemTrustStore: Output<Any>? = null

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.

Link copied to clipboard
val version: Output<String>? = null

Version of the linked service.

Functions

Link copied to clipboard
open override fun toJava(): PrestoLinkedServiceArgs