| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WarmPoolProps
Properties for a warm pool.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
WarmPoolOptions.Jsii$Proxy
An implementation for
WarmPoolOptions |
static class |
WarmPoolProps.Jsii$Proxy
An implementation for
WarmPoolProps |
| Modifier and Type | Method and Description |
|---|---|
WarmPoolOptions |
WarmPoolOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
WarmPool |
IAutoScalingGroup.addWarmPool(WarmPoolOptions options)
Add a pool of pre-initialized EC2 instances that sits alongside an Auto Scaling group.
|
WarmPool |
IAutoScalingGroup.Jsii$Proxy.addWarmPool(WarmPoolOptions options)
Add a pool of pre-initialized EC2 instances that sits alongside an Auto Scaling group.
|
default WarmPool |
IAutoScalingGroup.Jsii$Default.addWarmPool(WarmPoolOptions options)
Add a pool of pre-initialized EC2 instances that sits alongside an Auto Scaling group.
|
WarmPool |
AutoScalingGroup.addWarmPool(WarmPoolOptions options)
Add a pool of pre-initialized EC2 instances that sits alongside an Auto Scaling group.
|
Copyright © 2022. All rights reserved.