Uses of Enum Class
software.amazon.awscdk.services.redshift.alpha.ClusterType
-
Uses of ClusterType in software.amazon.awscdk.services.redshift.alpha
Methods in software.amazon.awscdk.services.redshift.alpha that return ClusterTypeModifier and TypeMethodDescriptiondefault ClusterTypeClusterProps.getClusterType()(experimental) Settings for the individual instances that are launched.final ClusterTypeClusterProps.Jsii$Proxy.getClusterType()static ClusterTypeReturns the enum constant of this class with the specified name.static ClusterType[]ClusterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.redshift.alpha with parameters of type ClusterTypeModifier and TypeMethodDescriptionCluster.Builder.clusterType(ClusterType clusterType) (experimental) Settings for the individual instances that are launched.ClusterProps.Builder.clusterType(ClusterType clusterType) Sets the value ofClusterProps.getClusterType()