For more information about managing parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Management Guide.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ModifyClusterParameterGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ModifyClusterParameterGroupRequest()()()() | Initializes a new instance of the ModifyClusterParameterGroupRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ParameterGroupName | 
            Gets and sets the property ParameterGroupName. 
             The name of the parameter group to be modified. | 
|  | Parameters | 
            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. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithParameterGroupName(String) | Obsolete. 
            Sets the ParameterGroupName property
             | 
|  | WithParameters(array<Parameter>[]()[][]) | Obsolete. 
            Sets the Parameters property
             | 
|  | WithParameters(IEnumerable<(Of <<'(Parameter>)>>)) | Obsolete. 
            Sets the Parameters property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ModifyClusterParameterGroupRequest | |