Skip to content

Commit f7ad49c

Browse files
mm326markpeek
authored andcommitted
Remove duplicate TargetTrackingScalingPolicyConfiguration from dynamodb.py
1 parent a771640 commit f7ad49c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

troposphere/dynamodb.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,6 @@ class CapacityAutoScalingSettings(AWSProperty):
143143
}
144144

145145

146-
class TargetTrackingScalingPolicyConfiguration(AWSProperty):
147-
props = {
148-
"DisableScaleIn": (boolean, False),
149-
"ScaleInCooldown": (integer, False),
150-
"ScaleOutCooldown": (integer, False),
151-
"TargetValue": (double, True),
152-
}
153-
154-
155146
class ReadProvisionedThroughputSettings(AWSProperty):
156147
props = {
157148
"ReadCapacityAutoScalingSettings": (CapacityAutoScalingSettings, False),

0 commit comments

Comments
 (0)