WorkgroupConfigParameterArgs

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

Constructors

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

Properties

Link copied to clipboard
val parameterKey: Output<String>? = null

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. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless .

Link copied to clipboard
val parameterValue: Output<String>? = null

The value of the parameter to set.

Functions

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