AWS SDK for .NET Documentation
CreateClusterParameterGroup Method (request)
AmazonAmazon.RedshiftAmazonRedshiftCreateClusterParameterGroup(CreateClusterParameterGroupRequest) Did this page help you?   Yes   No    Tell us about it...
Creates an Amazon Redshift parameter group.

Creating parameter groups is independent of creating clusters. You can associate a cluster with a parameter group when you create the cluster. You can also associate an existing cluster with a parameter group after the cluster is created by using ModifyCluster.

Parameters in the parameter group define specific behavior that applies to the databases you create on the cluster. For more information about managing parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Management Guide.

Declaration Syntax
Parameters
request (CreateClusterParameterGroupRequest)
Container for the necessary parameters to execute the CreateClusterParameterGroup service method.
Return Value
The response from the CreateClusterParameterGroup service method, as returned by Redshift.
Exceptions
ExceptionCondition
ClusterParameterGroupAlreadyExistsException A cluster parameter group with the same name already exists.
ClusterParameterGroupQuotaExceededException The request would result in the user exceeding the allowed number of cluster parameter groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Management Guide.

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