Uses of Interface
software.amazon.awscdk.services.applicationautoscaling.EnableScalingProps
Package
Description
AWS Auto Scaling Construct Library
Amazon ECS Construct Library
-
Uses of EnableScalingProps in software.amazon.awscdk.services.applicationautoscaling
Modifier and TypeInterfaceDescriptioninterface
Properties for a ScalableTableAttribute.Modifier and TypeClassDescriptionstatic final class
An implementation forBaseScalableAttributeProps
static final class
An implementation forEnableScalingProps
Modifier and TypeMethodDescriptionEnableScalingProps.Builder.build()
Builds the configured instance. -
Uses of EnableScalingProps in software.amazon.awscdk.services.ecs
Modifier and TypeInterfaceDescriptioninterface
The properties of a scalable attribute representing task count.Modifier and TypeMethodDescriptionBaseService.autoScaleTaskCount
(EnableScalingProps props) An attribute representing the minimum and maximum task count for an AutoScalingGroup.ExternalService.autoScaleTaskCount
(EnableScalingProps _props) Overriden method to throw error asautoScaleTaskCount
is not supported for external service.