| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.OpsWorksLayerAutoScalingThresholds
Synopsis
- data OpsWorksLayerAutoScalingThresholds = OpsWorksLayerAutoScalingThresholds {
- _opsWorksLayerAutoScalingThresholdsCpuThreshold :: Maybe (Val Double)
- _opsWorksLayerAutoScalingThresholdsIgnoreMetricsTime :: Maybe (Val Integer)
- _opsWorksLayerAutoScalingThresholdsInstanceCount :: Maybe (Val Integer)
- _opsWorksLayerAutoScalingThresholdsLoadThreshold :: Maybe (Val Double)
- _opsWorksLayerAutoScalingThresholdsMemoryThreshold :: Maybe (Val Double)
- _opsWorksLayerAutoScalingThresholdsThresholdsWaitTime :: Maybe (Val Integer)
- opsWorksLayerAutoScalingThresholds :: OpsWorksLayerAutoScalingThresholds
- owlastCpuThreshold :: Lens' OpsWorksLayerAutoScalingThresholds (Maybe (Val Double))
- owlastIgnoreMetricsTime :: Lens' OpsWorksLayerAutoScalingThresholds (Maybe (Val Integer))
- owlastInstanceCount :: Lens' OpsWorksLayerAutoScalingThresholds (Maybe (Val Integer))
- owlastLoadThreshold :: Lens' OpsWorksLayerAutoScalingThresholds (Maybe (Val Double))
- owlastMemoryThreshold :: Lens' OpsWorksLayerAutoScalingThresholds (Maybe (Val Double))
- owlastThresholdsWaitTime :: Lens' OpsWorksLayerAutoScalingThresholds (Maybe (Val Integer))
Documentation
data OpsWorksLayerAutoScalingThresholds #
Full data type definition for OpsWorksLayerAutoScalingThresholds. See
opsWorksLayerAutoScalingThresholds for a more convenient constructor.
Constructors
opsWorksLayerAutoScalingThresholds :: OpsWorksLayerAutoScalingThresholds #
Constructor for OpsWorksLayerAutoScalingThresholds containing required
fields as arguments.