@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.168Z") @Stability(value=Experimental) public interface AsgCapacityProviderProps extends software.amazon.jsii.JsiiSerializable, AddAutoScalingGroupCapacityOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
AsgCapacityProviderProps.Builder
A builder for
AsgCapacityProviderProps |
static class |
AsgCapacityProviderProps.Jsii$Proxy
An implementation for
AsgCapacityProviderProps |
| Modifier and Type | Method and Description |
|---|---|
static AsgCapacityProviderProps.Builder |
builder() |
IAutoScalingGroup |
getAutoScalingGroup()
(experimental) The autoscaling group to add as a Capacity Provider.
|
default String |
getCapacityProviderName()
(experimental) The name for the capacity provider.
|
default Boolean |
getEnableManagedScaling()
(experimental) Whether to enable managed scaling.
|
default Boolean |
getEnableManagedTerminationProtection()
(experimental) Whether to enable managed termination protection.
|
default Number |
getMaximumScalingStepSize()
(experimental) Maximum scaling step size.
|
default Number |
getMinimumScalingStepSize()
(experimental) Minimum scaling step size.
|
default Number |
getTargetCapacityPercent()
(experimental) Target capacity percent.
|
getCanContainersAccessInstanceRole, getMachineImageType, getSpotInstanceDraining, getTopicEncryptionKey@Stability(value=Experimental) @NotNull IAutoScalingGroup getAutoScalingGroup()
@Stability(value=Experimental) @Nullable default String getCapacityProviderName()
Default: CloudFormation-generated name
@Stability(value=Experimental) @Nullable default Boolean getEnableManagedScaling()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getEnableManagedTerminationProtection()
Default: true
@Stability(value=Experimental) @Nullable default Number getMaximumScalingStepSize()
In most cases this should be left alone.
Default: 1000
@Stability(value=Experimental) @Nullable default Number getMinimumScalingStepSize()
In most cases this should be left alone.
Default: 1
@Stability(value=Experimental) @Nullable default Number getTargetCapacityPercent()
In most cases this should be left alone.
Default: 100
@Stability(value=Experimental) static AsgCapacityProviderProps.Builder builder()
builder in interface AddAutoScalingGroupCapacityOptionsAsgCapacityProviderProps.Builder of AsgCapacityProviderPropsCopyright © 2021. All rights reserved.