AWS SDK for .NET Documentation
CreateReplicationGroup Method (createReplicationGroupRequest)
AmazonAmazon.ElastiCacheAmazonElastiCacheCreateReplicationGroup(CreateReplicationGroupRequest) Did this page help you?   Yes   No    Tell us about it...

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.

Declaration Syntax
C#
CreateReplicationGroupResponse CreateReplicationGroup(
	CreateReplicationGroupRequest createReplicationGroupRequest
)
Parameters
createReplicationGroupRequest (CreateReplicationGroupRequest)
Container for the necessary parameters to execute the CreateReplicationGroup service method on AmazonElastiCache.
Return Value
The response from the CreateReplicationGroup service method, as returned by AmazonElastiCache.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)