Element Details: Connection.Redshift
 Back


Available in: Logi Info Source code name: Connection.RedshiftIntroduced in: v11.1.033

The Connection.Redshift element contains the parameters required to connect to a Redshift data source.

The ODBC driver is available here .

Element Group:Relational Databases



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
CommandTimeOut
UserDefined
The CommandTimeOut attribute specifies the amount of time, in seconds, before the request to connect to the data source is presumed to have failed. For most data sources, the default value is 60 seconds. For MySql, the default is 30 seconds.
ConnectionString
UserDefined
The ConnectionString attribute specifies a connection argument that properly identifies the service, server, database, user, and password necessary to establish a connection to a data source. Each service type will generally require a different ConnectionString syntax. For example, to connect to the Employees SQL Server database on a server named Server1 with administrator rights, the ConnectionString attribute value might be:'DRIVER={SQL SERVER};SERVER=Server1;DATABASE=Employees; UID=Admin;PWD=AdminPwd;'
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
RedshiftDatabase
UserDefined
(Required) The name of the Redshift database.
RedshiftPassword
UserDefined
The password for the Redshift database.
RedshiftPort
UserDefined
The port address of the Redshift database.
RedshiftServer
UserDefined
(Required) The host name of the Redshift database.
RedshiftUser
UserDefined
(Required) The user name for the Redshift database.



PARENT ELEMENTS

Click element to drill down for more information.

Connections Studio Connection


CHILD ELEMENTS

Click element to drill down for more information.

Logi Application Service Jdbc Params Metadata Studio Connection


 Back to top


 Chart Debug