Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ReshardingConfiguration Source #
A list of PreferredAvailabilityZones
objects that specifies the
configuration of a node group in the resharded cluster.
See: newReshardingConfiguration
smart constructor.
ReshardingConfiguration' | |
|
Instances
newReshardingConfiguration :: ReshardingConfiguration Source #
Create a value of ReshardingConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:preferredAvailabilityZones:ReshardingConfiguration'
, reshardingConfiguration_preferredAvailabilityZones
- A list of preferred availability zones for the nodes in this cluster.
$sel:nodeGroupId:ReshardingConfiguration'
, reshardingConfiguration_nodeGroupId
- Either the ElastiCache for Redis supplied 4-digit id or a user supplied
id for the node group these configuration values apply to.
reshardingConfiguration_preferredAvailabilityZones :: Lens' ReshardingConfiguration (Maybe [Text]) Source #
A list of preferred availability zones for the nodes in this cluster.
reshardingConfiguration_nodeGroupId :: Lens' ReshardingConfiguration (Maybe Text) Source #
Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.