From the Edit Historian Connection window you can select AVEVA CONNECT for reading and/or writing data. The DataHub instance uses HTTPS to communicate with AVEVA CONNECT. It uses OAuth2 client credentials for authentication, SDS REST APIs for reading historical data, and OMF ingress for writing data.

A unique text string used to identify this connection,
including for when configuring store and forward, and to create
the database name or retention policy in some historians. The
label can contain only letters, numbers and the underscore (
_ ) character.
The AVEVA CONNECT Tenant ID used for this connection.
The Namespace ID within the AVEVA CONNECT tenant. Streams and OMF data are read from and written to this namespace.
The OAuth2 Client ID used to authenticate this connection.
The OAuth2 Client Secret associated with the Client Id.
The base resource URL for the AVEVA CONNECT tenant. For
example:
https://uswe.datahub.connect.aveva.com.
The maximum number of values that will be read in a single transaction. Setting this value to zero uses the built-in default. If necessary, the DataHub instance will use multiple read transactions to fully retrieve data over a period.
The number of seconds to wait for a read request before timing out. This setting is used when reading historical data from AVEVA CONNECT.
The maximum number of times the DataHub instance will retry a failed read request. Retries are used for transient errors, such as temporary network failures or service throttling.
The initial number of milliseconds to wait before retrying a failed read request.
The maximum number of milliseconds to wait between retry attempts.
The number of milliseconds that the DataHub instance will buffer data in memory before sending it to Kinesis. Setting this value to zero means that no accumulation time will be enforced.
If both this value and Maximum # of buffered values (below) are specified, then the DataHub instance will write all buffered values to CONNECT whenever the first of these two limits is reached.
The maximum number of values that the DataHub instance will buffer in memory before transmitting them to CONNECT. Setting this value to zero means that all values will be sent as soon as possible.
Prevents the DataHub instance from writing to AVEVA CONNECT.
Checking this option causes messages regarding successful writes to the database to be logged at the level in the DataHub Event Log. If this is not checked then these messages are logged at the level and are therefore normally hidden from the user.
Please see Modify Point Names, Data Sampling or Forwarding in Connection Configuration for how to configure these options.
Once you have completed the Amazon Kinesis-specific configuration, you can return to Picking Points in General Options to continue.