AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains all of the attributes of a specific Redis replication group.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.ReplicationGroup

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.ElastiCache.dll
Version: 3.x.y.z

Syntax

C#
public class ReplicationGroup

The ReplicationGroup type exposes the following members

Constructors

NameDescription
Public Method ReplicationGroup()

Properties

NameTypeDescription
Public Property ARN System.String

Gets and sets the property ARN.

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

Public Property AtRestEncryptionEnabled System.Boolean

Gets and sets the property AtRestEncryptionEnabled.

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

You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster.

Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.

Default: false

Public Property AuthTokenEnabled System.Boolean

Gets and sets the property AuthTokenEnabled.

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

Default: false

Public Property AuthTokenLastModifiedDate System.DateTime

Gets and sets the property AuthTokenLastModifiedDate.

The date the auth token was last modified

Public Property AutomaticFailover Amazon.ElastiCache.AutomaticFailoverStatus

Gets and sets the property AutomaticFailover.

Indicates the status of automatic failover for this Redis replication group.

Public Property AutoMinorVersionUpgrade System.Boolean

Gets and sets the property AutoMinorVersionUpgrade.

If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.

Public Property CacheNodeType System.String

Gets and sets the property CacheNodeType.

The name of the compute and memory capacity node type for each node in the replication group.

Public Property ClusterEnabled System.Boolean

Gets and sets the property ClusterEnabled.

A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).

Valid values: true | false

Public Property ClusterMode Amazon.ElastiCache.ClusterMode

Gets and sets the property ClusterMode.

Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.

Public Property ConfigurationEndpoint Amazon.ElastiCache.Model.Endpoint

Gets and sets the property ConfigurationEndpoint.

The configuration endpoint for this replication group. Use the configuration endpoint to connect to this replication group.

Public Property DataTiering Amazon.ElastiCache.DataTieringStatus

Gets and sets the property DataTiering.

Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes. For more information, see Data tiering.

Public Property Description System.String

Gets and sets the property Description.

The user supplied description of the replication group.

Public Property GlobalReplicationGroupInfo Amazon.ElastiCache.Model.GlobalReplicationGroupInfo

Gets and sets the property GlobalReplicationGroupInfo.

The name of the Global datastore and role of this replication group in the Global datastore.

Public Property IpDiscovery Amazon.ElastiCache.IpDiscovery

Gets and sets the property IpDiscovery.

The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The ID of the KMS key used to encrypt the disk in the cluster.

Public Property LogDeliveryConfigurations System.Collections.Generic.List<Amazon.ElastiCache.Model.LogDeliveryConfiguration>

Gets and sets the property LogDeliveryConfigurations.

Returns the destination, format and type of the logs.

Public Property MemberClusters System.Collections.Generic.List<System.String>

Gets and sets the property MemberClusters.

The names of all the cache clusters that are part of this replication group.

Public Property MemberClustersOutpostArns System.Collections.Generic.List<System.String>

Gets and sets the property MemberClustersOutpostArns.

The outpost ARNs of the replication group's member clusters.

Public Property MultiAZ Amazon.ElastiCache.MultiAZStatus

Gets and sets the property MultiAZ.

A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see Minimizing Downtime: Multi-AZ

Public Property NetworkType Amazon.ElastiCache.NetworkType

Gets and sets the property NetworkType.

Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

Public Property NodeGroups System.Collections.Generic.List<Amazon.ElastiCache.Model.NodeGroup>

Gets and sets the property NodeGroups.

A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).

Public Property PendingModifiedValues Amazon.ElastiCache.Model.ReplicationGroupPendingModifiedValues

Gets and sets the property PendingModifiedValues.

A group of settings to be applied to the replication group, either immediately or during the next maintenance window.

Public Property ReplicationGroupCreateTime System.DateTime

Gets and sets the property ReplicationGroupCreateTime.

The date and time when the cluster was created.

Public Property ReplicationGroupId System.String

Gets and sets the property ReplicationGroupId.

The identifier for the replication group.

Public Property SnapshotRetentionLimit System.Int32

Gets and sets the property SnapshotRetentionLimit.

The number of days for which ElastiCache retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.

If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.

Public Property SnapshottingClusterId System.String

Gets and sets the property SnapshottingClusterId.

The cluster ID that is used as the daily snapshot source for the replication group.

Public Property SnapshotWindow System.String

Gets and sets the property SnapshotWindow.

The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).

Example: 05:00-09:00

If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.

This parameter is only valid if the Engine parameter is redis.

Public Property Status System.String

Gets and sets the property Status.

The current state of this replication group - creating, available, modifying, deleting, create-failed, snapshotting.

Public Property TransitEncryptionEnabled System.Boolean

Gets and sets the property TransitEncryptionEnabled.

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

Required: Only available when creating a replication group in an Amazon VPC using redis version 3.2.6, 4.x or later.

Default: false

Public Property TransitEncryptionMode Amazon.ElastiCache.TransitEncryptionMode

Gets and sets the property TransitEncryptionMode.

A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.

Public Property UserGroupIds System.Collections.Generic.List<System.String>

Gets and sets the property UserGroupIds.

The ID of the user group associated to the replication group.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5