AWS SDK for .NET Documentation
DescribeClusterParameterGroups Method
AmazonAmazon.RedshiftAmazonRedshiftDescribeClusterParameterGroups()()()() Did this page help you?   Yes   No    Tell us about it...
Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default parameter group. For each parameter group, the response includes the parameter group name, description, and parameter group family name. You can optionally specify a name to retrieve the description of a specific parameter group.

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

Declaration Syntax
C#
DescribeClusterParameterGroupsResponse DescribeClusterParameterGroups()
Return Value
The response from the DescribeClusterParameterGroups service method, as returned by Redshift.
Exceptions
ExceptionCondition
ClusterParameterGroupNotFoundException The parameter group name does not refer to an existing parameter group.

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