GetGlobalReplicationGroupResult

data class GetGlobalReplicationGroupResult(val cacheParameterGroupName: String? = null, val globalReplicationGroupDescription: String? = null, val globalReplicationGroupId: String? = null, val members: List<GlobalReplicationGroupMember>? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(cacheParameterGroupName: String? = null, globalReplicationGroupDescription: String? = null, globalReplicationGroupId: String? = null, members: List<GlobalReplicationGroupMember>? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cache parameter group name to use for the new engine version. This parameter cannot be modified independently.

Link copied to clipboard

The optional description of the Global Datastore

Link copied to clipboard

The name of the Global Datastore, it is generated by ElastiCache adding a prefix to GlobalReplicationGroupIdSuffix.

Link copied to clipboard

The replication groups that comprise the Global Datastore.

Link copied to clipboard
val status: String? = null

The status of the Global Datastore