@Stability(value=Stable)
public static interface CfnGlobalReplicationGroup.ReshardingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticache.*;
ReshardingConfigurationProperty reshardingConfigurationProperty = ReshardingConfigurationProperty.builder()
.nodeGroupId("nodeGroupId")
.preferredAvailabilityZones(List.of("preferredAvailabilityZones"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGlobalReplicationGroup.ReshardingConfigurationProperty.Builder
|
static class |
CfnGlobalReplicationGroup.ReshardingConfigurationProperty.Jsii$Proxy
An implementation for
CfnGlobalReplicationGroup.ReshardingConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGlobalReplicationGroup.ReshardingConfigurationProperty.Builder |
builder() |
default String |
getNodeGroupId()
Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.
|
default List<String> |
getPreferredAvailabilityZones()
A list of preferred availability zones for the nodes in this cluster.
|
@Stability(value=Stable) @Nullable default String getNodeGroupId()
@Stability(value=Stable) @Nullable default List<String> getPreferredAvailabilityZones()
@Stability(value=Stable) static CfnGlobalReplicationGroup.ReshardingConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.