Db2Linked Service Args
data class Db2LinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, Db2AuthenticationType>>? = null, val certificateCommonName: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val database: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val packageCollection: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val server: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<Db2LinkedServiceArgs>
Linked service for DB2 data source.
Constructors
Link copied to clipboard
fun Db2LinkedServiceArgs(annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, Db2AuthenticationType>>? = null, certificateCommonName: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>? = null, database: Output<Any>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, packageCollection: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, server: Output<Any>? = null, type: Output<String>, username: Output<Any>? = null)