DeleteReplicationGroupRequest

Represents the input of a DeleteReplicationGroup operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.

Link copied to clipboard

The identifier for the cluster to be deleted. This parameter is not case sensitive.

Link copied to clipboard

If set to true, all of the read replicas are deleted, but the primary node is retained.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String