@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.116Z") @Stability(value=Stable) public interface CfnWarmPoolProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnWarmPoolProps cfnWarmPoolProps = CfnWarmPoolProps.builder()
.autoScalingGroupName("autoScalingGroupName")
// the properties below are optional
.maxGroupPreparedCapacity(123)
.minSize(123)
.poolState("poolState")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWarmPoolProps.Builder
A builder for
CfnWarmPoolProps |
static class |
CfnWarmPoolProps.Jsii$Proxy
An implementation for
CfnWarmPoolProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnWarmPoolProps.Builder |
builder() |
String |
getAutoScalingGroupName()
`AWS::AutoScaling::WarmPool.AutoScalingGroupName`.
|
default Number |
getMaxGroupPreparedCapacity()
`AWS::AutoScaling::WarmPool.MaxGroupPreparedCapacity`.
|
default Number |
getMinSize()
`AWS::AutoScaling::WarmPool.MinSize`.
|
default String |
getPoolState()
`AWS::AutoScaling::WarmPool.PoolState`.
|
@Stability(value=Stable) @NotNull String getAutoScalingGroupName()
@Stability(value=Stable) @Nullable default Number getMaxGroupPreparedCapacity()
@Stability(value=Stable) @Nullable default Number getMinSize()
@Stability(value=Stable) @Nullable default String getPoolState()
@Stability(value=Stable) static CfnWarmPoolProps.Builder builder()
CfnWarmPoolProps.Builder of CfnWarmPoolPropsCopyright © 2021. All rights reserved.