Show / Hide Table of Contents

Enum ClusterType

(experimental) What cluster type to use.

Namespace: Amazon.CDK.AWS.Redshift.Alpha
Assembly: Amazon.CDK.AWS.Redshift.Alpha.dll
Syntax (csharp)
public enum ClusterType
Syntax (vb)
Public Enum ClusterType
Remarks

Used by ClusterProps.clusterType

Stability: Experimental

Synopsis

Fields

MULTI_NODE

(experimental) multi-node cluster, set the amount of nodes using ClusterProps.numberOfNodes parameter.

SINGLE_NODE

(experimental) single-node cluster, the ClusterProps.numberOfNodes parameter is not required.

Fields

Name Description
MULTI_NODE

(experimental) multi-node cluster, set the amount of nodes using ClusterProps.numberOfNodes parameter.

SINGLE_NODE

(experimental) single-node cluster, the ClusterProps.numberOfNodes parameter is not required.

Back to top Generated by DocFX