ScheduledActionTargetActionResizeClusterArgs

data class ScheduledActionTargetActionResizeClusterArgs(val classic: Output<Boolean>? = null, val clusterIdentifier: Output<String>, val clusterType: Output<String>? = null, val nodeType: Output<String>? = null, val numberOfNodes: Output<Int>? = null) : ConvertibleToJava<ScheduledActionTargetActionResizeClusterArgs>

Constructors

constructor(classic: Output<Boolean>? = null, clusterIdentifier: Output<String>, clusterType: Output<String>? = null, nodeType: Output<String>? = null, numberOfNodes: Output<Int>? = null)

Properties

Link copied to clipboard
val classic: Output<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: Output<String>? = null

The new cluster type for the specified cluster.

Link copied to clipboard
val nodeType: Output<String>? = null

The new node type for the nodes you are adding.

Link copied to clipboard
val numberOfNodes: Output<Int>? = null

The new number of nodes for the cluster.

Functions

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