HBaseLinkedServiceArgs

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, val version: Output<String>? = null) : ConvertibleToJava<HBaseLinkedServiceArgs>

HBase 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, 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, 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 mechanism to use to connect to the HBase 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
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>

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

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

The partial URL corresponding to the HBase server. (i.e. /gateway/sandbox/hbase/version)

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 HBase instance uses to listen for client connections. The default value is 9090.

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 'HBase'.

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

The user name used to connect to the HBase instance.

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

Version of the linked service.

Functions

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