@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:48.034Z") public class WarmPool extends Resource
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; WarmPool warmPool = WarmPool.Builder.create(this, "MyWarmPool") .autoScalingGroup(autoScalingGroup) // the properties below are optional .maxGroupPreparedCapacity(123) .minSize(123) .poolState(PoolState.HIBERNATED) .reuseOnScaleIn(false) .build();
Modifier and Type | Class and Description |
---|---|
static class |
WarmPool.Builder
A fluent builder for
WarmPool . |
IResource.Jsii$Default
Modifier | Constructor and Description |
---|---|
protected |
WarmPool(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
WarmPool(software.amazon.jsii.JsiiObjectRef objRef) |
|
WarmPool(software.constructs.Construct scope,
java.lang.String id,
WarmPoolProps props) |
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNode
protected WarmPool(software.amazon.jsii.JsiiObjectRef objRef)
protected WarmPool(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public WarmPool(software.constructs.Construct scope, java.lang.String id, WarmPoolProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.