WorkgroupConfigParameter

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

Constructors

Link copied to clipboard
constructor(parameterKey: String, parameterValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key of the parameter. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, and query monitoring metrics that let you define performance boundaries: max_query_cpu_time, max_query_blocks_read, max_scan_row_count, max_query_execution_time, max_query_queue_time, max_query_cpu_usage_percent, max_query_temp_blocks_to_disk, max_join_row_count and max_nested_loop_join_row_count.

Link copied to clipboard

The value of the parameter to set.