data class GetOrderableClusterPlainArgs(val clusterType: String? = null, val clusterVersion: String? = null, val nodeType: String? = null, val preferredNodeTypes: List<String>? = null) : ConvertibleToJava<GetOrderableClusterPlainArgs>
A collection of arguments for invoking getOrderableCluster.
Ordered list of preferred Redshift Cluster node types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned.