ScheduledActionTargetActionResizeCluster

data class ScheduledActionTargetActionResizeCluster(val classic: Boolean? = null, val clusterIdentifier: String, val clusterType: String? = null, val nodeType: String? = null, val numberOfNodes: Int? = null)

Constructors

Link copied to clipboard
constructor(classic: Boolean? = null, clusterIdentifier: String, clusterType: String? = null, nodeType: String? = null, numberOfNodes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val classic: Boolean? = null

A boolean value indicating whether the resize operation is using the classic resize process. Default: false.

Link copied to clipboard

The unique identifier for the cluster to resize.

Link copied to clipboard
val clusterType: String? = null

The new cluster type for the specified cluster.

Link copied to clipboard
val nodeType: String? = null

The new node type for the nodes you are adding.

Link copied to clipboard
val numberOfNodes: Int? = null

The new number of nodes for the cluster.