AWS SDK for .NET Documentation
CreateClusterParameterGroupRequest Class
AmazonAmazon.Redshift.ModelCreateClusterParameterGroupRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreateClusterParameterGroup operation. 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
C#
public class CreateClusterParameterGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

Description
Gets and sets the property Description.

A 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 Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.

To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is "redshift-1.0".


ParameterGroupName
Gets and sets the property ParameterGroupName.

The name of the cluster parameter group.

Constraints:

  • Must be 1 to 255 alphanumeric characters or hyphens
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.
  • Must be unique withing your AWS account.
Note:
This value is stored as a lower-case string.

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
AmazonWebServiceRequest
 CreateClusterParameterGroupRequest

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