GlobalReplicationGroup

Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary cluster automatically replicates updates to the secondary cluster.

  • The GlobalReplicationGroupIdSuffix represents the name of the Global datastore, which is what you use to associate a secondary cluster.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN (Amazon Resource Name) of the global replication group.

Link copied to clipboard

A flag that enables encryption at rest when set to true.

Link copied to clipboard

A flag that enables using an AuthToken (password) when issuing Valkey or Redis OSS commands.

Link copied to clipboard

The cache node type of the Global datastore

Link copied to clipboard

A flag that indicates whether the Global datastore is cluster enabled.

Link copied to clipboard

The ElastiCache engine. For Valkey or Redis OSS only.

Link copied to clipboard

The ElastiCache engine version.

Link copied to clipboard

Indicates the slot configuration and global identifier for each slice group.

Link copied to clipboard

The optional description of the Global datastore

Link copied to clipboard

The name of the Global datastore

Link copied to clipboard

The replication groups that comprise the Global datastore.

Link copied to clipboard

The status of the Global datastore

Link copied to clipboard

A flag that enables in-transit encryption when set to true.

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