AWS SDK for .NET Documentation
ModifyClusterParameterGroupRequest Class
AmazonAmazon.Redshift.ModelModifyClusterParameterGroupRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ModifyClusterParameterGroup operation. Modifies the parameters of a parameter group.

For more information about managing parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Management Guide.

Declaration Syntax
C#
public class ModifyClusterParameterGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ModifyClusterParameterGroupRequest()()()()
Initializes a new instance of the ModifyClusterParameterGroupRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 ModifyClusterParameterGroupRequest

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