Show / Hide Table of Contents

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 Source

NumNodeGroups

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.