data class WorkgroupConfigParameterArgs(val parameterKey: Output<String>? = null, val parameterValue: Output<String>? = null) : ConvertibleToJava<WorkgroupConfigParameterArgs>
The key of the parameter. The options are datestyle , enable_user_activity_logging , query_group , search_path , max_query_execution_time , and require_ssl .