TeradataLinkedServiceArgs

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)