From 88bdf4114c0f7938412398a6fb9df03e04a41e37 Mon Sep 17 00:00:00 2001 From: Victor Trac Date: Sat, 2 Apr 2016 12:06:18 -0500 Subject: [PATCH] ScalingAdjustment is an integer --- troposphere/autoscaling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troposphere/autoscaling.py b/troposphere/autoscaling.py index 9ae464b40..aab570ddb 100644 --- a/troposphere/autoscaling.py +++ b/troposphere/autoscaling.py @@ -218,7 +218,7 @@ class ScalingPolicy(AWSObject): 'MetricAggregationType': (basestring, False), 'MinAdjustmentMagnitude': (integer, False), 'PolicyType': (basestring, False), - 'ScalingAdjustment': (basestring, False), + 'ScalingAdjustment': (integer, False), 'StepAdjustments': ([StepAdjustments], False), }