AWS SDK for .NET Documentation
Parameters Property
AmazonAmazon.Redshift.ModelModifyClusterParameterGroupRequestParameters Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Parameters.

An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

Declaration Syntax
C#
public List<Parameter> Parameters { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)