| Package | Description |
|---|---|
| software.amazon.awscdk.services.applicationautoscaling |
AWS Auto Scaling Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseScalableAttributeProps
Properties for a ScalableTableAttribute.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseScalableAttributeProps.Jsii$Proxy
An implementation for
BaseScalableAttributeProps |
static class |
EnableScalingProps.Jsii$Proxy
An implementation for
EnableScalingProps |
| Modifier and Type | Method and Description |
|---|---|
EnableScalingProps |
EnableScalingProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScalableTaskCountProps
The properties of a scalable attribute representing task count.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ScalableTaskCountProps.Jsii$Proxy
An implementation for
ScalableTaskCountProps |
| Modifier and Type | Method and Description |
|---|---|
ScalableTaskCount |
BaseService.autoScaleTaskCount(EnableScalingProps props)
An attribute representing the minimum and maximum task count for an AutoScalingGroup.
|
ScalableTaskCount |
ExternalService.autoScaleTaskCount(EnableScalingProps _props)
Overriden method to throw error as `autoScaleTaskCount` is not supported for external service.
|
Copyright © 2022. All rights reserved.