Container for the parameters to the CreateReplicationGroup operation.
The CreateReplicationGroup operation creates a replication group. A replication group is a collection of cache clusters, where one of the clusters is a read/write primary and the other clusters are read-only replicas. Writes to the primary are automatically propagated to the replicas.
When you create a replication group, you must specify an existing cache cluster that is in the primary role. When the replication group has been successfully created, you can add one or more read replica replicas to it, up to a total of five read replicas.

C# |
public class CreateReplicationGroupRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateReplicationGroupRequest()()()() | Initializes a new instance of the CreateReplicationGroupRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | PrimaryClusterId |
The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and
have a status of available.
|
![]() | ReplicationGroupDescription |
A user-specified description for the replication group.
|
![]() | ReplicationGroupId |
The replication group identifier. This parameter is stored as a lowercase string. Constraints:
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithPrimaryClusterId(String) | Obsolete.
Sets the PrimaryClusterId property
|
![]() | WithReplicationGroupDescription(String) | Obsolete.
Sets the ReplicationGroupDescription property
|
![]() | WithReplicationGroupId(String) | Obsolete.
Sets the ReplicationGroupId property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateReplicationGroupRequest |