aws-cdk-lib.aws_autoscaling_common.CompleteScalingInterval

interface CompleteScalingInterval

LanguageType name
.NETAmazon.CDK.AWS.AutoScaling.Common.CompleteScalingInterval
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsautoscalingcommon#CompleteScalingInterval
Javasoftware.amazon.awscdk.services.autoscaling.common.CompleteScalingInterval
Pythonaws_cdk.aws_autoscaling_common.CompleteScalingInterval
TypeScript (source)aws-cdk-lib » aws_autoscaling_common » CompleteScalingInterval

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_autoscaling_common as autoscaling_common } from 'aws-cdk-lib';
const completeScalingInterval: autoscaling_common.CompleteScalingInterval = {
  lower: 123,
  upper: 123,

  // the properties below are optional
  change: 123,
};

Properties

NameTypeDescription
lowernumber
uppernumber
change?number

lower

Type: number


upper

Type: number


change?

Type: number (optional)