| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElastiCache.Types.ReshardingConfiguration
Description
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.
Constructors
| ReshardingConfiguration' | |
Fields
| |
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: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.
$sel:preferredAvailabilityZones:ReshardingConfiguration', reshardingConfiguration_preferredAvailabilityZones - 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.
reshardingConfiguration_preferredAvailabilityZones :: Lens' ReshardingConfiguration (Maybe [Text]) Source #
A list of preferred availability zones for the nodes in this cluster.