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 |
Synopsis
- data ScalingParameters = ScalingParameters' {}
- newScalingParameters :: ScalingParameters
- scalingParameters_desiredInstanceType :: Lens' ScalingParameters (Maybe PartitionInstanceType)
- scalingParameters_desiredReplicationCount :: Lens' ScalingParameters (Maybe Natural)
- scalingParameters_desiredPartitionCount :: Lens' ScalingParameters (Maybe Natural)
Documentation
data ScalingParameters Source #
The desired instance type and desired number of replicas of each index partition.
See: newScalingParameters
smart constructor.
ScalingParameters' | |
|
Instances
newScalingParameters :: ScalingParameters Source #
Create a value of ScalingParameters
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:desiredInstanceType:ScalingParameters'
, scalingParameters_desiredInstanceType
- The instance type that you want to preconfigure for your domain. For
example, search.m1.small
.
$sel:desiredReplicationCount:ScalingParameters'
, scalingParameters_desiredReplicationCount
- The number of replicas you want to preconfigure for each index
partition.
$sel:desiredPartitionCount:ScalingParameters'
, scalingParameters_desiredPartitionCount
- The number of partitions you want to preconfigure for your domain. Only
valid when you select m2.2xlarge
as the desired instance type.
scalingParameters_desiredInstanceType :: Lens' ScalingParameters (Maybe PartitionInstanceType) Source #
The instance type that you want to preconfigure for your domain. For
example, search.m1.small
.
scalingParameters_desiredReplicationCount :: Lens' ScalingParameters (Maybe Natural) Source #
The number of replicas you want to preconfigure for each index partition.
scalingParameters_desiredPartitionCount :: Lens' ScalingParameters (Maybe Natural) Source #
The number of partitions you want to preconfigure for your domain. Only
valid when you select m2.2xlarge
as the desired instance type.