C# Class Amazon.Redshift.Model.CreateClusterParameterGroupRequest

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 .

Inheritance: AmazonRedshiftRequest
ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetDescription ( ) : bool
IsSetParameterGroupFamily ( ) : bool
IsSetParameterGroupName ( ) : bool
IsSetTags ( ) : bool