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 WarmPoolConfiguration = WarmPoolConfiguration' {}
- newWarmPoolConfiguration :: WarmPoolConfiguration
- warmPoolConfiguration_status :: Lens' WarmPoolConfiguration (Maybe WarmPoolStatus)
- warmPoolConfiguration_minSize :: Lens' WarmPoolConfiguration (Maybe Natural)
- warmPoolConfiguration_maxGroupPreparedCapacity :: Lens' WarmPoolConfiguration (Maybe Int)
- warmPoolConfiguration_poolState :: Lens' WarmPoolConfiguration (Maybe WarmPoolState)
Documentation
data WarmPoolConfiguration Source #
Describes a warm pool configuration.
See: newWarmPoolConfiguration
smart constructor.
WarmPoolConfiguration' | |
|
Instances
newWarmPoolConfiguration :: WarmPoolConfiguration Source #
Create a value of WarmPoolConfiguration
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:status:WarmPoolConfiguration'
, warmPoolConfiguration_status
- The status of a warm pool that is marked for deletion.
$sel:minSize:WarmPoolConfiguration'
, warmPoolConfiguration_minSize
- The minimum number of instances to maintain in the warm pool.
$sel:maxGroupPreparedCapacity:WarmPoolConfiguration'
, warmPoolConfiguration_maxGroupPreparedCapacity
- The maximum number of instances that are allowed to be in the warm pool
or in any state except Terminated
for the Auto Scaling group.
$sel:poolState:WarmPoolConfiguration'
, warmPoolConfiguration_poolState
- The instance state to transition to after the lifecycle actions are
complete.
warmPoolConfiguration_status :: Lens' WarmPoolConfiguration (Maybe WarmPoolStatus) Source #
The status of a warm pool that is marked for deletion.
warmPoolConfiguration_minSize :: Lens' WarmPoolConfiguration (Maybe Natural) Source #
The minimum number of instances to maintain in the warm pool.
warmPoolConfiguration_maxGroupPreparedCapacity :: Lens' WarmPoolConfiguration (Maybe Int) Source #
The maximum number of instances that are allowed to be in the warm pool
or in any state except Terminated
for the Auto Scaling group.
warmPoolConfiguration_poolState :: Lens' WarmPoolConfiguration (Maybe WarmPoolState) Source #
The instance state to transition to after the lifecycle actions are complete.