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

The new cluster type.

When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.

Valid Values:

CopyC#
multi-node | single-node

Declaration Syntax
C#
public string ClusterType { get; set; }

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