WorkgroupConfigParameter

data class WorkgroupConfigParameter(val parameterKey: String, val parameterValue: String)

Constructors

Link copied to clipboard
fun WorkgroupConfigParameter(parameterKey: String, parameterValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key of the parameter. The options are datestyle, enable_user_activity_logging, query_group, search_path, and max_query_execution_time.

Link copied to clipboard

The value of the parameter to set.