TeradataLinkedServiceArgs

data class TeradataLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, TeradataAuthenticationType>>? = null, val characterSet: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val httpsPortNumber: Output<Any>? = null, val maxRespSize: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val portNumber: Output<Any>? = null, val server: Output<Any>? = null, val sslMode: Output<Any>? = null, val type: Output<String>, val useDataEncryption: Output<Any>? = null, val username: Output<Any>? = null, val version: Output<String>? = null) : ConvertibleToJava<TeradataLinkedServiceArgs>

Linked service for Teradata data source.

Constructors

Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, TeradataAuthenticationType>>? = null, characterSet: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, httpsPortNumber: Output<Any>? = null, maxRespSize: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, portNumber: Output<Any>? = null, server: Output<Any>? = null, sslMode: Output<Any>? = null, type: Output<String>, useDataEncryption: Output<Any>? = null, username: Output<Any>? = null, version: Output<String>? = null)

Properties

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

AuthenticationType to be used for connection.

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

The character set to use for the connection. Type: string (or Expression with resultType string). Only applied for version 2.0.

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

Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only applied for version 1.0.

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 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 httpsPortNumber: Output<Any>? = null

The port numbers when connecting to server through HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0.

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

The maximum size of the response buffer for SQL requests, in bytes. Type: integer. Only applied for version 2.0.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Password for authentication.

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

The port numbers when connecting to server through non HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only used for V2. Only applied for version 2.0.

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

Server name for connection. Type: string (or Expression with resultType string).

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

SSL mode for connection. Valid values including: “Disable”, “Allow”, “Prefer”, “Require”, “Verify-CA”, “Verify-Full”. Default value is “Verify-Full”. Type: string (or Expression with resultType string). Only applied for version 2.0.

Link copied to clipboard
val type: Output<String>

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

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

Specifies whether to encrypt all communication with the Teradata database. Allowed values are 0 or 1. This setting will be ignored for HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0.

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

Username for authentication. Type: string (or Expression with resultType string).

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

Version of the linked service.

Functions

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