Scaling Plan Scaling Instruction Target Tracking Configuration Args
    data class ScalingPlanScalingInstructionTargetTrackingConfigurationArgs(val customizedScalingMetricSpecification: Output<ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecificationArgs>? = null, val disableScaleIn: Output<Boolean>? = null, val estimatedInstanceWarmup: Output<Int>? = null, val predefinedScalingMetricSpecification: Output<ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecificationArgs>? = null, val scaleInCooldown: Output<Int>? = null, val scaleOutCooldown: Output<Int>? = null, val targetValue: Output<Double>) : ConvertibleToJava<ScalingPlanScalingInstructionTargetTrackingConfigurationArgs> 
Constructors
Link copied to clipboard
                fun ScalingPlanScalingInstructionTargetTrackingConfigurationArgs(customizedScalingMetricSpecification: Output<ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecificationArgs>? = null, disableScaleIn: Output<Boolean>? = null, estimatedInstanceWarmup: Output<Int>? = null, predefinedScalingMetricSpecification: Output<ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecificationArgs>? = null, scaleInCooldown: Output<Int>? = null, scaleOutCooldown: Output<Int>? = null, targetValue: Output<Double>)
Functions
Properties
Link copied to clipboard
                val customizedScalingMetricSpecification: Output<ScalingPlanScalingInstructionTargetTrackingConfigurationCustomizedScalingMetricSpecificationArgs>? = null
Customized metric. You can specify either customized_scaling_metric_specification or predefined_scaling_metric_specification. More details can be found in the AWS Auto Scaling API Reference.
Link copied to clipboard
                val predefinedScalingMetricSpecification: Output<ScalingPlanScalingInstructionTargetTrackingConfigurationPredefinedScalingMetricSpecificationArgs>? = null
Predefined metric. You can specify either predefined_scaling_metric_specification or customized_scaling_metric_specification. More details can be found in the AWS Auto Scaling API Reference.
Link copied to clipboard