Interface CfnGlobalReplicationGroupPropsMixin.ReshardingConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGlobalReplicationGroupPropsMixin.ReshardingConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnGlobalReplicationGroupPropsMixin
@Stability(Stable)
public static interface CfnGlobalReplicationGroupPropsMixin.ReshardingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
A list of
PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.elasticache.*;
ReshardingConfigurationProperty reshardingConfigurationProperty = ReshardingConfigurationProperty.builder()
.nodeGroupId("nodeGroupId")
.preferredAvailabilityZones(List.of("preferredAvailabilityZones"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnGlobalReplicationGroupPropsMixin.ReshardingConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNodeGroupId
Either the ElastiCache supplied 4-digit id or a user supplied id for the node group these configuration values apply to.- See Also:
-
getPreferredAvailabilityZones
A list of preferred availability zones for the nodes in this cluster.- See Also:
-
builder
@Stability(Stable) static CfnGlobalReplicationGroupPropsMixin.ReshardingConfigurationProperty.Builder builder()
-