Spark Linked Service Args
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 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) : ConvertibleToJava<SparkLinkedServiceArgs>
Spark Server linked service.
Constructors
Link copied to clipboard
fun SparkLinkedServiceArgs(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, 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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard