Uses of Interface
software.amazon.awscdk.services.applicationautoscaling.EnableScalingProps
Packages that use EnableScalingProps
Package
Description
AWS Auto Scaling Construct Library
Amazon ECS Construct Library
- 
Uses of EnableScalingProps in software.amazon.awscdk.services.applicationautoscalingSubinterfaces of EnableScalingProps in software.amazon.awscdk.services.applicationautoscalingModifier and TypeInterfaceDescriptioninterfaceProperties for a ScalableTableAttribute.Classes in software.amazon.awscdk.services.applicationautoscaling that implement EnableScalingPropsModifier and TypeClassDescriptionstatic final classAn implementation forBaseScalableAttributePropsstatic final classAn implementation forEnableScalingPropsMethods in software.amazon.awscdk.services.applicationautoscaling that return EnableScalingPropsModifier and TypeMethodDescriptionEnableScalingProps.Builder.build()Builds the configured instance.
- 
Uses of EnableScalingProps in software.amazon.awscdk.services.ecsSubinterfaces of EnableScalingProps in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptioninterfaceThe properties of a scalable attribute representing task count.Classes in software.amazon.awscdk.services.ecs that implement EnableScalingPropsMethods in software.amazon.awscdk.services.ecs with parameters of type EnableScalingPropsModifier 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 asautoScaleTaskCountis not supported for external service.