@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:33.799Z") public interface WarmPoolProps extends WarmPoolOptions
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.autoscaling.*; AutoScalingGroup autoScalingGroup; WarmPoolProps warmPoolProps = WarmPoolProps.builder() .autoScalingGroup(autoScalingGroup) // the properties below are optional .maxGroupPreparedCapacity(123) .minSize(123) .poolState(PoolState.HIBERNATED) .reuseOnScaleIn(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
WarmPoolProps.Builder
A builder for
WarmPoolProps |
static class |
WarmPoolProps.Jsii$Proxy
An implementation for
WarmPoolProps |
Modifier and Type | Method and Description |
---|---|
static WarmPoolProps.Builder |
builder() |
IAutoScalingGroup |
getAutoScalingGroup()
The Auto Scaling group to add the warm pool to.
|
getMaxGroupPreparedCapacity, getMinSize, getPoolState, getReuseOnScaleIn
IAutoScalingGroup getAutoScalingGroup()
static WarmPoolProps.Builder builder()
builder
in interface WarmPoolOptions
WarmPoolProps.Builder
of WarmPoolProps