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.

Node group (shard) configuration options. Each node group (shard) configuration has the following: Slots, PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.NodeGroupConfiguration

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

Syntax

C#
public class NodeGroupConfiguration

The NodeGroupConfiguration type exposes the following members

Constructors

NameDescription
Public Method NodeGroupConfiguration()

Properties

NameTypeDescription
Public Property NodeGroupId System.String

Gets and sets the property NodeGroupId.

Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.

Public Property PrimaryAvailabilityZone System.String

Gets and sets the property PrimaryAvailabilityZone.

The Availability Zone where the primary node of this node group (shard) is launched.

Public Property PrimaryOutpostArn System.String

Gets and sets the property PrimaryOutpostArn.

The outpost ARN of the primary node.

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

Gets and sets the property ReplicaAvailabilityZones.

A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.

Public Property ReplicaCount System.Int32

Gets and sets the property ReplicaCount.

The number of read replica nodes in this node group (shard).

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

Gets and sets the property ReplicaOutpostArns.

The outpost ARN of the node replicas.

Public Property Slots System.String

Gets and sets the property Slots.

A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.

Example: "0-3999"

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