AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
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 parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

Namespace: Amazon.Redshift
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract CreateClusterParameterGroupResponse CreateClusterParameterGroup(
         CreateClusterParameterGroupRequest request
)

Parameters

request
Type: Amazon.Redshift.Model.CreateClusterParameterGroupRequest

Container for the necessary parameters to execute the CreateClusterParameterGroup service method.

Return Value
Type: Amazon.Redshift.Model.CreateClusterParameterGroupResponse
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 Cluster Management Guide.
InvalidTagException The tag is invalid.
TagLimitExceededException The request exceeds the limit of 10 tags for the resource.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5