Workgroup Config Parameter Args
data class WorkgroupConfigParameterArgs(val parameterKey: Output<String>, val parameterValue: Output<String>) : ConvertibleToJava<WorkgroupConfigParameterArgs>
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.