HBase Linked Service Args
data class HBaseLinkedServiceArgs(val allowHostNameCNMismatch: Output<Any>? = null, val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, HBaseAuthenticationType>>, 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 trustedCertPath: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<HBaseLinkedServiceArgs>
HBase server linked service.
Constructors
Link copied to clipboard
fun HBaseLinkedServiceArgs(allowHostNameCNMismatch: Output<Any>? = null, allowSelfSignedServerCert: Output<Any>? = null, annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, HBaseAuthenticationType>>, 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, trustedCertPath: Output<Any>? = null, type: Output<String>, username: Output<Any>? = null)