Show / Hide Table of Contents

Class ReplicationGroupClusterModeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ReplicationGroupClusterModeArgs
Inherited Members
ResourceArgs.Empty
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 Source

ReplicationGroupClusterModeArgs()

Declaration
public ReplicationGroupClusterModeArgs()

Properties

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 Input<int> NumNodeGroups { get; set; }
Property Value
Type Description
Input<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 Input<int> ReplicasPerNodeGroup { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.