CreateOrUpdateRemoteTableConfigInput is an input datatype for creating or updating a remote table configuration. It's used by the createRemoteTableConfig() and updateRemoteTableConfig() mutation fields.

Table: CreateOrUpdateRemoteTableConfigInput

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: May 8, 2026
connectionConfigGenericGenericConnectionConfigInput  PreviewThe configuration of a generic remote table. See GenericConnectionConfigInput.
connectionConfigLogscaleLogScaleConnectionConfigInput  PreviewThe configuration of a LogScale remote table. See LogScaleConnectionConfigInput.
connectionDescriptionstringyes PreviewThe description of the remote table configuration.
connectionNamestringyes PreviewThe name of the remote table configuration. This must be unique in the organization.
accessRequirementAccessRequirementInput  PreviewAn access requirement that must be fulfilled to run a remote table query based on this configuration. See AccessRequirementInput.