SparkLinkedServiceArgs

data class SparkLinkedServiceArgs(val allowHostNameCNMismatch: Output<Any>? = null, val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, SparkAuthenticationType>>, 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 httpPath: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>, val serverType: Output<Either<String, SparkServerType>>? = null, val thriftTransportProtocol: Output<Either<String, SparkThriftTransportProtocol>>? = 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<SparkLinkedServiceArgs>

Spark Server linked service.

Constructors

Link copied to clipboard
constructor(allowHostNameCNMismatch: Output<Any>? = null, allowSelfSignedServerCert: Output<Any>? = null, annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, SparkAuthenticationType>>, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, enableServerCertificateValidation: Output<Any>? = null, enableSsl: Output<Any>? = null, encryptedCredential: Output<String>? = null, host: Output<Any>, httpPath: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, port: Output<Any>, serverType: Output<Either<String, SparkServerType>>? = null, thriftTransportProtocol: Output<Either<String, SparkThriftTransportProtocol>>? = 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.

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

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

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 method used to access the Spark 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 is false.

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>

IP address or host name of the Spark server

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

The partial URL corresponding to the Spark server.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The password corresponding to the user name that you provided in the Username field

Link copied to clipboard
val port: Output<Any>

The TCP port that the Spark server uses to listen for client connections.

Link copied to clipboard
val serverType: Output<Either<String, SparkServerType>>? = null

The type of Spark server.

Link copied to clipboard

The transport protocol to use in the Thrift layer.

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.

Link copied to clipboard
val type: Output<String>

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

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

The user name that you use to access Spark 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.

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

Version of the linked service.

Functions

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