ClusterParameterGroupParameter

data class ClusterParameterGroupParameter(val parameterName: String, val parameterValue: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the parameter.

Link copied to clipboard

The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.