Class ReplicationGroupClusterMode
Inheritance
System.Object
ReplicationGroupClusterMode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElastiCache.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ReplicationGroupClusterMode
Fields
View SourceNumNodeGroups
Specify the number of node groups (shards) for this Redis replication group. Changing this number will trigger an online resizing operation before other settings modifications.
Declaration
public readonly int NumNodeGroups
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ReplicasPerNodeGroup
Specify the number of replica nodes in each node group. Valid values are 0 to 5. Changing this number will force a new resource.
Declaration
public readonly int ReplicasPerNodeGroup
Field Value
| Type | Description |
|---|---|
| System.Int32 |