AWS SDK for .NET Documentation
ClusterParameterGroup Class
AmazonAmazon.Redshift.ModelClusterParameterGroup Did this page help you?   Yes   No    Tell us about it...
Describes a parameter group.
Declaration Syntax
C#
public class ClusterParameterGroup
Members
All MembersConstructorsMethodsProperties



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

Description
Gets and sets the property Description.

The description of the parameter group.


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.)
ParameterGroupFamily
Gets and sets the property ParameterGroupFamily.

The name of the cluster parameter group family that this cluster parameter group is compatible with.


ParameterGroupName
Gets and sets the property ParameterGroupName.

The name of the cluster parameter group.


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

WithParameterGroupFamily(String) Obsolete.
Sets the ParameterGroupFamily property

WithParameterGroupName(String) Obsolete.
Sets the ParameterGroupName property

Inheritance Hierarchy
Object
ClusterParameterGroup

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