AWS SDK for .NET Documentation
DeleteClusterParameterGroupRequest Class
AmazonAmazon.Redshift.ModelDeleteClusterParameterGroupRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteClusterParameterGroup operation. Deletes a specified Amazon Redshift parameter group.
Note:
You cannot delete a parameter group if it is associated with a cluster.
Declaration Syntax
C#
public class DeleteClusterParameterGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteClusterParameterGroupRequest()()()()
Initializes a new instance of the DeleteClusterParameterGroupRequest 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 deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.
  • Cannot delete a default cluster parameter group.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithParameterGroupName(String) Obsolete.
Sets the ParameterGroupName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteClusterParameterGroupRequest

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