Class ReplicationGroupClusterModeArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ReplicationGroupClusterModeArgs : ResourceArgs
Constructors
View SourceReplicationGroupClusterModeArgs()
Declaration
public ReplicationGroupClusterModeArgs()
Properties
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 Input<int> NumNodeGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> ReplicasPerNodeGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |