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 |
Documentation
data ScalingAction Source #
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
See: newScalingAction
smart constructor.
ScalingAction' | |
|
Instances
Create a value of ScalingAction
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:market:ScalingAction'
, scalingAction_market
- Not available for instance groups. Instance groups use the market type
specified for the group.
$sel:simpleScalingPolicyConfiguration:ScalingAction'
, scalingAction_simpleScalingPolicyConfiguration
- The type of adjustment the automatic scaling activity makes when
triggered, and the periodicity of the adjustment.
scalingAction_market :: Lens' ScalingAction (Maybe MarketType) Source #
Not available for instance groups. Instance groups use the market type specified for the group.
scalingAction_simpleScalingPolicyConfiguration :: Lens' ScalingAction SimpleScalingPolicyConfiguration Source #
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.