ReplicationGroupClusterModeArgs

data class ReplicationGroupClusterModeArgs(val numNodeGroups: Output<Int>? = null, val replicasPerNodeGroup: Output<Int>? = null) : ConvertibleToJava<ReplicationGroupClusterModeArgs>

Constructors

Link copied to clipboard
constructor(numNodeGroups: Output<Int>? = null, replicasPerNodeGroup: Output<Int>? = null)

Properties

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

Number of node groups (shards) for this Redis replication group. Changing this number will trigger an online resizing operation before other settings modifications. Required unless global_replication_group_id is set.

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

Number of replica nodes in each node group. Valid values are 0 to 5. Changing this number will trigger an online resizing operation before other settings modifications.

Functions

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