Hive Linked Service Args
data class HiveLinkedServiceArgs(val allowHostNameCNMismatch: Output<Any>? = null, val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, HiveAuthenticationType>>, 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>? = null, val serverType: Output<Either<String, HiveServerType>>? = null, val serviceDiscoveryMode: Output<Any>? = null, val thriftTransportProtocol: Output<Either<String, HiveThriftTransportProtocol>>? = null, val trustedCertPath: Output<Any>? = null, val type: Output<String>, val useNativeQuery: Output<Any>? = null, val useSystemTrustStore: Output<Any>? = null, val username: Output<Any>? = null, val zooKeeperNameSpace: Output<Any>? = null) : ConvertibleToJava<HiveLinkedServiceArgs>
Hive Server linked service.
Constructors
Link copied to clipboard
fun HiveLinkedServiceArgs(allowHostNameCNMismatch: Output<Any>? = null, allowSelfSignedServerCert: Output<Any>? = null, annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, HiveAuthenticationType>>, 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>? = null, serverType: Output<Either<String, HiveServerType>>? = null, serviceDiscoveryMode: Output<Any>? = null, thriftTransportProtocol: Output<Either<String, HiveThriftTransportProtocol>>? = null, trustedCertPath: Output<Any>? = null, type: Output<String>, useNativeQuery: Output<Any>? = null, useSystemTrustStore: Output<Any>? = null, username: Output<Any>? = null, zooKeeperNameSpace: Output<Any>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard