Uses of Interface
software.amazon.awscdk.services.applicationautoscaling.ScalingInterval
Packages that use ScalingInterval
Package
Description
AWS Auto Scaling Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of ScalingInterval in software.amazon.awscdk.services.applicationautoscaling
Classes in software.amazon.awscdk.services.applicationautoscaling that implement ScalingIntervalMethods in software.amazon.awscdk.services.applicationautoscaling that return ScalingIntervalModifier and TypeMethodDescriptionScalingInterval.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.applicationautoscaling that return types with arguments of type ScalingIntervalModifier and TypeMethodDescriptionBasicStepScalingPolicyProps.getScalingSteps()
The intervals for scaling.final List<ScalingInterval>
BasicStepScalingPolicyProps.Jsii$Proxy.getScalingSteps()
final List<ScalingInterval>
StepScalingPolicyProps.Jsii$Proxy.getScalingSteps()
Method parameters in software.amazon.awscdk.services.applicationautoscaling with type arguments of type ScalingIntervalModifier and TypeMethodDescriptionBasicStepScalingPolicyProps.Builder.scalingSteps
(List<? extends ScalingInterval> scalingSteps) Sets the value ofBasicStepScalingPolicyProps.getScalingSteps()
StepScalingPolicy.Builder.scalingSteps
(List<? extends ScalingInterval> scalingSteps) The intervals for scaling.StepScalingPolicyProps.Builder.scalingSteps
(List<? extends ScalingInterval> scalingSteps) Sets the value ofBasicStepScalingPolicyProps.getScalingSteps()
-
Uses of ScalingInterval in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return types with arguments of type ScalingIntervalModifier and TypeMethodDescriptionfinal List<ScalingInterval>
QueueProcessingEc2ServiceProps.Jsii$Proxy.getScalingSteps()
final List<ScalingInterval>
QueueProcessingFargateServiceProps.Jsii$Proxy.getScalingSteps()
QueueProcessingServiceBase.getScalingSteps()
The scaling interval for autoscaling based off an SQS Queue size.default List<ScalingInterval>
QueueProcessingServiceBaseProps.getScalingSteps()
The intervals for scaling based on the SQS queue's ApproximateNumberOfMessagesVisible metric.final List<ScalingInterval>
QueueProcessingServiceBaseProps.Jsii$Proxy.getScalingSteps()
Method parameters in software.amazon.awscdk.services.ecs.patterns with type arguments of type ScalingIntervalModifier and TypeMethodDescriptionQueueProcessingEc2Service.Builder.scalingSteps
(List<? extends ScalingInterval> scalingSteps) The intervals for scaling based on the SQS queue's ApproximateNumberOfMessagesVisible metric.QueueProcessingEc2ServiceProps.Builder.scalingSteps
(List<? extends ScalingInterval> scalingSteps) Sets the value ofQueueProcessingServiceBaseProps.getScalingSteps()
QueueProcessingFargateService.Builder.scalingSteps
(List<? extends ScalingInterval> scalingSteps) The intervals for scaling based on the SQS queue's ApproximateNumberOfMessagesVisible metric.QueueProcessingFargateServiceProps.Builder.scalingSteps
(List<? extends ScalingInterval> scalingSteps) Sets the value ofQueueProcessingServiceBaseProps.getScalingSteps()
QueueProcessingServiceBaseProps.Builder.scalingSteps
(List<? extends ScalingInterval> scalingSteps) Sets the value ofQueueProcessingServiceBaseProps.getScalingSteps()