AWS SDK for .NET Documentation
NumberOfNodes Property
AmazonAmazon.Redshift.ModelCreateClusterRequestNumberOfNodes Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property NumberOfNodes.

The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as

CopyC#
multi-node
.

For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Management Guide.

If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.

Default:

CopyC#
1

Constraints: Value must be at least 1 and no more than 100.

Declaration Syntax
C#
public int NumberOfNodes { get; set; }

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