Class CfnGlobalReplicationGroup.ReshardingConfigurationProperty
A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.
Inherited Members
Namespace: Amazon.CDK.AWS.ElastiCache
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGlobalReplicationGroup.ReshardingConfigurationProperty : CfnGlobalReplicationGroup.IReshardingConfigurationProperty
Syntax (vb)
Public Class CfnGlobalReplicationGroup.ReshardingConfigurationProperty Implements CfnGlobalReplicationGroup.IReshardingConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElastiCache;
var reshardingConfigurationProperty = new ReshardingConfigurationProperty {
NodeGroupId = "nodeGroupId",
PreferredAvailabilityZones = new [] { "preferredAvailabilityZones" }
};
Synopsis
Constructors
| ReshardingConfigurationProperty() | A list of |
Properties
| NodeGroupId | Either the ElastiCache supplied 4-digit id or a user supplied id for the node group these configuration values apply to. |
| PreferredAvailabilityZones | A list of preferred availability zones for the nodes in this cluster. |
Constructors
ReshardingConfigurationProperty()
A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.
public ReshardingConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElastiCache;
var reshardingConfigurationProperty = new ReshardingConfigurationProperty {
NodeGroupId = "nodeGroupId",
PreferredAvailabilityZones = new [] { "preferredAvailabilityZones" }
};
Properties
NodeGroupId
Either the ElastiCache supplied 4-digit id or a user supplied id for the node group these configuration values apply to.
public string? NodeGroupId { get; set; }
Property Value
Remarks
PreferredAvailabilityZones
A list of preferred availability zones for the nodes in this cluster.
public string[]? PreferredAvailabilityZones { get; set; }
Property Value
string[]