LogScaleSingleConnectionConfigInput is an input datatype for the remote cluster connection part of a LogScale remote table configuration.

This datatype is used by the input datatype, UpsertRemoteTableLogScaleConnectionInput, which in turn is used by the upsertRemoteTableLogScaleConnection() mutation.

Table: LogScaleSingleConnectionConfigInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Jun 23, 2026
connectionIdstringyes PreviewThe unique identifier of the remote cluster connection.
proxySettingsFederatedProxySettingsInput  PreviewThe proxy settings for the connection. See FederatedProxySettingsInput.
queryPrefixstring  PreviewThe filter query that restricts data visible through the connection.
refreshTokenConfigLogScaleSingleConnectionRefreshTokenConfigInput  PreviewRefresh token configuration for automatic token rotation. Either this parameter or token must be set. See LogScaleSingleConnectionRefreshTokenConfigInput.
remoteUrlstringyes PreviewThe public URL of the remote cluster with which to connect.
tagsClusterConnectionInputTag  PreviewAdditional tags that can be used to filter queries. See ClusterConnectionInputTag.
tokenstringyes PreviewThe access token for the remote view with which to connect.