Get Global Replication Group Result
data class GetGlobalReplicationGroupResult(val cacheParameterGroupName: String? = null, val globalReplicationGroupDescription: String? = null, val globalReplicationGroupId: String? = null, val members: List<GlobalReplicationGroupMember>? = null, val status: String? = null)
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.