GetOrderableClusterPlainArgs

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.

Constructors

Link copied to clipboard
constructor(clusterType: String? = null, clusterVersion: String? = null, nodeType: String? = null, preferredNodeTypes: List<String>? = null)

Properties

Link copied to clipboard
val clusterType: String? = null

Reshift Cluster typeE.g., multi-node or single-node

Link copied to clipboard
val clusterVersion: String? = null

Redshift Cluster versionE.g., 1.0

Link copied to clipboard
val nodeType: String? = null

Redshift Cluster node typeE.g., dc2.8xlarge

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): GetOrderableClusterPlainArgs