Class ReplicationGroupClusterModeGetArgs
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 ReplicationGroupClusterModeGetArgs : ResourceArgs
Constructors
View SourceReplicationGroupClusterModeGetArgs()
Declaration
public ReplicationGroupClusterModeGetArgs()
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> |