WorkgroupConfigParameterArgs

data class WorkgroupConfigParameterArgs(val parameterKey: Output<String>, val parameterValue: Output<String>) : ConvertibleToJava<WorkgroupConfigParameterArgs>

Constructors

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

Properties

Link copied to clipboard
val parameterKey: Output<String>

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
val parameterValue: Output<String>

The value of the parameter to set.

Functions

Link copied to clipboard
open override fun toJava(): WorkgroupConfigParameterArgs